Hey,
On Tue, Mar 13, 2012 at 01:22:09AM +0100, Marc-André Lureau wrote:
> On Mon, Mar 12, 2012 at 5:56 PM, Christophe Fergeau <cfergeau(a)redhat.com>
wrote:
> > Ping for this patch and for 3/3 ?
>
> ./test-domain-create gives:
>
> <channel type="spicevmc">
> <target type="channel-target-virtio"/>
> </channel>
>
> Where we expect this:
>
> <channel type='spicevmc'>
> <target type='virtio' name='com.redhat.spice.0'/>
> <address type='virtio-serial' controller='0'
bus='0' port='1'/>
> </channel>
The "address" element is optional, see
http://libvirt.org/formatdomain.html#elementCharChannel "The optional
address element can tie the channel to a particular type='virtio-serial'
controller."
It seems libvirt will still do the right thing if it's omitted:
http://libvirt.org/formatdomain.html#elementsAddress
I tend to only add API in libvirt-gconfig when there's a need for it, but I
can look into adding API to set the address element if you think that's
needed now.
Yes, there is no need to specify an <address> element really. Just
let libvirt do its thing.
Daniel
--
|: