@@ -6382,6 +6382,20 @@ a single guest_memfd file, but the bound ranges must not overlap).
See KVM_SET_USER_MEMORY_REGION2 for additional details.
+The following flags are defined:
+
+KVM_GMEM_NO_DIRECT_MAP
+ Ensure memory backing this guest_memfd inode is unmapped from the kernel's
+ address space.
+
+Errors:
+
+ ========== ===============================================================
+ EOPNOTSUPP `KVM_GMEM_NO_DIRECT_MAP` was set in `flags`, but the host does
+ not support direct map manipulations.
+ ========== ===============================================================
+
+
4.143 KVM_PRE_FAULT_MEMORY
---------------------------
Signed-off-by: Patrick Roy <roypat@amazon.co.uk> --- Documentation/virt/kvm/api.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+)