diff options
author | Hu Tao | 2013-04-26 05:24:41 +0200 |
---|---|---|
committer | Anthony Liguori | 2013-04-30 17:30:01 +0200 |
commit | c401a8a5156a2596b285586002d544c595d40cf7 (patch) | |
tree | 812b3ca3745a13f8004b86b44ea56bb8d51dbec2 /include/monitor/monitor.h | |
parent | add a new runstate: RUN_STATE_GUEST_PANICKED (diff) | |
download | qemu-c401a8a5156a2596b285586002d544c595d40cf7.tar.gz qemu-c401a8a5156a2596b285586002d544c595d40cf7.tar.xz qemu-c401a8a5156a2596b285586002d544c595d40cf7.zip |
add a new qevent: QEVENT_GUEST_PANICKED
This event will be emited when qemu detects guest panic.
Signed-off-by: Wen Congyang <wency@cn.fujitsu.com>
Signed-off-by: Hu Tao <hutao@cn.fujitsu.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-id: cf0bc45ecf9ecd3699bc72dc39f8cbab8ed79d8c.1366945969.git.hutao@cn.fujitsu.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'include/monitor/monitor.h')
-rw-r--r-- | include/monitor/monitor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/monitor/monitor.h b/include/monitor/monitor.h index b868760d7c..1a6cfcf687 100644 --- a/include/monitor/monitor.h +++ b/include/monitor/monitor.h @@ -46,6 +46,7 @@ typedef enum MonitorEvent { QEVENT_WAKEUP, QEVENT_BALLOON_CHANGE, QEVENT_SPICE_MIGRATE_COMPLETED, + QEVENT_GUEST_PANICKED, /* Add to 'monitor_event_names' array in monitor.c when * defining new events here */ |