]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: add usbredir type 'dbus'
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Fri, 13 May 2022 18:38:19 +0000 (20:38 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 19 May 2022 10:36:40 +0000 (12:36 +0200)
commit3fa987cc421e663be5763320cdc8956f1d725257
treea1ee2f59643cd54f615510abf9d88ecc3eae5a75
parent53905292f95a3bcdd06e17d7ec36542c4d9a2366
qemu: add usbredir type 'dbus'

The USB device redirection works in a similar way as Spice. The
underlying 'dbus' channel is set to "org.qemu.usbredir" by default for
the client to identify the channel purpose (as specified in -display
dbus documentation).

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/conf/domain_conf.c
tests/qemuxml2argvdata/graphics-dbus-usbredir.args [new file with mode: 0644]
tests/qemuxml2argvdata/graphics-dbus-usbredir.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c