]> git.proxmox.com Git - mirror_qemu.git/commit
linux-user/main.c: Call cpu_exec_start/end on all target archs
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 8 Jan 2015 12:19:46 +0000 (12:19 +0000)
committerRiku Voipio <riku.voipio@linaro.org>
Tue, 27 Jan 2015 20:33:57 +0000 (22:33 +0200)
commitb040bc9c0360106fab57bb1abe2d242bd17c4c32
treef954728288cc45ddf295ad09cb74a3eb81b80f20
parent1af2ee08f9b2f70d31676be14b26026223c9f660
linux-user/main.c: Call cpu_exec_start/end on all target archs

The start_exclusive() infrastructure is used on all target
architectures, even if only to do the "stop all CPUs before
dumping core" in force_sig(), so be consistent and call
cpu_exec_start/end in the main loop of every target.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
linux-user/main.c