target-i386: Remove SSE4a from qemu64 CPU model
commit0909ad24b2769368716c85f79fbb995dbb7041a9
authorEduardo Habkost <ehabkost@redhat.com>
Tue, 3 Nov 2015 19:17:33 +0000 (3 17:17 -0200)
committerEduardo Habkost <ehabkost@redhat.com>
Thu, 5 Nov 2015 18:27:59 +0000 (5 16:27 -0200)
tree64ca337d347f7d2377218cb00b481030ad620855
parent3e68482224129c3ddc061af7c9d438b882ecfdd1
target-i386: Remove SSE4a from qemu64 CPU model

SSE4a is not available in any Intel CPU, and we want to make the default
CPU runnable in most hosts, so it doesn't make sense to enable it 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 SSE4a 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