Re: [libvirt] [PATCH v2 4/5] qemuDomainResumeFlags: Introduce VIR_DOMAIN_RESUME_SYNC_TIME

2014-12-01 Thread Peter Krempa
On 11/12/14 18:40, Michal Privoznik wrote: > On 06.11.2014 15:31, Eric Blake wrote: >> On 11/06/2014 02:01 PM, Michal Privoznik wrote: >>> This flag can be used to sync the domain's time right after >>> domain CPUs are started. It's basically backing call of two >>> subsequent APIs into one: >>> >>

Re: [libvirt] [PATCH v2 4/5] qemuDomainResumeFlags: Introduce VIR_DOMAIN_RESUME_SYNC_TIME

2014-11-12 Thread Michal Privoznik
On 06.11.2014 15:31, Eric Blake wrote: On 11/06/2014 02:01 PM, Michal Privoznik wrote: This flag can be used to sync the domain's time right after domain CPUs are started. It's basically backing call of two subsequent APIs into one: 1) virDomainResume(dom) 2) virDomainSetTime(dom, 0, 0, VIR_DOM

Re: [libvirt] [PATCH v2 4/5] qemuDomainResumeFlags: Introduce VIR_DOMAIN_RESUME_SYNC_TIME

2014-11-06 Thread Eric Blake
On 11/06/2014 02:01 PM, Michal Privoznik wrote: > This flag can be used to sync the domain's time right after > domain CPUs are started. It's basically backing call of two > subsequent APIs into one: > > 1) virDomainResume(dom) > 2) virDomainSetTime(dom, 0, 0, VIR_DOMAIN_TIME_SYNC) > > Signed-off

[libvirt] [PATCH v2 4/5] qemuDomainResumeFlags: Introduce VIR_DOMAIN_RESUME_SYNC_TIME

2014-11-06 Thread Michal Privoznik
This flag can be used to sync the domain's time right after domain CPUs are started. It's basically backing call of two subsequent APIs into one: 1) virDomainResume(dom) 2) virDomainSetTime(dom, 0, 0, VIR_DOMAIN_TIME_SYNC) Signed-off-by: Michal Privoznik --- include/libvirt/libvirt-domain.h |