]> git.proxmox.com Git - qemu.git/blobdiff - monitor.h
microblaze: Correct signal frame setup.
[qemu.git] / monitor.h
index 5bdeed101ac874b5b30e513e6af2450bbb2ffe3f..38b22a4b285bf09f96eb639732eaad3e9a07e69a 100644 (file)
--- a/monitor.h
+++ b/monitor.h
@@ -15,12 +15,17 @@ extern Monitor *default_mon;
 #define MONITOR_USE_READLINE  0x02
 #define MONITOR_USE_CONTROL   0x04
 
+/* flags for monitor commands */
+#define MONITOR_CMD_ASYNC       0x0001
+#define MONITOR_CMD_USER_ONLY   0x0002
+
 /* QMP events */
 typedef enum MonitorEvent {
     QEVENT_SHUTDOWN,
     QEVENT_RESET,
     QEVENT_POWERDOWN,
     QEVENT_STOP,
+    QEVENT_RESUME,
     QEVENT_VNC_CONNECTED,
     QEVENT_VNC_INITIALIZED,
     QEVENT_VNC_DISCONNECTED,