stats: Move HMP commands from monitor/ to stats/

This moves these commands from MAINTAINERS section "Human
Monitor (HMP)" to section "Stats".

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20230124121946.1139465-24-armbru@redhat.com>
This commit is contained in:
Markus Armbruster
2023-01-24 13:19:37 +01:00
parent aa09b3d5f8
commit 6a5fcf6c1e
3 changed files with 248 additions and 235 deletions

View File

@ -1 +1 @@
softmmu_ss.add(files('stats-qmp-cmds.c'))
softmmu_ss.add(files('stats-hmp-cmds.c', 'stats-qmp-cmds.c'))