]> Git Repo - qemu.git/commit
tcg: Add EXCP_ATOMIC
authorRichard Henderson <[email protected]>
Thu, 30 Jun 2016 05:12:55 +0000 (22:12 -0700)
committerRichard Henderson <[email protected]>
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 <[email protected]>
Reviewed-by: Alex BennĂ©e <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
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
This page took 0.027951 seconds and 4 git commands to generate.