From: Eugene Korenevsky Date: Sun, 29 Mar 2015 20:56:27 +0000 (+0300) Subject: KVM: nVMX: checks for address bits beyond MAXPHYADDR on VM-entry X-Git-Tag: omap-for-v4.1/fixes-rc1~202^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9090422f1ca5270795738549cf91a4ae7cb47662;p=pandora-kernel.git KVM: nVMX: checks for address bits beyond MAXPHYADDR on VM-entry On each VM-entry CPU should check the following VMCS fields for zero bits beyond physical address width: - APIC-access address - virtual-APIC address - posted-interrupt descriptor address This patch adds these checks required by Intel SDM. Signed-off-by: Eugene Korenevsky Message-Id: <20150329205627.GA1244@gnote> Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed