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