]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: nVMX: checks for address bits beyond MAXPHYADDR on VM-entry
authorEugene Korenevsky <ekorenevsky@gmail.com>
Sun, 29 Mar 2015 20:56:27 +0000 (23:56 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 8 Apr 2015 08:46:57 +0000 (10:46 +0200)
commit69165fc483d8ded59c9e32bf617254d7a56acfd7
tree2797188c1fb69e05f72c4cc8ebbd0fb695d466ad
parent4f93e725f46e2968de7d13ae95cb2fdf3f69ae96
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 <ekorenevsky@gmail.com>
Message-Id: <20150329205627.GA1244@gnote>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx.c