]> git.proxmox.com Git - mirror_qemu.git/commit
translate-all: use cpu_in_exclusive_work_context() in tb_flush
authorEmilio G. Cota <cota@braap.org>
Sat, 2 Dec 2017 00:47:08 +0000 (19:47 -0500)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 28 Oct 2019 15:12:38 +0000 (15:12 +0000)
commit136094d0b22a3278029485648e4d83a4bf3cb4d6
tree96c1d7036cf73c84cab80dedda22cf2b87ca97ab
parentcfbc3c6083dbdd0fdd9cc98965182e79431d3c63
translate-all: use cpu_in_exclusive_work_context() in tb_flush

tb_flush will be called by the plugin module from a safe
work environment. Prepare for that.

Suggested-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/translate-all.c