[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 00/12] target/microblaze improvements
From: |
Thomas Huth |
Subject: |
Re: [PATCH v2 00/12] target/microblaze improvements |
Date: |
Thu, 3 Sep 2020 14:24:30 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 |
On 03/09/2020 09.26, Richard Henderson wrote:
> Version 2 includes fixes for iflags that could cause lockups.
>
> It seems it was easier to do so with icount=7, which is what we do during
> the replay acceptance tests. This causes TBs to contain no more than 7
> insns, and often less to make up for an incomplete count elsewhere.
> Which stressed the iflags bits around delay slots and imm in ways that
> pure single-step doesn't.
>
> In addition, cpu vmstate is filled in and interrupt logging is tidied.
Thanks, this fixes the failing acceptance test in the Gitlab-CI for me:
https://gitlab.com/huth/qemu/-/pipelines/185245009
Tested-by: Thomas Huth <thuth@redhat.com>
- Re: [PATCH v2 05/12] target/microblaze: Fill in VMStateDescription for cpu, (continued)
- [PATCH v2 06/12] target/microblaze: Rename DISAS_UPDATE to DISAS_EXIT, Richard Henderson, 2020/09/03
- [PATCH v2 07/12] target/microblaze: Introduce DISAS_EXIT_NEXT, DISAS_EXIT_JUMP, Richard Henderson, 2020/09/03
- [PATCH v2 08/12] target/microblaze: Replace cpustate_changed with DISAS_EXIT_NEXT, Richard Henderson, 2020/09/03
- [PATCH v2 09/12] target/microblaze: Handle DISAS_EXIT_NEXT in delay slot, Richard Henderson, 2020/09/03
- [PATCH v2 11/12] target/microblaze: Use tcg_gen_lookup_and_goto_ptr, Richard Henderson, 2020/09/03
- [PATCH v2 10/12] target/microblaze: Force rtid, rted, rtbd to exit, Richard Henderson, 2020/09/03
- [PATCH v2 12/12] target/microblaze: Diagnose invalid insns in delay slots, Richard Henderson, 2020/09/03
- Re: [PATCH v2 00/12] target/microblaze improvements,
Thomas Huth <=