commit | b040bc9c0360106fab57bb1abe2d242bd17c4c32 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Thu Jan 08 12:19:46 2015 +0000 |
committer | Riku Voipio <riku.voipio@linaro.org> | Tue Jan 27 22:33:57 2015 +0200 |
tree | f954728288cc45ddf295ad09cb74a3eb81b80f20 | |
parent | 1af2ee08f9b2f70d31676be14b26026223c9f660 [diff] |
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>