[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [patch 0/3] add QMP command to reset rtc interrupt backlog
From: |
mtosatti |
Subject: |
[Qemu-devel] [patch 0/3] add QMP command to reset rtc interrupt backlog (v3) |
Date: |
Mon, 02 Jun 2014 14:51:04 -0300 |
User-agent: |
quilt/0.60-1 |
It is necessary to reset RTC interrupt backlog if guest time is
synchronized via a different mechanism, such as QGA's guest-set-time
command.
Failing to do so causes both corrections to be applied (summed),
resulting in an incorrect guest time.
---
changelog:
v3:
- add object_property_add_alias (Paolo)
- fix #ifdefs (Paolo)