mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
conf: Add channel state for virtio channels to the XML
To track state of virtio channels this patch adds a new output-only attribute called 'state' to the <target> element of virtio channels. This will be later populated with the guest state of the channel.
This commit is contained in:
@@ -288,6 +288,7 @@ mymain(void)
|
||||
DO_TEST("console-virtio-many");
|
||||
DO_TEST("channel-guestfwd");
|
||||
DO_TEST("channel-virtio");
|
||||
DO_TEST_DIFFERENT("channel-virtio-state");
|
||||
|
||||
DO_TEST("hostdev-usb-address");
|
||||
DO_TEST("hostdev-pci-address");
|
||||
|
||||
Reference in New Issue
Block a user