]> git.proxmox.com Git - mirror_qemu.git/commit - cpus.c
vl/cpus: be smarter with icount and MTTCG
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 27 Feb 2017 17:09:01 +0000 (17:09 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Thu, 9 Mar 2017 10:38:02 +0000 (10:38 +0000)
commit83fd9629a39ee8a58f1f772a2ca3a7745a4c5743
treeb56dcc5a0ecc26f6ba5361da74d4d62992b262c0
parentb64842dee42d6b24d51283e4722140b73be1e222
vl/cpus: be smarter with icount and MTTCG

The sense of the test was inverted. Make it simple, if icount is
enabled then we disabled MTTCG by default. If the user tries to force
MTTCG upon us then we tell them "no".

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
cpus.c
vl.c