aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/kvm_host.h
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2023-07-01 07:20:04 -0400
committerPaolo Bonzini <pbonzini@redhat.com>2023-07-01 07:20:04 -0400
commit255006adb3da71bb75c334453786df781b415f54 (patch)
treedc9030af6576d97f8b7489310f76e7406dfb4afb /include/linux/kvm_host.h
parentMerge tag 'kvm-x86-svm-6.5' of https://github.com/kvm-x86/linux into HEAD (diff)
parentKVM: x86/mmu: Trigger APIC-access page reload iff vendor code cares (diff)
downloadwireguard-linux-255006adb3da71bb75c334453786df781b415f54.tar.xz
wireguard-linux-255006adb3da71bb75c334453786df781b415f54.zip
Merge tag 'kvm-x86-vmx-6.5' of https://github.com/kvm-x86/linux into HEAD
KVM VMX changes for 6.5: - Fix missing/incorrect #GP checks on ENCLS - Use standard mmu_notifier hooks for handling APIC access page - Misc cleanups
Diffstat (limited to 'include/linux/kvm_host.h')
-rw-r--r--include/linux/kvm_host.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h
index 84ba21c8093f..9d3ac7720da9 100644
--- a/include/linux/kvm_host.h
+++ b/include/linux/kvm_host.h
@@ -2239,9 +2239,6 @@ static inline long kvm_arch_vcpu_async_ioctl(struct file *filp,
}
#endif /* CONFIG_HAVE_KVM_VCPU_ASYNC_IOCTL */
-void kvm_arch_mmu_notifier_invalidate_range(struct kvm *kvm,
- unsigned long start, unsigned long end);
-
void kvm_arch_guest_memory_reclaimed(struct kvm *kvm);
#ifdef CONFIG_HAVE_KVM_VCPU_RUN_PID_CHANGE