KVM: remove deprecated UAPIs
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 8 Nov 2023 09:34:03 +0000 (10:34 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 8 Dec 2023 20:43:33 +0000 (15:43 -0500)
commita5d3df8ae13fada772fbce952e9ee7b3433dba16
tree794c1c4169a111edd401a5b040de2c42334f6273
parentc5b31cc2371728ddefe9baf1d036aeb630a25d96
KVM: remove deprecated UAPIs

The deprecated interfaces were removed 15 years ago.  KVM's
device assignment was deprecated in 4.2 and removed 6.5 years
ago; the only interest might be in compiling ancient versions
of QEMU, but QEMU has been using its own imported copy of the
kernel headers since June 2011.  So again we go into archaeology
territory; just remove the cruft.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Documentation/virt/kvm/api.rst
include/uapi/linux/kvm.h
virt/kvm/kvm_main.c