From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH] qemu-kvm: fix KVMs GET_SUPPORTED_CPUID feature usage Date: Wed, 01 Jul 2009 12:49:09 +0300 Message-ID: <4A4B3115.9030108@redhat.com> References: <1245935523-32604-1-git-send-email-andre.przywara@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: Andre Przywara Return-path: Received: from mx2.redhat.com ([66.187.237.31]:42769 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755385AbZGAJrW (ORCPT ); Wed, 1 Jul 2009 05:47:22 -0400 In-Reply-To: <1245935523-32604-1-git-send-email-andre.przywara@amd.com> Sender: kvm-owner@vger.kernel.org List-ID: On 06/25/2009 04:12 PM, Andre Przywara wrote: > If we want to trim the user provided CPUID bits for KVM to be not greater > than that of the host, we should > a) not remove the bits _after_ we sent them to the kernel and > b) not do the bitmangling on the original values while sending a copy > This fixes the masking of features that are not present on the host and > helps to use -cpu host. > > Applied, thanks. -- error compiling committee.c: too many arguments to function