aboutsummaryrefslogtreecommitdiff
path: root/softmmu/meson.build
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2023-01-24 13:19:35 +0100
committerMarkus Armbruster <armbru@redhat.com>2023-02-04 07:56:54 +0100
commitbab46b8180fdb0cf9a7adb7598f371d4457f51ca (patch)
tree614a9010b678df56824a0722982291c49a1d45fc /softmmu/meson.build
parent0801062c1b891c5d152a04be10abd5d5af4a9c42 (diff)
downloadqemu-bab46b8180fdb0cf9a7adb7598f371d4457f51ca.zip
qemu-bab46b8180fdb0cf9a7adb7598f371d4457f51ca.tar.gz
qemu-bab46b8180fdb0cf9a7adb7598f371d4457f51ca.tar.bz2
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.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/softmmu/meson.build b/softmmu/meson.build
index efbf4ec..1828db1 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',