From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:60176) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RyQsF-0001Xa-H8 for qemu-devel@nongnu.org; Fri, 17 Feb 2012 11:41:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RyQs2-0001Fw-Nl for qemu-devel@nongnu.org; Fri, 17 Feb 2012 11:41:31 -0500 Received: from mx1.redhat.com ([209.132.183.28]:20716) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RyQs2-0001FO-9W for qemu-devel@nongnu.org; Fri, 17 Feb 2012 11:41:18 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q1HGfHI3016845 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 17 Feb 2012 11:41:17 -0500 Received: from blackpad.lan.raisama.net (ovpn-116-26.ams2.redhat.com [10.36.116.26]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q1HGfGx4026841 for ; Fri, 17 Feb 2012 11:41:17 -0500 From: Eduardo Habkost Date: Fri, 17 Feb 2012 14:41:25 -0200 Message-Id: <1329496885-31961-8-git-send-email-ehabkost@redhat.com> In-Reply-To: <1329496885-31961-1-git-send-email-ehabkost@redhat.com> References: <1329496885-31961-1-git-send-email-ehabkost@redhat.com> Subject: [Qemu-devel] [PATCH 7/7] cpu defs: uncomment empty extfeatures_ecx definition for Opteron_G1 (v2) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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>, . Changes v1 -> v2: - Rebase against latest Qemu git tree Signed-off-by: Eduardo Habkost --- sysconfigs/target/target-x86_64.conf | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sysconfigs/target/target-x86_64.conf b/sysconfigs/target/target-x86_64.conf index dc1a3ea..d050380 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)" -- 1.7.3.2