Re: [libvirt] [PATCH] remote: fix dom->id after virDomainCreateWithFlags

2013-06-10 Thread Marek Marczykowski-Górecki
On 23.05.2013 15:19, Michal Privoznik wrote: > On 23.05.2013 02:01, Marek Marczykowski wrote: >> The same issue as (already fixed) in virDomainCreate - >> REMOTE_PROC_DOMAIN_CREATE_WITH_FLAGS doesn't return new domain ID, only >> -1 on error or 0 on success. >> >> Besides this one fix it is more ge

Re: [libvirt] [PATCH] remote: fix dom->id after virDomainCreateWithFlags

2013-05-23 Thread Michal Privoznik
On 23.05.2013 02:01, Marek Marczykowski wrote: > The same issue as (already fixed) in virDomainCreate - > REMOTE_PROC_DOMAIN_CREATE_WITH_FLAGS doesn't return new domain ID, only > -1 on error or 0 on success. > > Besides this one fix it is more general problem - local domain object > ID can desync

[libvirt] [PATCH] remote: fix dom->id after virDomainCreateWithFlags

2013-05-22 Thread Marek Marczykowski
The same issue as (already fixed) in virDomainCreate - REMOTE_PROC_DOMAIN_CREATE_WITH_FLAGS doesn't return new domain ID, only -1 on error or 0 on success. Besides this one fix it is more general problem - local domain object ID can desynchronize with the real one, for example in case of another c