From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] qemu-kvm: Drop redundant cpuid filtering from cpu_x86_cpuid Date: Thu, 29 Sep 2011 14:02:50 -0300 Message-ID: <20110929170250.GA4986@amt.cnet> References: <4E8334EA.4090004@siemens.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm To: Jan Kiszka Return-path: Received: from mx1.redhat.com ([209.132.183.28]:32236 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752717Ab1I2RKx (ORCPT ); Thu, 29 Sep 2011 13:10:53 -0400 Content-Disposition: inline In-Reply-To: <4E8334EA.4090004@siemens.com> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Sep 28, 2011 at 04:53:30PM +0200, Jan Kiszka wrote: > This is already done in kvm_arch_init_vcpu based on the kernel-reported > supported features. > > Signed-off-by: Jan Kiszka > --- > > I'm not 100% sure, so please double-check. Correct, trimming is done in the kernel already.