]> git.proxmox.com Git - mirror_qemu.git/commit
tcg: synchronize globals for ops with side effects
authorAurelien Jarno <aurelien@aurel32.net>
Tue, 9 Oct 2012 19:53:08 +0000 (21:53 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 28 Oct 2012 13:54:22 +0000 (14:54 +0100)
commit3d5c5f876d171983d614925eebe4f0edccbb75be
treeb8af1e21359eb45a93a57b0b19b27412c0223084
parentb202d41ee705a7a6152d03eb362e2e2147505022
tcg: synchronize globals for ops with side effects

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.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
tcg/tcg.c
tcg/tcg.h