]> xenbits.xensource.com Git - libvirt.git/commit
conf: Add channel state for virtio channels to the XML
authorPeter Krempa <pkrempa@redhat.com>
Wed, 29 Oct 2014 15:03:53 +0000 (16:03 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 21 Nov 2014 10:00:11 +0000 (11:00 +0100)
commit24c25a68c21adc197325a6b43e69367c0085d1b2
tree51fc212ebfab05e81ffd963596802babc32a331f
parente9a4506963fb70d2b8cbf31a2fe77ec68bacd397
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.
docs/formatdomain.html.in
docs/schemas/domaincommon.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
tests/qemuxml2argvdata/qemuxml2argv-channel-virtio-state.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-channel-virtio-state.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c
tests/qemuxml2xmloutdata/qemuxml2xmlout-channel-virtio-state-active.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-channel-virtio-state-inactive.xml [new file with mode: 0644]
tests/qemuxml2xmltest.c