diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-05-11 18:29:48 +0800 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2010-08-01 10:35:43 +0300 |
commit | 4610c9cc6d9c84f7d585583699f04d5f51c83671 (patch) | |
tree | f67e81f151849fcce2b62665603f680fa9bb94b3 /arch/x86/kvm/mmu.c | |
parent | b923e62e4d48bc5242b32a6ef5ba0f886137668a (diff) | |
download | lwn-4610c9cc6d9c84f7d585583699f04d5f51c83671.tar.gz lwn-4610c9cc6d9c84f7d585583699f04d5f51c83671.zip |
KVM: VMX: VMXON/VMXOFF usage changes
SDM suggests VMXON should be called before VMPTRLD, and VMXOFF
should be called after doing VMCLEAR.
Therefore in vmm coexistence case, we should firstly call VMXON
before any VMCS operation, and then call VMXOFF after the
operation is done.
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'arch/x86/kvm/mmu.c')
0 files changed, 0 insertions, 0 deletions