Re: [libvirt] [PATCH v1 4/4] qemu: Implement virDomain{Get, Set}Time

2014-02-14 Thread Martin Kletzander
On Thu, Feb 13, 2014 at 07:51:45PM +0100, Michal Privoznik wrote: One caveat though, qemu-ga is expecting time and returning time in nanoseconds. With all the buffering and propagation delay, the time is already wrong once it gets to the qemu-ga, but there's nothing we can do about it.

[libvirt] [PATCH v1 4/4] qemu: Implement virDomain{Get,Set}Time

2014-02-13 Thread Michal Privoznik
One caveat though, qemu-ga is expecting time and returning time in nanoseconds. With all the buffering and propagation delay, the time is already wrong once it gets to the qemu-ga, but there's nothing we can do about it. Signed-off-by: Michal Privoznik mpriv...@redhat.com ---