From 80cd34787fc0fc31b1a341c7b8d8e729c1b6ea58 Mon Sep 17 00:00:00 2001 From: Luiz Capitulino Date: Thu, 25 Feb 2010 12:11:44 -0300 Subject: QMP: Introduce RTC_CHANGE event Emitted whenever the RTC time changes. Signed-off-by: Luiz Capitulino Signed-off-by: Anthony Liguori --- sysemu.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysemu.h') diff --git a/sysemu.h b/sysemu.h index d77344c1b9..afa11b5519 100644 --- a/sysemu.h +++ b/sysemu.h @@ -256,6 +256,8 @@ void do_usb_add(Monitor *mon, const QDict *qdict); 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 -- cgit v1.2.3