diff options
author | Markus Armbruster <armbru@redhat.com> | 2023-01-24 13:19:36 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2023-02-04 07:56:54 +0100 |
commit | aa09b3d5f8e2819d53a6fd81e655ddb3ef107a47 (patch) | |
tree | 5be9fd0f0c2fe1c31fbbd66ccb2f76c4c78cf0e4 /meson.build | |
parent | bab46b8180fdb0cf9a7adb7598f371d4457f51ca (diff) |
stats: Move QMP commands from monitor/ to stats/
This moves these commands from MAINTAINERS section "QMP" to new
section "Stats". Status is Orphan. Volunteers welcome!
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20230124121946.1139465-23-armbru@redhat.com>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 6d3b665629..57b35d721e 100644 --- a/meson.build +++ b/meson.build @@ -3132,6 +3132,7 @@ subdir('monitor') subdir('net') subdir('replay') subdir('semihosting') +subdir('stats') subdir('tcg') subdir('fpu') subdir('accel') |