summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/virt-install.rst13
-rw-r--r--man/virt-xml.rst1
2 files changed, 14 insertions, 0 deletions
diff --git a/man/virt-install.rst b/man/virt-install.rst
index f75af635..18a80230 100644
--- a/man/virt-install.rst
+++ b/man/virt-install.rst
@@ -1886,6 +1886,19 @@ Complete details at https://libvirt.org/formatdomain.html#elementsPanic
+``--shmem``
+^^^^^^^^^^^
+
+**Syntax:** ``--shmem`` NAME[,OPTS]
+
+Attach a shared memory device to the guest. The name must not contain ``/`` and must
+not be directory-specific to ``.`` or ``..``
+
+Use --shmem=? to see a list of all available sub options.
+Complete details at https://libvirt.org/formatdomain.html#shared-memory-device
+
+
+
``--memdev``
^^^^^^^^^^^^
diff --git a/man/virt-xml.rst b/man/virt-xml.rst
index 7ff7ceca..0ad57d25 100644
--- a/man/virt-xml.rst
+++ b/man/virt-xml.rst
@@ -243,6 +243,7 @@ XML OPTIONS
* ``--tpm``
* ``--rng``
* ``--panic``
+* ``--shmem``
* ``--memdev``
These options alter the XML for a single class of XML elements. More complete documentation is found in virt-install(1).