]> git.proxmox.com Git - qemu.git/blobdiff - monitor.h
Merge remote-tracking branch 'qmp/queue/qmp' into staging
[qemu.git] / monitor.h
index 887c472a92982f92dc684169f8a3461b5254521c..cd1d8786d1f40c76458c4bd260936f719a695e30 100644 (file)
--- a/monitor.h
+++ b/monitor.h
@@ -36,6 +36,15 @@ typedef enum MonitorEvent {
     QEVENT_SPICE_CONNECTED,
     QEVENT_SPICE_INITIALIZED,
     QEVENT_SPICE_DISCONNECTED,
+    QEVENT_BLOCK_JOB_COMPLETED,
+    QEVENT_BLOCK_JOB_CANCELLED,
+    QEVENT_DEVICE_TRAY_MOVED,
+    QEVENT_SUSPEND,
+    QEVENT_WAKEUP,
+
+    /* Add to 'monitor_event_names' array in monitor.c when
+     * defining new events here */
+
     QEVENT_MAX,
 } MonitorEvent;