summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2022-02-24 13:47:59 -0500
committerCole Robinson <crobinso@redhat.com>2022-02-24 14:18:41 -0500
commitcd5c34a3f3ab53be32319af6857efd3c2ac45385 (patch)
treebee0d94d899c92bbfa2caf141f324acffcbb3f83 /man
parent5a6714715b3ef373a0e87ebe6b9ee5f03ba232d2 (diff)
downloadvirt-manager-cd5c34a3f3ab53be32319af6857efd3c2ac45385.tar.gz
cli: Add basic --audio type=XXX,id=Y support
Closes: #264 Signed-off-by: Cole Robinson <crobinso@redhat.com>
Diffstat (limited to 'man')
-rw-r--r--man/virt-install.rst10
-rw-r--r--man/virt-xml.rst1
2 files changed, 11 insertions, 0 deletions
diff --git a/man/virt-install.rst b/man/virt-install.rst
index 2b4f4e16..5d530471 100644
--- a/man/virt-install.rst
+++ b/man/virt-install.rst
@@ -1575,6 +1575,16 @@ Complete details at https://libvirt.org/formatdomain.html#elementsSound
+``--audio``
+^^^^^^^^^^^
+
+Configure host audio output for the guest's `--sound` hardware.
+
+Use --audio=? to see a list of all available sub options.
+Complete details at https://libvirt.org/formatdomain.html#audio-backends
+
+
+
``--watchdog``
^^^^^^^^^^^^^^
diff --git a/man/virt-xml.rst b/man/virt-xml.rst
index 36fa37e8..cf5db45c 100644
--- a/man/virt-xml.rst
+++ b/man/virt-xml.rst
@@ -235,6 +235,7 @@ XML OPTIONS
* ``--hostdev``
* ``--filesystem``
* ``--sound``
+* ``--audio``
* ``--watchdog``
* ``--video``
* ``--smartcard``