]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
target-i386: Remove ABM from qemu64 CPU model
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)
commit711956722c6764336f8b78a2106e57c55f02f36d
treef61a3562720d1c1d89e17c1c0a1a4a7587d6c0fe
parent0909ad24b2769368716c85f79fbb995dbb7041a9
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>
include/hw/i386/pc.h
target-i386/cpu.c