diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2012-02-23 13:45:24 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-02-24 13:36:03 -0600 |
commit | 62aeb0f765ea1f4a305a1963e66e94f7be9ac054 (patch) | |
tree | 27a952593c430a08b713dc1f13a8e654a8df62c7 /sysemu.h | |
parent | 9826fd597df59a8bac7beafd192e4baad790c31a (diff) |
suspend: make rtc alarm wakeup the guest.
Make the rtc wake up the guest when the alarm fires.
Add acpi windup to property support RTC_EN, so guests
can enable and disable this.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'sysemu.h')
-rw-r--r-- | sysemu.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -40,6 +40,7 @@ void vm_stop_force_state(RunState state); typedef enum WakeupReason { QEMU_WAKEUP_REASON_OTHER = 0, + QEMU_WAKEUP_REASON_RTC, } WakeupReason; void qemu_system_reset_request(void); |