linux-stable/arch/x86/include
Ladi Prosek 1dc35dacc1 KVM: nVMX: check host CR3 on vmentry and vmexit
This commit adds missing host CR3 checks. Before entering guest mode, the value
of CR3 is checked for reserved bits. After returning, nested_vmx_load_cr3 is
called to set the new CR3 value and check and load PDPTRs.

Signed-off-by: Ladi Prosek <lprosek@redhat.com>
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
2016-12-08 15:31:10 +01:00
..
asm KVM: nVMX: introduce nested_vmx_load_cr3 and call it on vmentry 2016-12-08 15:31:10 +01:00
uapi/asm KVM: nVMX: check host CR3 on vmentry and vmexit 2016-12-08 15:31:10 +01:00