From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH v2] KVM: Sanitize cpuid Date: Fri, 20 May 2011 12:50:41 -0300 Message-ID: <20110520155041.GB3627@amt.cnet> References: <1305712567-29880-1-git-send-email-avi@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, Joerg Roedel To: Avi Kivity Return-path: Received: from mx1.redhat.com ([209.132.183.28]:1514 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753188Ab1ETVbs (ORCPT ); Fri, 20 May 2011 17:31:48 -0400 Content-Disposition: inline In-Reply-To: <1305712567-29880-1-git-send-email-avi@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, May 18, 2011 at 05:56:07AM -0400, Avi Kivity wrote: > Instead of blacklisting known-unsupported cpuid leaves, whitelist known- > supported leaves. This is more conservative and prevents us from reporting > features we don't support. Also whitelist a few more leaves while at it. > > Signed-off-by: Avi Kivity Applied, thanks.