Re: [Libvir] PATCH: Fix marshalling of ID on wire with remote

2007-06-18 Thread Richard W.M. Jones
Daniel P. Berrange wrote: THe code which marshalls virDomainptr objects onto the wire in the remote driver forgets to include the 'id' value. We get away with this for Xen and QEMU because they do most things based off name or UUID. The test driver however wants the ID number. The attached patch

[Libvir] PATCH: Fix marshalling of ID on wire with remote

2007-06-17 Thread Daniel P. Berrange
THe code which marshalls virDomainptr objects onto the wire in the remote driver forgets to include the 'id' value. We get away with this for Xen and QEMU because they do most things based off name or UUID. The test driver however wants the ID number. The attached patch fixes this Dan -- |=- Re