From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [Qemu-devel] [PATCH] Add definitions for current cpu models.. Date: Thu, 28 Jan 2010 09:19:03 +0100 Message-ID: <201001280919.03670.arnd@arndb.de> References: <4B549016.6090501@redhat.com> <4B586D4A.50207@codemonkey.ws> <4B5D5F84.4040507@redhat.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: Anthony Liguori , john cooper , Chris Wright , "Daniel P. Berrange" , "Przywara, Andre" , qemu-devel@nongnu.org, KVM list , Gerd Hoffmann To: dlaor@redhat.com Return-path: Received: from moutng.kundenserver.de ([212.227.17.10]:57262 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752316Ab0A1IV1 (ORCPT ); Thu, 28 Jan 2010 03:21:27 -0500 In-Reply-To: <4B5D5F84.4040507@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Monday 25 January 2010, Dor Laor wrote: > x86 qemu64 > x86 phenom > x86 core2duo > x86 kvm64 > x86 qemu32 > x86 coreduo > x86 486 > x86 pentium > x86 pentium2 > x86 pentium3 > x86 athlon > x86 n270 I think a really nice addition would be an autodetect option for those users (e.g. desktop) that know they do not want to migrate the guest to a lower-spec machine. That option IMHO should just show up as identical to the host cpu, with the exception of features that are not supported in the guest. Arnd From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NaPcc-0001hh-Fn for qemu-devel@nongnu.org; Thu, 28 Jan 2010 03:21:02 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NaPcW-0001cg-6n for qemu-devel@nongnu.org; Thu, 28 Jan 2010 03:21:00 -0500 Received: from [199.232.76.173] (port=57160 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NaPcW-0001cW-3g for qemu-devel@nongnu.org; Thu, 28 Jan 2010 03:20:56 -0500 Received: from moutng.kundenserver.de ([212.227.17.10]:63787) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NaPcV-0000lw-JM for qemu-devel@nongnu.org; Thu, 28 Jan 2010 03:20:55 -0500 From: Arnd Bergmann Subject: Re: [Qemu-devel] [PATCH] Add definitions for current cpu models.. Date: Thu, 28 Jan 2010 09:19:03 +0100 References: <4B549016.6090501@redhat.com> <4B586D4A.50207@codemonkey.ws> <4B5D5F84.4040507@redhat.com> In-Reply-To: <4B5D5F84.4040507@redhat.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201001280919.03670.arnd@arndb.de> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dlaor@redhat.com Cc: "Przywara, Andre" , KVM list , john cooper , qemu-devel@nongnu.org, Chris Wright , Gerd Hoffmann On Monday 25 January 2010, Dor Laor wrote: > x86 qemu64 > x86 phenom > x86 core2duo > x86 kvm64 > x86 qemu32 > x86 coreduo > x86 486 > x86 pentium > x86 pentium2 > x86 pentium3 > x86 athlon > x86 n270 I think a really nice addition would be an autodetect option for those users (e.g. desktop) that know they do not want to migrate the guest to a lower-spec machine. That option IMHO should just show up as identical to the host cpu, with the exception of features that are not supported in the guest. Arnd