]> Git Repo - qemu.git/commit - tcg/arm/tcg-target.inc.c
tcg/arm: Make direct jump patching thread-safe
authorSergey Fedorov <[email protected]>
Fri, 22 Apr 2016 16:08:49 +0000 (19:08 +0300)
committerRichard Henderson <[email protected]>
Fri, 13 May 2016 00:06:41 +0000 (14:06 -1000)
commit7d14e0e2d661479985197203589c38840e1066df
tree9c1d6052fd56ceb3484ecbbcc99d211523876acf
parented3d51ecd7fe248d3959e469d53890ac9ffe0cd2
tcg/arm: Make direct jump patching thread-safe

Ensure direct jump patching in ARM is atomic by using
atomic_read()/atomic_set() for code patching.

Signed-off-by: Sergey Fedorov <[email protected]>
Signed-off-by: Sergey Fedorov <[email protected]>
Message-Id: <1461341333[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
include/exec/exec-all.h
tcg/arm/tcg-target.inc.c
This page took 0.02678 seconds and 4 git commands to generate.