Home
last modified time | relevance | path

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

/qemu/monitor/
H A Dqmp-cmds.c206 QTAILQ_INIT(&qmp_cap_negotiation_commands); in monitor_init_qmp_commands()
207 qmp_register_command(&qmp_cap_negotiation_commands, "qmp_capabilities", in monitor_init_qmp_commands()
H A Dqmp.c72 QmpCommandList qmp_commands, qmp_cap_negotiation_commands; variable
171 if (mon->commands == &qmp_cap_negotiation_commands) { in monitor_qmp_dispatch()
464 mon->commands = &qmp_cap_negotiation_commands; in monitor_qmp_event()
H A Dmonitor-internal.h168 extern QmpCommandList qmp_commands, qmp_cap_negotiation_commands;
H A Dmonitor.c349 if (qmp_mon->commands != &qmp_cap_negotiation_commands) { in monitor_qapi_event_emit()
/qemu/storage-daemon/
H A Dqemu-storage-daemon.c177 QTAILQ_INIT(&qmp_cap_negotiation_commands); in init_qmp_commands()
178 qmp_register_command(&qmp_cap_negotiation_commands, "qmp_capabilities", in init_qmp_commands()