Skip to content
Commit 2098acaf authored by Carlos López's avatar Carlos López Committed by Sean Christopherson
Browse files

KVM: fix documentation for KVM_CREATE_GUEST_MEMFD



The KVM_CREATE_GUEST_MEMFD ioctl returns a file descriptor, and is
documented as such in the description. However, the "Returns" field
in the documentation states that the ioctl returns 0 on success.
Update this to match the description.

Signed-off-by: default avatarCarlos López <clopez@suse.de>
Fixes: a7800aa8

 ("KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory")
Link: https://lore.kernel.org/r/20240424103317.28522-1-clopez@suse.de
Signed-off-by: default avatarSean Christopherson <seanjc@google.com>
parent 82e9c84d
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