Re: [libvirt] [PATCH v2 3/5] qemu_domain: Introduce qemuDomainObjBeginJobNowait

2018-06-18 Thread John Ferlan
On 06/15/2018 04:18 AM, Michal Privoznik wrote: > The aim of this API is to allow the caller do best effort. Some s/do/to do/ > functions can work even when acquiring the job fails (e.g. > qemuConnectGetAllDomainStats()). But what they can't bear is > delay if they have to wait up to 30

[libvirt] [PATCH v2 3/5] qemu_domain: Introduce qemuDomainObjBeginJobNowait

2018-06-15 Thread Michal Privoznik
The aim of this API is to allow the caller do best effort. Some functions can work even when acquiring the job fails (e.g. qemuConnectGetAllDomainStats()). But what they can't bear is delay if they have to wait up to 30 seconds for each domain that is processing some other job. Signed-off-by: