]> git.proxmox.com Git - mirror_qemu.git/commit
linux-user: enable parallel code generation on clone
authorAlex Bennée <alex.bennee@linaro.org>
Wed, 5 Oct 2016 18:13:04 +0000 (11:13 -0700)
committerRichard Henderson <rth@twiddle.net>
Wed, 26 Oct 2016 15:29:00 +0000 (08:29 -0700)
commitb67cb68ba59fd36076e5961139cb3c953c69bed0
tree503ffaa7f6d893be72ee7cdd74c08374f9a542f7
parentfdbc2b5722f6092e47181a947c90fd4bdcc1c121
linux-user: enable parallel code generation on clone

The variable parallel_cpus controls the generation of thread aware
atomic code.  We only need to set it once we clone our first thread.
At this point any existing translations need to be thrown away.

Reviewed-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
linux-user/syscall.c