Re: [Qemu-devel] [PATCH 03/23] target-i386: Use cpu_exec_enter/exit qom hooks

2014-09-14 Thread Alex Bennée
Richard Henderson writes: > Note that the code that was within the "exit" ifdef block > was identical to the cpu_compute_eflags inline, so make that > simplification at the same time. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée > --- > cpu-exec.c| 14 ++-

[Qemu-devel] [PATCH 03/23] target-i386: Use cpu_exec_enter/exit qom hooks

2014-09-13 Thread Richard Henderson
Note that the code that was within the "exit" ifdef block was identical to the cpu_compute_eflags inline, so make that simplification at the same time. Signed-off-by: Richard Henderson --- cpu-exec.c| 14 ++ target-i386/cpu-qom.h | 3 +++ target-i386/cpu.c | 2 ++ t