]> git.proxmox.com Git - mirror_qemu.git/commitdiff
target-i386: cpu: recover items 28-31 of ext2_feature_name
authorEduardo Habkost <ehabkost@redhat.com>
Wed, 24 Oct 2012 14:10:33 +0000 (12:10 -0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 28 Oct 2012 13:58:16 +0000 (14:58 +0100)
I removed a line by mistake on commit
3b671a40cab2404bc63e57db8cd3afa4ec70bfab, containing the flags lm/i64,
3dnow, and 3dnowext. This patch restores the removed line.

Reviewed-by: Don Slutz <Don@cloudswitch.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-i386/cpu.c

index f3708e63b76541b12dd9eafb3b42f4b4b85b48a9..6411042b79505a245374b22c0e1b4eb3734d3fe2 100644 (file)
@@ -74,6 +74,7 @@ static const char *ext2_feature_name[] = {
     NULL /* pat */, NULL /* pse36 */, NULL, NULL /* Linux mp */,
     "nx|xd", NULL, "mmxext", NULL /* mmx */,
     NULL /* fxsr */, "fxsr_opt|ffxsr", "pdpe1gb" /* AMD Page1GB */, "rdtscp",
+    NULL, "lm|i64", "3dnowext", "3dnow",
 };
 static const char *ext3_feature_name[] = {
     "lahf_lm" /* AMD LahfSahf */, "cmp_legacy", "svm", "extapic" /* AMD ExtApicSpace */,