qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v2 09/14] ui: Move QMP commands from monitor to new ui/ui-qmp-cmds.c
Date: Fri, 2 Dec 2022 11:18:38 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.5.0

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 types is bad design.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
---
  monitor/qmp-cmds.c | 118 ---------------------------------------
  ui/ui-qmp-cmds.c   | 136 +++++++++++++++++++++++++++++++++++++++++++++
  ui/meson.build     |   1 +
  3 files changed, 137 insertions(+), 118 deletions(-)
  create mode 100644 ui/ui-qmp-cmds.c

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]