From patchwork Fri Feb 17 16:41:25 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eduardo Habkost X-Patchwork-Id: 141870 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 27DBAB6F9D for ; Sat, 18 Feb 2012 03:41:51 +1100 (EST) Received: from localhost ([::1]:47152 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RyQsW-0001mU-99 for incoming@patchwork.ozlabs.org; Fri, 17 Feb 2012 11:41:48 -0500 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 Received: by blackpad.lan.raisama.net (Postfix, from userid 500) id 104BD200CF1; Fri, 17 Feb 2012 14:41:25 -0200 (BRST) From: Eduardo Habkost To: qemu-devel@nongnu.org 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> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH 7/7] cpu defs: uncomment empty extfeatures_ecx definition for Opteron_G1 (v2) X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@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)"