Home
last modified time | relevance | path

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

/openbmc/qemu/monitor/
H A Dqmp.c374 GString *req_json = qobject_to_json(req); in handle_qmp_command() local
375 trace_handle_qmp_command(mon, req_json->str); in handle_qmp_command()
376 g_string_free(req_json, true); in handle_qmp_command()