Searched refs:allow_oob (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/qapi/ |
H A D | qmp-dispatch.c | 44 static QDict *qmp_dispatch_check_obj(QDict *dict, bool allow_oob, in qmp_dispatch_check_obj() argument 58 || (!strcmp(arg_name, "exec-oob") && allow_oob)) { in qmp_dispatch_check_obj() 138 bool allow_oob, Monitor *cur_mon) in qmp_dispatch() argument 159 if (!qmp_dispatch_check_obj(dict, allow_oob, &err)) { in qmp_dispatch() 166 assert(allow_oob); in qmp_dispatch()
|
/openbmc/qemu/scripts/qapi/ |
H A D | commands.py | 281 allow_oob: bool, 288 if allow_oob: 383 allow_oob: bool, 409 name, features, success_response, allow_oob,
|
H A D | introspect.py | 365 success_response: bool, boxed: bool, allow_oob: bool, 375 if allow_oob: 376 obj['allow-oob'] = allow_oob
|
H A D | schema.py | 254 allow_oob: bool, 1004 allow_oob: bool, 1016 self.allow_oob = allow_oob 1067 self.boxed, self.allow_oob, self.allow_preconfig, 1428 allow_oob = expr.get('allow-oob', False) 1443 rets, gen, success_response, boxed, allow_oob,
|
/openbmc/qemu/tests/unit/ |
H A D | test-qmp-cmds.c | 142 static QObject *do_qmp_dispatch(bool allow_oob, const char *template, ...) in do_qmp_dispatch() argument 152 resp = qmp_dispatch(&qmp_commands, QOBJECT(req), allow_oob, NULL); in do_qmp_dispatch() 165 static void do_qmp_dispatch_error(bool allow_oob, ErrorClass cls, in do_qmp_dispatch_error() argument 176 resp = qmp_dispatch(&qmp_commands, QOBJECT(req), allow_oob, NULL); in do_qmp_dispatch_error()
|
/openbmc/qemu/include/qapi/qmp/ |
H A D | dispatch.h | 59 bool allow_oob, Monitor *cur_mon);
|
/openbmc/qemu/tests/qapi-schema/ |
H A D | test-qapi.py | 73 allow_oob, allow_preconfig, coroutine): argument 78 % (gen, success_response, boxed, allow_oob, allow_preconfig,
|
/openbmc/qemu/docs/sphinx/ |
H A D | qapidoc.py | 344 ret_type, gen, success_response, boxed, allow_oob, argument
|