diff options
author | Markus Armbruster <armbru@redhat.com> | 2023-01-09 20:03:13 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2023-01-19 13:30:01 +0100 |
commit | 9949b06e2e95f821a76215194413bb78aa782d53 (patch) | |
tree | 07ecea26e7eb81386997f4c0eb46b999bf43a3dd /ui/meson.build | |
parent | 61d7f2a9569b56ac1970d52fe3c7683e70998ed8 (diff) | |
download | qemu-9949b06e2e95f821a76215194413bb78aa782d53.zip qemu-9949b06e2e95f821a76215194413bb78aa782d53.tar.gz qemu-9949b06e2e95f821a76215194413bb78aa782d53.tar.bz2 |
ui: Move QMP commands from monitor to new ui/ui-qmp-cmds.c
This moves these commands from MAINTAINERS section "QMP" to
"Graphics".
Command add-client applies to socket character devices in addition to
display devices. Move it anyway. Aside: the way @protocol character
device IDs and display types is bad design.
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-10-armbru@redhat.com>
Diffstat (limited to 'ui/meson.build')
-rw-r--r-- | ui/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/meson.build b/ui/meson.build index c1b137b..9194ea3 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-qmp-cmds.c', 'util.c', )) if dbus_display |