mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
qemu: introduce spiceport chardev backend
Add a new backend for any character device. This backend uses channel in spice connection. This channel is similar to spicevmc, but all-purpose in contrast to spicevmc. Apart from spicevmc, spiceport-backed chardev will not be formatted into the command-line if there is no spice to use (with test for that as well). For this I moved the def->graphics counting to the start of the function so its results can be used in rest of the code even in the future. Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
@@ -241,6 +241,8 @@ mymain(void)
|
||||
DO_TEST("serial-udp");
|
||||
DO_TEST("serial-tcp-telnet");
|
||||
DO_TEST("serial-many");
|
||||
DO_TEST("serial-spiceport");
|
||||
DO_TEST("serial-spiceport-nospice");
|
||||
DO_TEST("parallel-tcp");
|
||||
DO_TEST("console-compat");
|
||||
DO_TEST("console-virtio-many");
|
||||
|
||||
Reference in New Issue
Block a user