mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
trace: Move HMP commands from monitor/ to trace/
This moves these commands from MAINTAINERS sections "Human Monitor (HMP)" and "QMP" to "Tracing". Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20230124121946.1139465-9-armbru@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
parent
5ec92f2d92
commit
29b62a1063
4 changed files with 152 additions and 119 deletions
|
@ -155,5 +155,8 @@ 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);
|
||||
void hmp_wavcapture(Monitor *mon, const QDict *qdict);
|
||||
void hmp_trace_event(Monitor *mon, const QDict *qdict);
|
||||
void hmp_trace_file(Monitor *mon, const QDict *qdict);
|
||||
void hmp_info_trace_events(Monitor *mon, const QDict *qdict);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue