Lines Matching +full:foo +full:- +full:queue
4 * Copyright (c) 2003-2004 Fabrice Bellard
28 #include "chardev/char-fe.h"
30 #include "qapi/qapi-types-control.h"
32 #include "qapi/qmp/json-parser.h"
50 * 'M' Non-negative target long (32 or 64 bit), in user mode the
60 * '/' optional gdb-like print format (like "/10x")
66 * '-' optional parameter (eg. '-f'); if followed by a 's', it
67 * specifies an optional string param (e.g. '-fs' allows '-f foo')
106 * The per-monitor lock. We can't access guest memory when holding
112 * Members that are protected by the per-monitor lock
148 * Protects qmp request/response queue.
152 /* Input queue that holds all the parsed QMP requests */
161 return mon->is_qmp; in monitor_is_qmp()