Hello, This series contains patches that cleanups KVM headers and documentation, by removing left overs of ioctls that were already removed. This is a v2 that instead of marking these ioctls as "obsoleted", remove any mentions to them. This was suggested by Sean Christopherson in v1. Best regards, Javier Changes in v2: - Delete all references to removed ioctls instead of marking them as deprecated (Sean Christopherson). Javier Martinez Canillas (4): KVM: Delete all references to removed KVM_SET_MEMORY_REGION ioctl KVM: Delete all references to removed KVM_SET_MEMORY_ALIAS ioctl KVM: Reference to kvm_userspace_memory_region in doc and comments KVM: Add missing arch for KVM_CREATE_DEVICE and KVM_{SET,GET}_DEVICE_ATTR Documentation/virt/kvm/api.rst | 31 +++------------------------ arch/x86/include/uapi/asm/kvm.h | 8 ------- include/linux/kvm_host.h | 4 ++-- include/uapi/linux/kvm.h | 20 +++-------------- tools/arch/x86/include/uapi/asm/kvm.h | 8 ------- tools/include/uapi/linux/kvm.h | 20 +++-------------- 6 files changed, 11 insertions(+), 80 deletions(-) -- 2.38.1