summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@redhat.com>2022-05-18 17:03:29 -0500
committerCole Robinson <crobinso@redhat.com>2022-06-13 13:49:08 -0400
commit44355e5ed0d0791675e8113732dde37664d5aa91 (patch)
tree0e1424a501c087c6697de440fd1c633ad4fdc727 /man
parent0533bb8189c2d36fc18121bf394be5d35c038066 (diff)
downloadvirt-manager-44355e5ed0d0791675e8113732dde37664d5aa91.tar.gz
virt-install: add support for qemu-vdagent channel
This allows support for host/guest clipboard sharing when using vnc guests (and possibly other graphics types in the future). This channel is similar to the spicevmc channel, but it contains a couple additional options to enable/disable clipboard sharing and specify the mouse mode. In the case of spice, these settings are specified on the 'graphics' element, but for qemu-vdagent, they are specified on the channel. For example: --channel=qemu-vdagent,source.clipboard.copypaste=on,source.mouse.mode=client Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
Diffstat (limited to 'man')
-rw-r--r--man/virt-install.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/man/virt-install.rst b/man/virt-install.rst
index c1d1c1aa..3a6e8dcd 100644
--- a/man/virt-install.rst
+++ b/man/virt-install.rst
@@ -1761,6 +1761,15 @@ Some of the types of character device redirection are:
and can be any string, such as the default com.redhat.spice.0 that
specifies how the guest will see the channel.
+``--channel qemu-vdagent,target.type=virtio[,target.name=NAME]``
+ Communication channel for QEMU vd agent, using virtio serial (requires
+ 2.6.34 or later host and guest). This allows copy/paste functionality with
+ VNC guests. Note that the guest clipboard integration is implemented via
+ spice-vdagent, which must be running even when the guest does not use spice
+ graphics. NAME is optional metadata that specifies how the guest will see
+ the channel, and should be left as the default com.redhat.spice.0 unless you
+ know what you are doing.
+
Use --channel=? to see a list of all available sub options.
Complete details at https://libvirt.org/formatdomain.html#elementsCharChannel