aboutsummaryrefslogtreecommitdiff
path: root/pc-bios
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2019-06-13 15:54:22 -0700
committerRichard Henderson <richard.henderson@linaro.org>2019-07-14 12:19:00 +0200
commit08b97f7ff299df35c61bc74b8e53dbe23d59470b (patch)
treeb18acf673a37288f99acc2c2546c42908dc20673 /pc-bios
parent359896dfa4e9707e1acea99129d324250fccab04 (diff)
downloadqemu-08b97f7ff299df35c61bc74b8e53dbe23d59470b.zip
qemu-08b97f7ff299df35c61bc74b8e53dbe23d59470b.tar.gz
qemu-08b97f7ff299df35c61bc74b8e53dbe23d59470b.tar.bz2
tcg: Introduce set/clear_helper_retaddr
At present we have a potential error in that helper_retaddr contains data for handle_cpu_signal, but we have not ensured that those stores will be scheduled properly before the operation that may fault. It might be that these races are not in practice observable, due to our use of -fno-strict-aliasing, but better safe than sorry. Adjust all of the setters of helper_retaddr. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'pc-bios')
0 files changed, 0 insertions, 0 deletions