diff options
author | Markus Armbruster <armbru@redhat.com> | 2023-01-24 13:19:37 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2023-02-04 07:56:54 +0100 |
commit | 6a5fcf6c1e06561a14b4456807a5c8f8cc3f936a (patch) | |
tree | 032ff6cdd910e50fb5fdd6652ca7ad4f0b911c1b /stats/meson.build | |
parent | aa09b3d5f8e2819d53a6fd81e655ddb3ef107a47 (diff) |
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>
Diffstat (limited to 'stats/meson.build')
-rw-r--r-- | stats/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
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')) |