From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [QEMU PATCH 0/3] Fix -cpu host and enforce/check to use GET_SUPPORTED_CPUID Date: Mon, 29 Oct 2012 17:34:56 -0200 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 Cc: andre.przywara@amd.com, kvm@vger.kernel.org, qemu-devel@nongnu.org, Avi Kivity , Igor Mammedov , Andreas =?iso-8859-1?Q?F=E4rber?= To: Eduardo Habkost Return-path: Content-Disposition: inline In-Reply-To: <1351115047-27828-1-git-send-email-ehabkost@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org Sender: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org List-Id: kvm.vger.kernel.org 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.