Re: [libvirt] [PATCH] qemu: fix domain id after domainCreate(), domainCreateWithFlags()

2016-07-15 Thread Sascha Silbe
Dear Daniel, "Daniel P. Berrange" writes: > On Fri, Jul 15, 2016 at 06:30:32PM +0200, Sascha Silbe wrote: >> Ever since a041de15 [Update to comply with internal driver API] >> changed the code to use virDomain.id instead of _virDomainObj.id >> (qemud_vm.id back then) directly, the domain ID retr

Re: [libvirt] [PATCH] qemu: fix domain id after domainCreate(), domainCreateWithFlags()

2016-07-15 Thread Daniel P. Berrange
On Fri, Jul 15, 2016 at 06:30:32PM +0200, Sascha Silbe wrote: > Ever since a041de15 [Update to comply with internal driver API] > changed the code to use virDomain.id instead of _virDomainObj.id > (qemud_vm.id back then) directly, the domain ID retrieved with > virDomainGetID() is incorrect after v

[libvirt] [PATCH] qemu: fix domain id after domainCreate(), domainCreateWithFlags()

2016-07-15 Thread Sascha Silbe
Ever since a041de15 [Update to comply with internal driver API] changed the code to use virDomain.id instead of _virDomainObj.id (qemud_vm.id back then) directly, the domain ID retrieved with virDomainGetID() is incorrect after virDomainCreate() or virDomainCreateWithFlags() was called. The API con