All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] omit 3DNOW! CPUID bits from qemu64 CPU model
@ 2009-07-16 12:49 Andre Przywara
  2009-07-16 13:38 ` Alexander Graf
  0 siblings, 1 reply; 7+ messages in thread
From: Andre Przywara @ 2009-07-16 12:49 UTC (permalink / raw)
  To: anthony; +Cc: Andre Przywara, qemu-devel

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>
---
 target-i386/helper.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/target-i386/helper.c b/target-i386/helper.c
index a214909..5ecc388 100644
--- a/target-i386/helper.c
+++ b/target-i386/helper.c
@@ -134,8 +134,7 @@ static x86_def_t x86_defs[] = {
             CPUID_PSE36,
         .ext_features = CPUID_EXT_SSE3,
         .ext2_features = (PPRO_FEATURES & 0x0183F3FF) | 
-            CPUID_EXT2_LM | CPUID_EXT2_SYSCALL | CPUID_EXT2_NX |
-            CPUID_EXT2_3DNOW | CPUID_EXT2_3DNOWEXT,
+            CPUID_EXT2_LM | CPUID_EXT2_SYSCALL | CPUID_EXT2_NX,
         .ext3_features = CPUID_EXT3_SVM,
         .xlevel = 0x8000000A,
         .model_id = "QEMU Virtual CPU version " QEMU_VERSION,
-- 
1.6.1.3

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-07-16 21:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-16 12:49 [Qemu-devel] [PATCH] omit 3DNOW! CPUID bits from qemu64 CPU model Andre Przywara
2009-07-16 13:38 ` Alexander Graf
2009-07-16 16:01   ` Jamie Lokier
2009-07-16 16:08     ` Alexander Graf
2009-07-16 16:36       ` Jamie Lokier
2009-07-16 16:50         ` Alexander Graf
2009-07-16 21:09   ` Andre Przywara

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.