]> git.proxmox.com Git - mirror_qemu.git/commit
qdev: Collect HMP handlers command handlers in qdev-monitor.c
authorMarkus Armbruster <armbru@redhat.com>
Tue, 9 Jul 2019 18:59:36 +0000 (20:59 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Wed, 21 Aug 2019 11:24:01 +0000 (13:24 +0200)
commitd94bd0927eca50972da161343d71f3f615d0855e
treeb1bd0160f92a33db16ec35eff68f58e7b7a0ad3b
parentffaee83bcb28913b8b854aeab78b1a1f2115712d
qdev: Collect HMP handlers command handlers in qdev-monitor.c

Move hmp_device_add(), hmp_device_del() from monitor/hmp-cmds.c to
qdev-monitor.c, where they are covered by MAINTAINERS section "QOM",
just like qapi/qdev.json.  hmp_info_qtree() and hmp_info_qdm() are
already there.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20190709185936.31335-1-armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
monitor/hmp-cmds.c
qdev-monitor.c