From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] KVM: expose Intel cpu new features to guest Date: Thu, 8 Mar 2012 19:07:09 -0300 Message-ID: <20120308220709.GA24183@amt.cnet> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm , Jan Kiszka , "qemu-devel@nongnu.org" To: "Liu, Jinsong" Return-path: Received: from mx1.redhat.com ([209.132.183.28]:8804 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758603Ab2CHWq7 (ORCPT ); Thu, 8 Mar 2012 17:46:59 -0500 Content-Disposition: inline In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: 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.