From 6a5fcf6c1e06561a14b4456807a5c8f8cc3f936a Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Tue, 24 Jan 2023 13:19:37 +0100 Subject: 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 Message-Id: <20230124121946.1139465-24-armbru@redhat.com> --- stats/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stats/meson.build') diff --git a/stats/meson.build b/stats/meson.build index 4ddb4d096b..c4153f979e 100644 --- a/stats/meson.build +++ b/stats/meson.build @@ -1 +1 @@ -softmmu_ss.add(files('stats-qmp-cmds.c')) +softmmu_ss.add(files('stats-hmp-cmds.c', 'stats-qmp-cmds.c')) -- cgit v1.2.3