From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-15?Q?Andreas_F=E4rber?= Subject: Re: [Qemu-devel] [PATCH 0/2] Fixes for -cpu host KVM/SVM feature initialization Date: Wed, 02 Jan 2013 15:44:56 +0100 Message-ID: <50E447E8.7030305@suse.de> References: <1356719854-16401-1-git-send-email-ehabkost@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: qemu-devel@nongnu.org, Igor Mammedov , kvm@vger.kernel.org To: Eduardo Habkost , Gleb Natapov , Marcelo Tosatti Return-path: Received: from cantor2.suse.de ([195.135.220.15]:53484 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752739Ab3ABOpA (ORCPT ); Wed, 2 Jan 2013 09:45:00 -0500 In-Reply-To: <1356719854-16401-1-git-send-email-ehabkost@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: Am 28.12.2012 19:37, schrieb Eduardo Habkost: > This series has two very similar fixes for feature initizliation for = "-cpu > host". This should allow us to make the check/enforce code check for = host > support of KVM and SVM features, later. I am out of my field here to verify whether this is semantically correc= t and whether any fallback code may be needed. However, this will conflic= t with X86CPU subclasses, so I'd be interested in taking this through my qom-cpu queue if there are acks from the KVM folks. Regards, Andreas > Eduardo Habkost (2): > target-i386: kvm: -cpu host: use GET_SUPPORTED_CPUID for SVM featur= es > target-i386: kvm: enable all supported KVM features for -cpu host >=20 > target-i386/cpu.c | 13 ++++++------- > 1 file changed, 6 insertions(+), 7 deletions(-) --=20 SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N=FCrnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imend=F6rffer; HRB 16746 AG N=FCrn= berg From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37601) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TqPZ2-00065d-En for qemu-devel@nongnu.org; Wed, 02 Jan 2013 09:45:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TqPYy-0005np-LA for qemu-devel@nongnu.org; Wed, 02 Jan 2013 09:45:04 -0500 Received: from cantor2.suse.de ([195.135.220.15]:53486 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TqPYy-0005my-FD for qemu-devel@nongnu.org; Wed, 02 Jan 2013 09:45:00 -0500 Message-ID: <50E447E8.7030305@suse.de> Date: Wed, 02 Jan 2013 15:44:56 +0100 From: =?ISO-8859-15?Q?Andreas_F=E4rber?= MIME-Version: 1.0 References: <1356719854-16401-1-git-send-email-ehabkost@redhat.com> In-Reply-To: <1356719854-16401-1-git-send-email-ehabkost@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 0/2] Fixes for -cpu host KVM/SVM feature initialization List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost , Gleb Natapov , Marcelo Tosatti Cc: Igor Mammedov , qemu-devel@nongnu.org, kvm@vger.kernel.org Am 28.12.2012 19:37, schrieb Eduardo Habkost: > This series has two very similar fixes for feature initizliation for "-= cpu > host". This should allow us to make the check/enforce code check for ho= st > support of KVM and SVM features, later. I am out of my field here to verify whether this is semantically correct and whether any fallback code may be needed. However, this will conflict with X86CPU subclasses, so I'd be interested in taking this through my qom-cpu queue if there are acks from the KVM folks. Regards, Andreas > Eduardo Habkost (2): > target-i386: kvm: -cpu host: use GET_SUPPORTED_CPUID for SVM features > target-i386: kvm: enable all supported KVM features for -cpu host >=20 > target-i386/cpu.c | 13 ++++++------- > 1 file changed, 6 insertions(+), 7 deletions(-) --=20 SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N=FCrnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imend=F6rffer; HRB 16746 AG N=FCrnbe= rg