diff options
author | Joerg Roedel <joerg.roedel@amd.com> | 2008-07-14 20:36:36 +0200 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2008-07-27 11:34:09 +0300 |
commit | 5f4cb662a0a2533b45656607471571460310a5ca (patch) | |
tree | 19f3f431f75f7103a1b98e1eea56978712399c6b /include/asm-x86/kvm_host.h | |
parent | 8be1a6d6c77ab4532e4476fdb8177030ef48b52c (diff) | |
download | blackbird-op-linux-5f4cb662a0a2533b45656607471571460310a5ca.tar.gz blackbird-op-linux-5f4cb662a0a2533b45656607471571460310a5ca.zip |
KVM: SVM: allow enabling/disabling NPT by reloading only the architecture module
If NPT is enabled after loading both KVM modules on AMD and it should be
disabled, both KVM modules must be reloaded. If only the architecture module is
reloaded the behavior is undefined. With this patch it is possible to disable
NPT only by reloading the kvm_amd module.
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'include/asm-x86/kvm_host.h')
-rw-r--r-- | include/asm-x86/kvm_host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/kvm_host.h b/include/asm-x86/kvm_host.h index fdde0bedaa90..bc34dc21f178 100644 --- a/include/asm-x86/kvm_host.h +++ b/include/asm-x86/kvm_host.h @@ -556,6 +556,7 @@ int kvm_fix_hypercall(struct kvm_vcpu *vcpu); int kvm_mmu_page_fault(struct kvm_vcpu *vcpu, gva_t gva, u32 error_code); void kvm_enable_tdp(void); +void kvm_disable_tdp(void); int load_pdptrs(struct kvm_vcpu *vcpu, unsigned long cr3); int complete_pio(struct kvm_vcpu *vcpu); |