]> git.proxmox.com Git - mirror_qemu.git/commit - translate-all.c
tcg: Add EXCP_ATOMIC
authorRichard Henderson <rth@twiddle.net>
Thu, 30 Jun 2016 05:12:55 +0000 (22:12 -0700)
committerRichard Henderson <rth@twiddle.net>
Wed, 26 Oct 2016 15:29:00 +0000 (08:29 -0700)
commitfdbc2b5722f6092e47181a947c90fd4bdcc1c121
treee28acccae721a37200503f6983edf56b42b9d4a4
parent1edaeee0955fba7d834b7c8f4e372e7eae030745
tcg: Add EXCP_ATOMIC

When we cannot emulate an atomic operation within a parallel
context, this exception allows us to stop the world and try
again in a serial context.

Reviewed-by: Emilio G. Cota <cota@braap.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
cpu-exec-common.c
cpu-exec.c
cpus.c
include/exec/cpu-all.h
include/exec/exec-all.h
include/qemu-common.h
linux-user/main.c
tcg/tcg.h
translate-all.c