Re: [Qemu-devel] [PATCH v2 13/26] tcg: synchronize globals for ops with side effects

2012-10-10 Thread Richard Henderson
On 10/09/2012 12:56 PM, Aurelien Jarno wrote: > Operations with side effects (in practice qemu_ld/st ops), only need to > synchronize globals to make sure the CPU state is consistent in case of > exception. > > Signed-off-by: Aurelien Jarno Reviewed-by: Richard Henderson r~

[Qemu-devel] [PATCH v2 13/26] tcg: synchronize globals for ops with side effects

2012-10-09 Thread Aurelien Jarno
Operations with side effects (in practice qemu_ld/st ops), only need to synchronize globals to make sure the CPU state is consistent in case of exception. Signed-off-by: Aurelien Jarno --- tcg/tcg.c | 33 - tcg/tcg.h |4 ++-- 2 files changed, 26 insertions(+