aboutsummaryrefslogtreecommitdiff
path: root/sysconfigs
diff options
context:
space:
mode:
authorEduardo Habkost <ehabkost@redhat.com>2012-02-17 14:41:25 -0200
committerAnthony Liguori <aliguori@us.ibm.com>2012-02-22 13:24:30 -0600
commitadbbdf2484b74a4216e4b481ec6146e3ea0061e4 (patch)
treedaea27bd2cd42f419f266b9e0f6d3769959a53dd /sysconfigs
parentc58a6694f15d1c0d9a41395fd8882573f7ed042e (diff)
cpu defs: uncomment empty extfeatures_ecx definition for Opteron_G1 (v2)
This should have no visible effect, but it should just clean up the config file a bit. This is based on a previous patch from John Cooper where this was introduced with many other changes at the same time. Original John's patch submission is at Message-ID: <4DDAD5E7.2020002@redhat.com>, <http://marc.info/?l=qemu-devel&m=130618871926030>. Changes v1 -> v2: - Rebase against latest Qemu git tree Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'sysconfigs')
-rw-r--r--sysconfigs/target/target-x86_64.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysconfigs/target/target-x86_64.conf b/sysconfigs/target/target-x86_64.conf
index dc1a3ea50a..d0503804c2 100644
--- a/sysconfigs/target/target-x86_64.conf
+++ b/sysconfigs/target/target-x86_64.conf
@@ -66,7 +66,7 @@
feature_edx = "sse2 sse fxsr mmx clflush pse36 pat cmov mca pge mtrr sep apic cx8 mce pae msr tsc pse de fpu"
feature_ecx = "sse3"
extfeature_edx = "lm fxsr mmx nx pse36 pat cmov mca pge mtrr syscall apic cx8 mce pae msr tsc pse de fpu"
-# extfeature_ecx = ""
+ extfeature_ecx = " "
xlevel = "0x80000008"
model_id = "AMD Opteron 240 (Gen 1 Class Opteron)"