From bab46b8180fdb0cf9a7adb7598f371d4457f51ca Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Tue, 24 Jan 2023 13:19:35 +0100 Subject: runstate: Move HMP commands from monitor/ to softmmu/ This moves these commands from MAINTAINERS section "Human Monitor (HMP)" and "QMP" to "Main loop". Signed-off-by: Markus Armbruster Message-Id: <20230124121946.1139465-22-armbru@redhat.com> --- include/monitor/hmp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/monitor/hmp.h') diff --git a/include/monitor/hmp.h b/include/monitor/hmp.h index a248ee9..941da9f 100644 --- a/include/monitor/hmp.h +++ b/include/monitor/hmp.h @@ -156,6 +156,8 @@ void hmp_info_vcpu_dirty_limit(Monitor *mon, const QDict *qdict); void hmp_human_readable_text_helper(Monitor *mon, HumanReadableText *(*qmp_handler)(Error **)); void hmp_info_stats(Monitor *mon, const QDict *qdict); +void hmp_singlestep(Monitor *mon, const QDict *qdict); +void hmp_watchdog_action(Monitor *mon, const QDict *qdict); void hmp_pcie_aer_inject_error(Monitor *mon, const QDict *qdict); void hmp_info_capture(Monitor *mon, const QDict *qdict); void hmp_stopcapture(Monitor *mon, const QDict *qdict); -- cgit v1.1