From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35800) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5m6t-000079-BZ for qemu-devel@nongnu.org; Thu, 08 Mar 2012 17:47:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S5m6r-0002Eb-Ev for qemu-devel@nongnu.org; Thu, 08 Mar 2012 17:46:58 -0500 Received: from mx1.redhat.com ([209.132.183.28]:29766) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5m6r-0002EP-6W for qemu-devel@nongnu.org; Thu, 08 Mar 2012 17:46:57 -0500 Date: Thu, 8 Mar 2012 19:07:09 -0300 From: Marcelo Tosatti Message-ID: <20120308220709.GA24183@amt.cnet> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH] KVM: expose Intel cpu new features to guest List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Liu, Jinsong" Cc: Jan Kiszka , Avi Kivity , kvm , "qemu-devel@nongnu.org" On Tue, Feb 28, 2012 at 05:15:46AM +0000, Liu, Jinsong wrote: > >From ecd8be962f69393c183f941bfdbd7a7d3876d442 Mon Sep 17 00:00:00 2001 > From: Liu, Jinsong > Date: Mon, 27 Feb 2012 05:19:32 +0800 > Subject: [PATCH] KVM: expose Intel cpu new features to guest > > Intel recently release 2 new features, HLE and TRM. > Refer to http://software.intel.com/file/41417. > This patch expose them to guest. > > Signed-off-by: Liu, Jinsong > --- > arch/x86/include/asm/cpufeature.h | 2 ++ > arch/x86/kvm/cpuid.c | 3 ++- > 2 files changed, 4 insertions(+), 1 deletions(-) Applied, thanks.