On Tue, Mar 22, 2022 at 03:47:03PM -0500, Jonathon Jongsma wrote: > This patch series enables support for the qemu-vdagent character device which > enables copy/paste support between guest and client when using vnc graphics. > > The guest must be configured with something like the following: > > <channel type='qemu-vdagent'> > <source clipboard='on' mouse='on'/> I'd suggest we represent these the same way as spice for consistency ie elements rather than attributes <channel type='qemu-vdagent'> <source> <clipboard copypaste='no'/> <mouse mode='client'/> </source> <target type='virtio' name='com.redhat.spice.0'/> </channel> compare with how the vdagent pieces in <graphics> appear: <graphics type='spice' port='-1' tlsPort='-1' autoport='yes'> <channel name='main' mode='secure'/> <channel name='record' mode='insecure'/> <image compression='auto_glz'/> <streaming mode='filter'/> <clipboard copypaste='no'/> <mouse mode='client'/> <filetransfer enable='no'/> <gl enable='yes' rendernode='/dev/dri/by-path/pci-0000:00:02.0-render'/> </graphics> With regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|