From: Bandan Das Date: Tue, 6 May 2014 06:19:18 +0000 (-0400) Subject: KVM: nVMX: move vmclear and vmptrld pre-checks to nested_vmx_check_vmptr X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~8^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4291b58885f5af560488a5b9667ca6930b9fdc3d;p=pandora-kernel.git KVM: nVMX: move vmclear and vmptrld pre-checks to nested_vmx_check_vmptr Some checks are common to all, and moreover, according to the spec, the check for whether any bits beyond the physical address width are set are also applicable to all of them Signed-off-by: Bandan Das Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed