]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
target-i386: Remove POPCNT from qemu64 and qemu32 CPU models
authorEduardo Habkost <ehabkost@redhat.com>
Tue, 3 Nov 2015 19:24:18 +0000 (17:24 -0200)
committerEduardo Habkost <ehabkost@redhat.com>
Thu, 5 Nov 2015 18:27:59 +0000 (16:27 -0200)
commit6aa91e4a0237ddcebb85e3a95e166f3b3cfa42ae
tree5e2797f1e7abd8fdb1b51c750d3eb2dfffae1c2e
parent711956722c6764336f8b78a2106e57c55f02f36d
target-i386: Remove POPCNT from qemu64 and qemu32 CPU models

POPCNT is not available on Penryn and older and on Opteron_G2 and older,
and we want to make the default CPU runnable in most hosts, so it won't
be enabled by default in KVM mode.

We should eventually have all features supported by TCG enabled by
default in TCG mode, but as we don't have a good mechanism today to
ensure we have different defaults in KVM and TCG mode, disable POPCNT in
the qemu64 and qemu32 CPU models entirely.

Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
include/hw/i386/pc.h
target-i386/cpu.c