]> git.proxmox.com Git - qemu.git/blobdiff - monitor.h
Merge remote-tracking branch 'bonzini/scsi-next' into staging
[qemu.git] / monitor.h
index 0d498006f81d03f27d44c0b097a7d6d83d4eab53..5f4de1b3daca9a577e6e9e697a7f0aa69e5603b8 100644 (file)
--- a/monitor.h
+++ b/monitor.h
@@ -41,6 +41,11 @@ typedef enum MonitorEvent {
     QEVENT_DEVICE_TRAY_MOVED,
     QEVENT_SUSPEND,
     QEVENT_WAKEUP,
+    QEVENT_BALLOON_CHANGE,
+
+    /* Add to 'monitor_event_names' array in monitor.c when
+     * defining new events here */
+
     QEVENT_MAX,
 } MonitorEvent;