Home
last modified time | relevance | path

Searched refs:qmp_error_response (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/qapi/
H A Dqmp-registry.h57 QDict *qmp_error_response(Error *err);
/openbmc/qemu/qapi/
H A Dqmp-dispatch.c93 QDict *qmp_error_response(Error *err) in qmp_error_response() function
286 rsp = qmp_error_response(err); in qmp_dispatch()
/openbmc/qemu/monitor/
H A Dqmp.c339 rsp = qmp_error_response(req_obj->err); in monitor_qmp_dispatcher_co()