From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O12qM-00056u-EH for qemu-devel@nongnu.org; Sun, 11 Apr 2010 15:29:18 -0400 Received: from [140.186.70.92] (port=44424 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O12qK-00054E-CH for qemu-devel@nongnu.org; Sun, 11 Apr 2010 15:29:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O12qI-0005kc-Ud for qemu-devel@nongnu.org; Sun, 11 Apr 2010 15:29:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52029) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O12qI-0005k8-Mn for qemu-devel@nongnu.org; Sun, 11 Apr 2010 15:29:14 -0400 Message-ID: <4BC222FC.5090305@redhat.com> Date: Sun, 11 Apr 2010 22:29:00 +0300 From: Avi Kivity MIME-Version: 1.0 References: <1271013662-7640-1-git-send-email-andre.przywara@amd.com> In-Reply-To: <1271013662-7640-1-git-send-email-andre.przywara@amd.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH][STABLE] fix CPUID vendor override List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andre Przywara Cc: qemu-devel@nongnu.org, aurelien@aurel32.net On 04/11/2010 10:21 PM, Andre Przywara wrote: > the meaning of vendor_override is actually the opposite of how it > is currently used :-( > 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/helper.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > I will send a refactoring patch including this fix for git HEAD later. > The protocol is to first fix HEAD, then backport, so we don't introduce regressions inadvertently. Also, separate fixes from refactoring. -- I have a truly marvellous patch that fixes the bug which this signature is too narrow to contain.