Merge tag 'kvm-x86-generic-6.10' of https://github.com/kvm-x86/linux into HEAD
authorPaolo Bonzini <pbonzini@redhat.com>
Sun, 12 May 2024 07:16:47 +0000 (03:16 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Sun, 12 May 2024 07:16:47 +0000 (03:16 -0400)
commitf4bc1373d5a6687e08e51d6d21c5c95033ca169f
treed9442dbe7c54f756370be31f5dae808f80379a9e
parente5f62e27b16601f08b6b04dc964691d48d0a6a91
parent2098acaf24455698c149b27f0347eb4ddc6d2058
Merge tag 'kvm-x86-generic-6.10' of https://github.com/kvm-x86/linux into HEAD

KVM cleanups for 6.10:

 - Misc cleanups extracted from the "exit on missing userspace mapping" series,
   which has been put on hold in anticipation of a "KVM Userfault" approach,
   which should provide a superset of functionality.

 - Remove kvm_make_all_cpus_request_except(), which got added to hack around an
   AVIC bug, and then became dead code when a more robust fix came along.

 - Fix a goof in the KVM_CREATE_GUEST_MEMFD documentation.
Documentation/virt/kvm/api.rst
include/linux/kvm_host.h
virt/kvm/kvm_main.c