On 05/15/2014 04:13 PM, 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.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
diff to v4:
- s/1.2.4/1.2.5/
- drop explicit agent error check since it's done in qemuAgentCommand now
src/qemu/qemu_agent.c | 93 +++++++++++++++++++++++++++++++++++++++++
src/qemu/qemu_agent.h | 8 ++++
src/qemu/qemu_driver.c | 109 +++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 210 insertions(+)
ACK
Jan