omit 3DNOW! CPUID bits from qemu64 CPU model
authorAndre Przywara <andre.przywara@amd.com>
Thu, 16 Jul 2009 12:49:31 +0000 (14:49 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 16 Jul 2009 22:28:49 +0000 (17:28 -0500)
commit36f577ef1b542964b017b52eb07172b3cb0fbbe2
treed8daf30be1ead878ba8ed95cac5d1a6294d0e840
parent3a5262cd038a4c5f7fb135422276c9db510dd07d
omit 3DNOW! CPUID bits from qemu64 CPU model

Since we recently do not disable 3DNOW! support anymore, we should
avoid setting the bits in the default qemu64 CPU model to ease
migration. TCG does not support it anyway and even AMD deprecates
it's usage nowadays.
If you want to use it in KVM, use the phenom, athlon or host CPU
model.

Signed-off-by: Andre Przywara <andre.przywara@amd.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
target-i386/helper.c