Home
last modified time | relevance | path

Searched refs:qmp_dispatch (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/qapi/qmp/
H A Ddispatch.h58 QDict *coroutine_mixed_fn qmp_dispatch(const QmpCommandList *cmds, QObject *request,
/openbmc/qemu/tests/unit/
H A Dtest-qmp-cmds.c152 resp = qmp_dispatch(&qmp_commands, QOBJECT(req), allow_oob, NULL); in do_qmp_dispatch()
176 resp = qmp_dispatch(&qmp_commands, QOBJECT(req), allow_oob, NULL); in do_qmp_dispatch_error()
232 resp = qmp_dispatch(&qmp_commands, QOBJECT(req), false, NULL); in test_dispatch_cmd_success_response()
/openbmc/qemu/qapi/
H A Dqmp-dispatch.c137 QDict *coroutine_mixed_fn qmp_dispatch(const QmpCommandList *cmds, QObject *request, in qmp_dispatch() function
/openbmc/qemu/monitor/
H A Dqmp.c168 rsp = qmp_dispatch(mon->commands, req, qmp_oob_enabled(mon), in monitor_qmp_dispatch()
/openbmc/qemu/qga/
H A Dmain.c633 rsp = qmp_dispatch(&ga_commands, obj, false, NULL); in process_event()