From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45236) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TSv77-0002tc-Gs for qemu-devel@nongnu.org; Mon, 29 Oct 2012 15:35:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TSv76-0006QI-9D for qemu-devel@nongnu.org; Mon, 29 Oct 2012 15:35:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48539) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TSv75-0006Os-NP for qemu-devel@nongnu.org; Mon, 29 Oct 2012 15:35:08 -0400 Date: Mon, 29 Oct 2012 17:34:56 -0200 From: Marcelo Tosatti Message-ID: <20121029193456.GB4840@amt.cnet> References: <1351115047-27828-1-git-send-email-ehabkost@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1351115047-27828-1-git-send-email-ehabkost@redhat.com> Subject: Re: [Qemu-devel] [QEMU PATCH 0/3] Fix -cpu host and enforce/check to use GET_SUPPORTED_CPUID List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: andre.przywara@amd.com, kvm@vger.kernel.org, qemu-devel@nongnu.org, Avi Kivity , Igor Mammedov , Andreas =?iso-8859-1?Q?F=E4rber?= On Wed, Oct 24, 2012 at 07:44:04PM -0200, Eduardo Habkost wrote: > This depends on a previous series I have submitted: > Subject: [QEMU PATCH 00/15] QEMU KVM_GET_SUPPORTED_CPUID cleanups and fixes > Message-Id: <1349383747-19383-1-git-send-email-ehabkost@redhat.com> > http://article.gmane.org/gmane.comp.emulators.kvm.devel/99375 > > Eduardo Habkost (3): > target-i385: make cpu_x86_fill_host() void > target-i386: cpu: make -cpu host/check/enforce code KVM-specific > target-i386: kvm_cpu_fill_host: use GET_SUPPORTED_CPUID > > target-i386/cpu.c | 52 +++++++++++++++++++++++++++++++++------------------- > 1 file changed, 33 insertions(+), 19 deletions(-) > > -- > 1.7.11.7 Applied, thanks.