summaryrefslogtreecommitdiffstats
path: root/include/hw
diff options
context:
space:
mode:
authorEduardo Habkost2015-11-03 20:24:18 +0100
committerEduardo Habkost2015-11-05 19:27:59 +0100
commit711956722c6764336f8b78a2106e57c55f02f36d (patch)
treef61a3562720d1c1d89e17c1c0a1a4a7587d6c0fe /include/hw
parenttarget-i386: Remove SSE4a from qemu64 CPU model (diff)
downloadqemu-711956722c6764336f8b78a2106e57c55f02f36d.tar.gz
qemu-711956722c6764336f8b78a2106e57c55f02f36d.tar.xz
qemu-711956722c6764336f8b78a2106e57c55f02f36d.zip
target-i386: Remove ABM from qemu64 CPU model
ABM is not available on Sandy Bridge 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 ABM in the qemu64 CPU model entirely. Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'include/hw')
-rw-r--r--include/hw/i386/pc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/hw/i386/pc.h b/include/hw/i386/pc.h
index bc82c140fa..8b54863646 100644
--- a/include/hw/i386/pc.h
+++ b/include/hw/i386/pc.h
@@ -332,6 +332,11 @@ bool e820_get_entry(int, uint32_t, uint64_t *, uint64_t *);
.driver = "qemu64" "-" TYPE_X86_CPU,\
.property = "sse4a",\
.value = "on",\
+ },\
+ {\
+ .driver = "qemu64" "-" TYPE_X86_CPU,\
+ .property = "abm",\
+ .value = "on",\
},
#define PC_COMPAT_2_3 \