From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41675) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TSqQn-0003Gb-2o for qemu-devel@nongnu.org; Mon, 29 Oct 2012 10:35:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TSqQh-0006Tl-1M for qemu-devel@nongnu.org; Mon, 29 Oct 2012 10:35:08 -0400 Received: from hall.aurel32.net ([88.191.126.93]:37130) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TSqQg-0006Sg-RI for qemu-devel@nongnu.org; Mon, 29 Oct 2012 10:35:02 -0400 Date: Mon, 29 Oct 2012 15:34:55 +0100 From: Aurelien Jarno Message-ID: <20121029143455.GA16480@ohm.aurel32.net> References: <1351087833-25772-1-git-send-email-ehabkost@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <1351087833-25772-1-git-send-email-ehabkost@redhat.com> Subject: Re: [Qemu-devel] [PATCH] target-i386: cpu: recover items 28-31 of ext2_feature_name List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: Igor Mammedov , Don Slutz , qemu-devel@nongnu.org, Andreas =?iso-8859-15?Q?F=E4rber?= On Wed, Oct 24, 2012 at 12:10:33PM -0200, Eduardo Habkost wrote: > I removed a line by mistake on commit > 3b671a40cab2404bc63e57db8cd3afa4ec70bfab, containing the flags lm/i64, > 3dnow, and 3dnowext. This patch restores the removed line. > > Reported-by: Don Slutz > Signed-off-by: Eduardo Habkost > --- > target-i386/cpu.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/target-i386/cpu.c b/target-i386/cpu.c > index f3708e6..6411042 100644 > --- a/target-i386/cpu.c > +++ b/target-i386/cpu.c > @@ -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 */, Thanks, applied. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurelien@aurel32.net http://www.aurel32.net