summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorHugues Fafard <fafardh@posteo.de>2021-07-26 22:14:30 +0200
committerCole Robinson <crobinso@redhat.com>2021-07-27 15:55:00 -0400
commit20d2376b18edc6132532b22157ea1e165a562f47 (patch)
tree7e6bf391f5b16508117687f0e128d0737be52978 /man
parent4017e761c22385f778ed508454eba50ccb18e556 (diff)
downloadvirt-manager-20d2376b18edc6132532b22157ea1e165a562f47.tar.gz
cli: --shmem: added support for shared memory devices
This includes support for the following suboptions: * name (<shmem name=X>) * role (<shmem role=X>) * model.type (<shmem><model type=X/>) * size (<shmem><size>X) * size.unit (<shmem><size unit=X/>) * server.path (<shmem><server path=X/>) * msi.vectors (<shmem><msi vectors=X/>) * msi.ioeventfd (<shmem><msi ioeventfd=X/>)
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).