From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NXMIS-0008PC-BI for qemu-devel@nongnu.org; Tue, 19 Jan 2010 17:11:36 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NXMIN-0008OD-G2 for qemu-devel@nongnu.org; Tue, 19 Jan 2010 17:11:36 -0500 Received: from [199.232.76.173] (port=52413 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NXMIN-0008O9-DS for qemu-devel@nongnu.org; Tue, 19 Jan 2010 17:11:31 -0500 Received: from mail2.shareable.org ([80.68.89.115]:44931) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NXMIN-0002KF-2r for qemu-devel@nongnu.org; Tue, 19 Jan 2010 17:11:31 -0500 Date: Tue, 19 Jan 2010 22:11:24 +0000 From: Jamie Lokier Subject: Re: [Qemu-devel] [PATCH] Add definitions for current cpu models.. Message-ID: <20100119221124.GA11920@shareable.org> References: <4B549016.6090501@redhat.com> <4B560A88.9@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B560A88.9@codemonkey.ws> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: john cooper , "Przywara, Andre" , qemu-devel@nongnu.org, KVM list Anthony Liguori wrote: > On 01/18/2010 10:45 AM, john cooper wrote: > > x86 Conroe Intel Celeron_4x0 (Conroe/Merom Class Core 2) > > x86 Penryn Intel Core 2 Duo P9xxx (Penryn Class Core 2) > > x86 Nehalem Intel Core i7 9xx (Nehalem Class Core i7) > > x86 Opteron_G1 AMD Opteron 240 (Gen 1 Class Opteron) > > x86 Opteron_G2 AMD Opteron 22xx (Gen 2 Class Opteron) > > x86 Opteron_G3 AMD Opteron 23xx (Gen 3 Class Opteron) > > I'm very much against having -cpu Nehalem. The whole point of this is > to make things easier for a user and for most of the users I've > encountered, -cpu Nehalem is just as obscure as -cpu qemu64,-sse3,+vmx,... When I saw that table just now, I had no idea whether Nehalem is newer and more advanced than Penryn, or the other way around. I also have no idea if "Core i7" is newer than "Core 2 Duo" or not. I'm not a typical user: I know quite a lot about x86 architecture; I just haven't kept up to date enough to know the code/model names. Typical users will know less about them. It's only from seeing the G1/G2/G3 order that I guess they are listed in ascending order of functionality. Naturally, if I were choosing one, I'd want to choose the one with the most capabilities that works on whatever my host hardware provides. -- Jamie