]> git.proxmox.com Git - mirror_qemu.git/commit
qom: Move HMP command handlers to qom/
authorMarkus Armbruster <armbru@redhat.com>
Wed, 19 Jun 2019 20:10:39 +0000 (22:10 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 2 Jul 2019 11:36:49 +0000 (13:36 +0200)
commit3950a37716dd64a1d9f729c49cbb7c6e7aaa4200
tree1f5e87bc361520618f08fe6343269067794a8ec7
parentcfbe46fcc638a30f01882bf49e3a9325ac06308c
qom: Move HMP command handlers to qom/

Move the HMP command handlers related to QOM handlers from
monitor/hmp-cmds.c and qdev-monitor.c to new qom/qom-hmp-cmds.c, where
they are covered by MAINTAINERS section QOM.

Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: "Daniel P. Berrange" <berrange@redhat.com>
Cc: Eduardo Habkost <ehabkost@redhat.com>
Cc: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20190619201050.19040-7-armbru@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
[Also move hmp_info_qom_tree(), tweak commit message accordingly]
include/monitor/hmp.h
include/monitor/qdev.h
monitor/hmp-cmds.c
qdev-monitor.c
qom/Makefile.objs
qom/qom-hmp-cmds.c [new file with mode: 0644]