]> Git Repo - qemu.git/commit
tcg/mips: Make direct jump patching thread-safe
authorSergey Fedorov <[email protected]>
Fri, 22 Apr 2016 16:08:52 +0000 (19:08 +0300)
committerRichard Henderson <[email protected]>
Fri, 13 May 2016 00:06:41 +0000 (14:06 -1000)
commitc82460a560176ef69c2f0662bd280612e274db96
tree3ef38c09e6084a63a633a85d46684f1c6b9c181d
parent84f79fb7c6e857edc807e4a251338243ce0cbac3
tcg/mips: Make direct jump patching thread-safe

Ensure direct jump patching in MIPS 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]>
[rth: Merged the deposit32 followup.]
[rth: Merged the following followup.]
Message-Id: <1462210518[email protected]>
tcg/mips/tcg-target.inc.c
This page took 0.025222 seconds and 4 git commands to generate.