Re: [Qemu-devel] [PATCH] cpu: Move tcg_exit_req to the end of CPUState

2014-03-19 Thread Richard Henderson
On 03/19/2014 02:13 PM, Andreas Färber wrote: > Am 19.03.2014 22:04, schrieb Richard Henderson: >> Ping? This is a significant TCG code size regression >> for ARM, AArch64, and Sparc hosts. It helps x86 too, >> though that's not as severe. > > Sorry, applied to qom-cpu now: > https://github.com/

Re: [Qemu-devel] [PATCH] cpu: Move tcg_exit_req to the end of CPUState

2014-03-19 Thread Andreas Färber
Am 19.03.2014 22:04, schrieb Richard Henderson: > Ping? This is a significant TCG code size regression > for ARM, AArch64, and Sparc hosts. It helps x86 too, > though that's not as severe. Sorry, applied to qom-cpu now: https://github.com/afaerber/qemu-cpu/commits/qom-cpu How did you find this?

Re: [Qemu-devel] [PATCH] cpu: Move tcg_exit_req to the end of CPUState

2014-03-19 Thread Richard Henderson
Ping? This is a significant TCG code size regression for ARM, AArch64, and Sparc hosts. It helps x86 too, though that's not as severe. r~ On 03/14/2014 03:30 PM, Richard Henderson wrote: > Reverse an increase in the size of generated code. > > Cc: Andreas Färber > Signed-off-by: Richard Hend

[Qemu-devel] [PATCH] cpu: Move tcg_exit_req to the end of CPUState

2014-03-14 Thread Richard Henderson
Reverse an increase in the size of generated code. Cc: Andreas Färber Signed-off-by: Richard Henderson --- include/qom/cpu.h | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/include/qom/cpu.h b/include/qom/cpu.h index 06ee263..f99885a 100644 --- a/include/qom/cpu.h +++