diff options
author | Markus Armbruster <armbru@redhat.com> | 2023-01-24 13:19:35 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2023-02-04 07:56:54 +0100 |
commit | bab46b8180fdb0cf9a7adb7598f371d4457f51ca (patch) | |
tree | 614a9010b678df56824a0722982291c49a1d45fc /softmmu/meson.build | |
parent | 0801062c1b891c5d152a04be10abd5d5af4a9c42 (diff) |
runstate: Move HMP commands from monitor/ to softmmu/
This moves these commands from MAINTAINERS section "Human
Monitor (HMP)" and "QMP" to "Main loop".
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20230124121946.1139465-22-armbru@redhat.com>
Diffstat (limited to 'softmmu/meson.build')
-rw-r--r-- | softmmu/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/softmmu/meson.build b/softmmu/meson.build index efbf4ec029..1828db149c 100644 --- a/softmmu/meson.build +++ b/softmmu/meson.build @@ -24,6 +24,7 @@ softmmu_ss.add(files( 'qdev-monitor.c', 'rtc.c', 'runstate-action.c', + 'runstate-hmp-cmds.c', 'runstate.c', 'tpm-hmp-cmds.c', 'vl.c', |