We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c911f0d commit a4baf8dCopy full SHA for a4baf8d
Documentation/virt/kvm/api.rst
@@ -7385,8 +7385,9 @@ hibernation of the host; however the VMM needs to manually save/restore the
7385
tags as appropriate if the VM is migrated.
7386
7387
When this capability is enabled all memory in memslots must be mapped as
7388
-not-shareable (no MAP_SHARED), attempts to create a memslot with a
7389
-MAP_SHARED mmap will result in an -EINVAL return.
+``MAP_ANONYMOUS`` or with a RAM-based file mapping (``tmpfs``, ``memfd``),
+attempts to create a memslot with an invalid mmap will result in an
7390
+-EINVAL return.
7391
7392
When enabled the VMM may make use of the ``KVM_ARM_MTE_COPY_TAGS`` ioctl to
7393
perform a bulk copy of tags to/from the guest.
0 commit comments