aboutsummaryrefslogtreecommitdiff
path: root/ui/meson.build
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2023-01-09 20:03:15 +0100
committerMarkus Armbruster <armbru@redhat.com>2023-01-19 13:30:01 +0100
commit5011d262f0580ae7d9acf35256697520db2f1720 (patch)
tree65091f1e1281ef15f7379854bb6263b42e8f7c11 /ui/meson.build
parent3125af295e92825834031e8cbb8ca55c718a6fcb (diff)
downloadqemu-5011d262f0580ae7d9acf35256697520db2f1720.zip
qemu-5011d262f0580ae7d9acf35256697520db2f1720.tar.gz
qemu-5011d262f0580ae7d9acf35256697520db2f1720.tar.bz2
ui: Move HMP commands from monitor to new ui/ui-hmp-cmds.c
This moves these commands from MAINTAINERS section "Human Monitor (HMP)" to "Graphics". Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20230109190321.1056914-12-armbru@redhat.com>
Diffstat (limited to 'ui/meson.build')
-rw-r--r--ui/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/meson.build b/ui/meson.build
index 9194ea3..612ea23 100644
--- a/ui/meson.build
+++ b/ui/meson.build
@@ -14,6 +14,7 @@ softmmu_ss.add(files(
'kbd-state.c',
'keymaps.c',
'qemu-pixman.c',
+ 'ui-hmp-cmds.c',
'ui-qmp-cmds.c',
'util.c',
))