Re: [PATCH v2 09/14] ui: Move QMP commands from monitor to new ui/ui-qmp-cmds.c

2022-12-02 Thread Philippe Mathieu-Daudé
On 2/12/22 11:05, Markus Armbruster wrote: This moves these commands from MAINTAINERS section "Human Monitor (HMP)" 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 ty

[PATCH v2 09/14] ui: Move QMP commands from monitor to new ui/ui-qmp-cmds.c

2022-12-02 Thread Markus Armbruster
This moves these commands from MAINTAINERS section "Human Monitor (HMP)" 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 Arm