]> git.proxmox.com Git - mirror_qemu.git/commit - target-i386/cpu.c
target-i386: Support check/enforce flags in TCG mode, too
authorEduardo Habkost <ehabkost@redhat.com>
Wed, 30 Apr 2014 16:48:39 +0000 (13:48 -0300)
committerAndreas Färber <afaerber@suse.de>
Wed, 25 Jun 2014 21:54:57 +0000 (23:54 +0200)
commitfefb41bf3485a1c9a44c15e382d28035c6fb5f4b
tree4e9509707be902eedcf4ba8301b989e54b56d0b3
parent37ce3522cb88c524caec57cb52a4bfbb880abbe5
target-i386: Support check/enforce flags in TCG mode, too

If enforce/check is specified in TCG mode, QEMU will ensure all CPU
features are supported by TCG, so no CPU feature is silently disabled.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
[AF: Be explicit about TCG vs. !KVM]
Signed-off-by: Andreas Färber <afaerber@suse.de>
target-i386/cpu.c