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:
Markus Armbruster 2023-01-24 13:19:22 +01:00
parent 5ec92f2d92
commit 29b62a1063
4 changed files with 152 additions and 119 deletions

View file

@ -1,3 +1,4 @@
softmmu_ss.add(files('trace-hmp-cmds.c'))
specific_ss.add(files('control-target.c'))