Home
last modified time | relevance | path

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

/openbmc/qemu/monitor/
H A Dqmp.c364 static void handle_qmp_command(void *opaque, QObject *req, Error *err) in handle_qmp_command() function
479 json_message_parser_init(&mon->parser, handle_qmp_command, in monitor_qmp_event()
532 json_message_parser_init(&mon->parser, handle_qmp_command, mon, NULL); in monitor_init_qmp()
H A Dtrace-events19 handle_qmp_command(void *mon, const char *req) "mon %p req: %s"