Libvirt 8.4.0 will have support for the qemu-vdagent channel that will allow clipboard sync with VNC guests. Add this support to virt-install/virt-manager. Jonathon Jongsma (2): virt-install: add support for qemu-vdagent channel virt-manager: add support for qemu-vdagent channel man/virt-install.rst | 9 ++++++ .../cli/compare/virt-install-many-devices.xml | 7 +++++ tests/test_cli.py | 1 + ui/addhardware.ui | 28 ++++++++++++++++++- ui/details.ui | 27 +++++++++++++++++- virtManager/addhardware.py | 10 ++++++- virtManager/details/details.py | 7 +++-- virtinst/cli.py | 2 ++ virtinst/devices/char.py | 8 +++++- 9 files changed, 93 insertions(+), 6 deletions(-) -- 2.35.3