diff options
author | 2018-03-05 12:04:40 -0800 | |
---|---|---|
committer | 2018-03-16 22:01:36 +0100 | |
commit | b4d185175bc13d238d96998b1dba5ddeb7c69d71 (patch) | |
tree | 433bd4f5e36f64db6f3727e2e7f1d19f2dd4959d /tools/perf/scripts/python/export-to-postgresql.py | |
parent | KVM: VMX: don't force CR4.PAE/PSE for unrestricted guest (diff) | |
download | wireguard-linux-b4d185175bc13d238d96998b1dba5ddeb7c69d71.tar.xz wireguard-linux-b4d185175bc13d238d96998b1dba5ddeb7c69d71.zip |
KVM: VMX: give unrestricted guest full control of CR3
Now CR3 is not forced to a host-controlled value when paging is
disabled in an unrestricted guest, CR3 load/store exiting can be
left disabled (for an unrestricted guest). And because CR0.WP
and CR4.PAE/PSE are also not force to host-controlled values,
all of ept_update_paging_mode_cr0() is no longer needed, i.e.
skip ept_update_paging_mode_cr0() for an unrestricted guest.
Because MOV CR3 no longer exits when paging is disabled for an
unrestricted guest, vmx_decache_cr3() must always read GUEST_CR3
from the VMCS for an unrestricted guest.
Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions