From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH v3] KVM VMX: Make sure single type invvpid is supported before issuing invvpid instruction Date: Fri, 4 Jun 2010 14:51:54 -0300 Message-ID: <20100604175154.GE25107@amt.cnet> References: <4C076B72.1030308@cn.fujitsu.com> <201006031657.02854.sheng@linux.intel.com> <4C0779B2.8000001@cn.fujitsu.com> <201006031758.50792.sheng@linux.intel.com> <4C084E1B.10301@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Sheng Yang , Avi Kivity , kvm@vger.kernel.org To: Gui Jianfeng Return-path: Received: from mx1.redhat.com ([209.132.183.28]:1028 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752724Ab0FDSUp (ORCPT ); Fri, 4 Jun 2010 14:20:45 -0400 Content-Disposition: inline In-Reply-To: <4C084E1B.10301@cn.fujitsu.com> Sender: kvm-owner@vger.kernel.org List-ID: On Fri, Jun 04, 2010 at 08:51:39AM +0800, Gui Jianfeng wrote: > According to SDM, we need check whether single-context INVVPID type is supported > before issuing invvpid instruction. > > Signed-off-by: Gui Jianfeng > --- > arch/x86/include/asm/vmx.h | 2 ++ > arch/x86/kvm/vmx.c | 8 +++++++- > 2 files changed, 9 insertions(+), 1 deletions(-) Applied, thanks.