]> git.proxmox.com Git - mirror_qemu.git/blobdiff - monitor.c
xen: introduce an event channel for buffered io event notifications
[mirror_qemu.git] / monitor.c
index 8f460317eef849edfe4b9dc3c0e4afa8daded05c..8946a100c0e61720734019958adf9f2fed6e17b8 100644 (file)
--- a/monitor.c
+++ b/monitor.c
@@ -128,7 +128,6 @@ typedef struct mon_cmd_t {
         int  (*cmd_async)(Monitor *mon, const QDict *params,
                           MonitorCompletion *cb, void *opaque);
     } mhandler;
-    bool qapi;
     int flags;
 } mon_cmd_t;
 
@@ -4158,6 +4157,9 @@ static int check_client_args_type(const QDict *client_args,
         case 'O':
             assert(flags & QMP_ACCEPT_UNKNOWNS);
             break;
+        case 'q':
+            /* Any QObject can be passed.  */
+            break;
         case '/':
         case '.':
             /*