On 24/1/23 13:19, Markus Armbruster wrote:
This moves these commands from MAINTAINERS sections "Human
Monitor (HMP)" and "QMP" to "Tracing".
Signed-off-by: Markus Armbruster <[email protected]>
---
include/monitor/hmp.h | 3 +
monitor/misc.c | 119 ---------------------------------
trace/trace-hmp-cmds.c | 148 +++++++++++++++++++++++++++++++++++++++++
trace/meson.build | 1 +
4 files changed, 152 insertions(+), 119 deletions(-)
create mode 100644 trace/trace-hmp-cmds.c
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>