Commit 76e3bcdb authored by Dennis Restle's avatar Dennis Restle Committed by Paolo Bonzini

KVM: fix typo in documentation

The documentation mentions a non-existing capability KVM_CAP_USER_MEM.s
The right name is KVM_CAP_USER_MEMORY.
Signed-off-by: default avatarDennis Restle <derestle@htwg-konstanz.de>
Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent f9bc5227
......@@ -1079,7 +1079,7 @@ yet and must be cleared on entry.
4.35 KVM_SET_USER_MEMORY_REGION
Capability: KVM_CAP_USER_MEM
Capability: KVM_CAP_USER_MEMORY
Architectures: all
Type: vm ioctl
Parameters: struct kvm_userspace_memory_region (in)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment