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 <jinsong....@intel.com> > 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 <jinsong....@intel.com> > --- > arch/x86/include/asm/cpufeature.h | 2 ++ > arch/x86/kvm/cpuid.c | 3 ++- > 2 files changed, 4 insertions(+), 1 deletions(-)
Applied, thanks.