Merge tag 'kvm-x86-vmx-6.5' of https://github.com/kvm-x86/linux into HEAD
authorPaolo Bonzini <pbonzini@redhat.com>
Sat, 1 Jul 2023 11:20:04 +0000 (07:20 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 1 Jul 2023 11:20:04 +0000 (07:20 -0400)
commit255006adb3da71bb75c334453786df781b415f54
treedc9030af6576d97f8b7489310f76e7406dfb4afb
parent24975ce8b2f863547d0b79a5a4552d5ea3522a3c
parent0a3869e14d4a5e1016aad6bc6c5b70f82bc0dbbe
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
arch/x86/kvm/mmu/mmu.c
arch/x86/kvm/vmx/nested.c
arch/x86/kvm/vmx/pmu_intel.c
arch/x86/kvm/vmx/vmx.c
arch/x86/kvm/x86.c
include/linux/kvm_host.h
virt/kvm/kvm_main.c