Re: [libvirt] [PATCH v2 5/5] virsh: Implement virDomainResumeFlags

2014-12-01 Thread Peter Krempa
On 11/06/14 14:01, Michal Privoznik wrote: > This is done by introducing '--sync-time' to already existing > 'resume' command. If the option is used, the newer Flags() API > is called. > > Signed-off-by: Michal Privoznik > --- > tools/virsh-domain.c | 13 - > tools/virsh.pod | 1

[libvirt] [PATCH v2 5/5] virsh: Implement virDomainResumeFlags

2014-11-06 Thread Michal Privoznik
This is done by introducing '--sync-time' to already existing 'resume' command. If the option is used, the newer Flags() API is called. Signed-off-by: Michal Privoznik --- tools/virsh-domain.c | 13 - tools/virsh.pod | 11 +++ 2 files changed, 19 insertions(+), 5 deletio