]> git.proxmox.com Git - mirror_qemu.git/commit - qemu-options.hx
tcg: add options for enabling MTTCG
authorKONRAD Frederic <fred.konrad@greensocs.com>
Thu, 23 Feb 2017 18:29:08 +0000 (18:29 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 24 Feb 2017 10:32:45 +0000 (10:32 +0000)
commit8d4e9146b3568022ea5730d92841345d41275d66
tree76c0c83af2e41e05956a2e29f1a60dc89208c5d3
parent20937143145b8f5a4194e5c407731ba38797864e
tcg: add options for enabling MTTCG

We know there will be cases where MTTCG won't work until additional work
is done in the front/back ends to support. It will however be useful to
be able to turn it on.

As a result MTTCG will default to off unless the combination is
supported. However the user can turn it on for the sake of testing.

Signed-off-by: KONRAD Frederic <fred.konrad@greensocs.com>
[AJB: move to -accel tcg,thread=multi|single, defaults]
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
cpus.c
include/qom/cpu.h
include/sysemu/cpus.h
qemu-options.hx
tcg/tcg.h
vl.c