Re: [libvirt] [PATCH v2 1/5] Introduce virDomainResumeFlags API

2014-12-01 Thread Peter Krempa
On 11/06/14 14:01, Michal Privoznik wrote: > The old DomainResume API lacks flags argument. This is > unfortunate, because there may exist some use cases > where an additional work could be done on domain > resume. However, without flags it's not possible. > > Signed-off-by: Michal Privoznik > --

[libvirt] [PATCH v2 1/5] Introduce virDomainResumeFlags API

2014-11-06 Thread Michal Privoznik
The old DomainResume API lacks flags argument. This is unfortunate, because there may exist some use cases where an additional work could be done on domain resume. However, without flags it's not possible. Signed-off-by: Michal Privoznik --- include/libvirt/libvirt-domain.h | 2 ++ src/driver-h