From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] [qemu-kvm] fix CPUID vendor override Date: Tue, 13 Apr 2010 13:26:12 -0300 Message-ID: <20100413162612.GA24991@amt.cnet> References: <1271017830-9252-1-git-send-email-andre.przywara@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: avi@redhat.com, kvm@vger.kernel.org To: Andre Przywara Return-path: Received: from mx1.redhat.com ([209.132.183.28]:51599 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752952Ab0DMQj0 (ORCPT ); Tue, 13 Apr 2010 12:39:26 -0400 Content-Disposition: inline In-Reply-To: <1271017830-9252-1-git-send-email-andre.przywara@amd.com> Sender: kvm-owner@vger.kernel.org List-ID: On Sun, Apr 11, 2010 at 10:30:30PM +0200, Andre Przywara wrote: > the meaning of vendor_override is actually the opposite of how it > is currently used :-( > This fix reverts the workaround 4dad7ff3 and replaces it with the > correct version. > Fix it to allow KVM to export the non-native CPUID vendor if > explicitly requested by the user. > > Signed-off-by: Andre Przywara > --- > target-i386/cpuid.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > I already sent appropriate patches for upstream qemu git HEAD and > qemu stable. This fix is especially for qemu-kvm, > as it differs from upstream QEMU. > > Regards, > Andre. Applied for both stable and master, thanks.