OSDN Git Service

KVM: Reference to kvm_userspace_memory_region in doc and comments
authorJavier Martinez Canillas <javierm@redhat.com>
Fri, 2 Dec 2022 10:50:10 +0000 (11:50 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 2 Dec 2022 17:54:40 +0000 (12:54 -0500)
commit30ee198ce42d60101620d33f8bc70c3234798365
tree163563a0faaebf8b32cff8ba5762eb31c15c935a
parent66a9221d73e71199a120ca12ea5bfaac2aa670a3
KVM: Reference to kvm_userspace_memory_region in doc and comments

There are still references to the removed kvm_memory_region data structure
but the doc and comments should mention struct kvm_userspace_memory_region
instead, since that is what's used by the ioctl that replaced the old one
and this data structure support the same set of flags.

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
Message-Id: <20221202105011.185147-4-javierm@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Documentation/virt/kvm/api.rst
include/linux/kvm_host.h
include/uapi/linux/kvm.h
tools/include/uapi/linux/kvm.h