commit | 80cd34787fc0fc31b1a341c7b8d8e729c1b6ea58 | [log] [tgz] |
---|---|---|
author | Luiz Capitulino <[email protected]> | Thu Feb 25 12:11:44 2010 -0300 |
committer | Anthony Liguori <[email protected]> | Mon Mar 08 11:30:09 2010 -0600 |
tree | 87b4d9bb87753831af21d16f6ce011f985fdbd37 | |
parent | d74c7dfd1b63850309d7595b4db2e91b78c1dc05 [diff] [blame] |
QMP: Introduce RTC_CHANGE event Emitted whenever the RTC time changes. Signed-off-by: Luiz Capitulino <[email protected]> Signed-off-by: Anthony Liguori <[email protected]>
diff --git a/sysemu.h b/sysemu.h index d77344c..afa11b5 100644 --- a/sysemu.h +++ b/sysemu.h
@@ -256,6 +256,8 @@ void do_usb_del(Monitor *mon, const QDict *qdict); void usb_info(Monitor *mon); +void rtc_change_mon_event(struct tm *tm); + void register_devices(void); #endif