[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v3 2/6] target/arm/translate: make DISAS_UPDATE
From: |
Emilio G. Cota |
Subject: |
Re: [Qemu-devel] [PATCH v3 2/6] target/arm/translate: make DISAS_UPDATE match declared semantics |
Date: |
Mon, 17 Jul 2017 20:07:38 -0400 |
User-agent: |
Mutt/1.5.24 (2015-08-30) |
On Tue, Jul 11, 2017 at 18:59:33 +0100, Alex Bennée wrote:
> DISAS_UPDATE should be used when the wider CPU state other than just
> the PC has been updated and we should therefor exit the TCG runtime
s/therefor/therefore/
> and return to the main execution loop rather assuming DISAS_JUMP would
Rather *than* assuming ?
> do that.
>
> Signed-off-by: Alex Bennée <address@hidden>
> Reviewed-by: Richard Henderson <address@hidden>
Reviewed-by: Emilio G. Cota <address@hidden>
E.
- [Qemu-devel] [PATCH v3 0/6] arm: fixes for eret, isb and DISAS_UPDATE handling, Alex Bennée, 2017/07/11
- [Qemu-devel] [PATCH v3 1/6] include/exec/exec-all: document common exit conditions, Alex Bennée, 2017/07/11
- [Qemu-devel] [PATCH v3 2/6] target/arm/translate: make DISAS_UPDATE match declared semantics, Alex Bennée, 2017/07/11
- Re: [Qemu-devel] [PATCH v3 2/6] target/arm/translate: make DISAS_UPDATE match declared semantics,
Emilio G. Cota <=
- [Qemu-devel] [PATCH v3 3/6] target/arm/translate.h: expand comment on DISAS_EXIT, Alex Bennée, 2017/07/11
- [Qemu-devel] [PATCH v3 4/6] target/arm/translate: ensure gen_goto_tb sets exit flags, Alex Bennée, 2017/07/11
- [Qemu-devel] [PATCH v3 5/6] target/arm: use gen_goto_tb for ISB handling, Alex Bennée, 2017/07/11
- [Qemu-devel] [PATCH v3 6/6] target/arm: use DISAS_EXIT for eret handling, Alex Bennée, 2017/07/11