Home
last modified time | relevance | path

Searched refs:oob (Results 1 – 18 of 18) sorted by path

/qemu/docs/devel/
H A Dqapi-code-gen.rst463 '*allow-oob': true,
490 In the Client JSON Protocol, the value of the "execute" or "exec-oob"
547 Member 'allow-oob' declares whether the command supports out-of-band
551 'data': { 'uri': 'str' }, 'allow-oob': true }
585 'data': [ 'oob' ] }
616 It is an error to specify both ``'coroutine': true`` and ``'allow-oob': true``
1188 members "arg-type", "ret-type" and "allow-oob". On the wire, the
1192 When "allow-oob" is true, it means the command supports out-of-band
H A Dwriting-monitor-commands.rst75 "oob"
/qemu/docs/interop/
H A Dqmp-spec.rst88 ``oob``
105 { "exec-oob": json-string, "arguments": json-object, "id": json-value }
109 - The ``execute`` or ``exec-oob`` member identifies the command to be
139 is recommended for clients that accept capability ``oob``.
149 have ``"allow-oob": true`` in the output of ``query-qmp-schema``.
274 "package": "v3.0.0"}, "capabilities": ["oob"] } }
282 -> { "execute": "qmp_capabilities", "arguments": { "enable": ["oob"] } }
327 -> { "exec-oob": "migrate-pause", "id": 42 }
/qemu/python/qemu/qmp/
H A Dqmp_client.py598 oob: bool = False) -> Message:
608 msg = Message({'exec-oob' if oob else 'execute': cmd})
616 oob: bool = False) -> object:
631 msg = self.make_execute_msg(cmd, arguments, oob=oob)
/qemu/qapi/
H A Dcontrol.json46 # @oob: QMP ability to support out-of-band requests. (Please refer to
52 'data': [ 'oob' ] }
H A Dintrospect.json293 # @allow-oob: whether the command allows out-of-band execution,
303 '*allow-oob': 'bool' } }
H A Dmigration.json1890 'allow-oob': true }
1904 { 'command': 'migrate-pause', 'allow-oob': true }
H A Dqmp-dispatch.c141 bool oob; in qmp_dispatch() local
164 oob = false; in qmp_dispatch()
168 oob = true; in qmp_dispatch()
189 if (oob && !(cmd->options & QCO_ALLOW_OOB)) { in qmp_dispatch()
206 assert(!(oob && qemu_in_coroutine())); in qmp_dispatch()
244 assert(!oob && qemu_in_coroutine() && !(cmd->options & QCO_COROUTINE)); in qmp_dispatch()
H A Dyank.json98 'allow-oob': true }
119 'allow-oob': true }
/qemu/tests/qapi-schema/
H A Ddoc-good.out47 gen=True success_response=True boxed=False oob=False preconfig=False
51 gen=True success_response=True boxed=True oob=False preconfig=False
H A Dindented-expr.out14 gen=True success_response=True boxed=False oob=False preconfig=False
16 gen=True success_response=True boxed=False oob=False preconfig=False
H A Dmeson.build140 'oob-coroutine.json',
141 'oob-test.json',
H A Doob-coroutine.err1 oob-coroutine.json: In command 'oob-command-1':
2 oob-coroutine.json:2: flags 'allow-oob' and 'coroutine' are incompatible
H A Doob-coroutine.json1 # Check that incompatible flags allow-oob and coroutine are rejected
2 { 'command': 'oob-command-1', 'allow-oob': true, 'coroutine': true }
H A Doob-test.err1 oob-test.json: In command 'oob-command-1':
2 oob-test.json:2: flag 'allow-oob' may only use true value
H A Doob-test.json1 # Check against oob illegal value
2 { 'command': 'oob-command-1', 'allow-oob': 'some-string' }
H A Dqapi-schema-test.json198 { 'command': 'test-flags-command', 'allow-oob': true, 'allow-preconfig': true }
H A Dqapi-schema-test.out36 gen=True success_response=True boxed=False oob=False preconfig=False
179 gen=True success_response=True boxed=False oob=False preconfig=False
183 gen=True success_response=True boxed=False oob=False preconfig=False
188 gen=True success_response=True boxed=False oob=False preconfig=False
197 gen=True success_response=True boxed=False oob=False preconfig=False
201 gen=True success_response=True boxed=False oob=False preconfig=False
203 gen=True success_response=True boxed=True oob=False preconfig=False
205 gen=True success_response=True boxed=True oob=False preconfig=False
207 gen=True success_response=True boxed=True oob=False preconfig=False
209 gen=True success_response=True boxed=False oob=True preconfig=True
[all …]