OSDN Git Service

ui: Move QMP commands from monitor to new ui/ui-qmp-cmds.c
authorMarkus Armbruster <armbru@redhat.com>
Mon, 9 Jan 2023 19:03:13 +0000 (20:03 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Thu, 19 Jan 2023 12:30:01 +0000 (13:30 +0100)
commit9949b06e2e95f821a76215194413bb78aa782d53
tree07ecea26e7eb81386997f4c0eb46b999bf43a3dd
parent61d7f2a9569b56ac1970d52fe3c7683e70998ed8
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>
monitor/qmp-cmds.c
ui/meson.build
ui/ui-qmp-cmds.c [new file with mode: 0644]