From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dongxiao Xu Subject: [PATCH 0/2] nested vmx: bug fixes for nested EPT Date: Fri, 25 Jan 2013 16:21:10 +0800 Message-ID: <1359102072-5562-1-git-send-email-dongxiao.xu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xensource.com Cc: eddie.dong@intel.com, xiantao.zhang@intel.com, jun.nakajima@intel.com List-Id: xen-devel@lists.xenproject.org This patchset fixes some nested EPT issues, including the INVEPT emulation and EPT pointer setting for L2 guest. Please help to review and pull. Thanks, Dongxiao Dongxiao Xu (2): nEPT: fix EPT pointer setting for L2 guest nEPT: fix INVEPT instruction parameter xen/arch/x86/hvm/vmx/vvmx.c | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-)