summaryrefslogtreecommitdiffstats
path: root/monitor.h
diff options
context:
space:
mode:
authorLuiz Capitulino2010-02-25 16:11:44 +0100
committerAnthony Liguori2010-03-08 18:30:09 +0100
commit80cd34787fc0fc31b1a341c7b8d8e729c1b6ea58 (patch)
tree87b4d9bb87753831af21d16f6ce011f985fdbd37 /monitor.h
parentQMP: Revamp the qmp-events.txt file (diff)
downloadqemu-80cd34787fc0fc31b1a341c7b8d8e729c1b6ea58.tar.gz
qemu-80cd34787fc0fc31b1a341c7b8d8e729c1b6ea58.tar.xz
qemu-80cd34787fc0fc31b1a341c7b8d8e729c1b6ea58.zip
QMP: Introduce RTC_CHANGE event
Emitted whenever the RTC time changes. Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'monitor.h')
-rw-r--r--monitor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/monitor.h b/monitor.h
index 8cc21f53fc..aa51bd5a06 100644
--- a/monitor.h
+++ b/monitor.h
@@ -23,6 +23,7 @@ typedef enum MonitorEvent {
QEVENT_VNC_INITIALIZED,
QEVENT_VNC_DISCONNECTED,
QEVENT_BLOCK_IO_ERROR,
+ QEVENT_RTC_CHANGE,
QEVENT_MAX,
} MonitorEvent;