From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xiantao Zhang Subject: [PATCH 0/2] Remove unused bits checking for EPT logic. Date: Wed, 5 Dec 2012 01:55:13 +0800 Message-ID: <1354643715-18438-1-git-send-email-xiantao.zhang@intel.com> Cc: gleb@redhat.com, mtosatti@redhat.com To: kvm@vger.kernel.org Return-path: Received: from mga03.intel.com ([143.182.124.21]:58193 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750918Ab2LDGJ1 (ORCPT ); Tue, 4 Dec 2012 01:09:27 -0500 Sender: kvm-owner@vger.kernel.org List-ID: From: Zhang Xiantao This two bits{bit 6 in exit_qualification, and bit 24 in VMX_EPT_VPID_CAP_MSR} are not available in SDM, remove them for consistence. Zhang Xiantao (2): kvm: remove unnecessary bit checking for ept violation kvm: don't use bit24 for detecting address-specific invalidation capability arch/x86/include/asm/vmx.h | 3 +-- arch/x86/kvm/vmx.c | 21 --------------------- 2 files changed, 1 insertions(+), 23 deletions(-)