diff options
| author | Markus Armbruster <armbru@redhat.com> | 2019-06-19 22:10:39 +0200 |
|---|---|---|
| committer | Markus Armbruster <armbru@redhat.com> | 2019-07-02 13:36:49 +0200 |
| commit | 3950a37716dd64a1d9f729c49cbb7c6e7aaa4200 (patch) | |
| tree | 1f5e87bc361520618f08fe6343269067794a8ec7 /include/monitor/qdev.h | |
| parent | cfbe46fcc638a30f01882bf49e3a9325ac06308c (diff) | |
| download | focaccia-qemu-3950a37716dd64a1d9f729c49cbb7c6e7aaa4200.tar.gz focaccia-qemu-3950a37716dd64a1d9f729c49cbb7c6e7aaa4200.zip | |
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]
Diffstat (limited to 'include/monitor/qdev.h')
| -rw-r--r-- | include/monitor/qdev.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/monitor/qdev.h b/include/monitor/qdev.h index 0ff3331284..084799e4d9 100644 --- a/include/monitor/qdev.h +++ b/include/monitor/qdev.h @@ -7,7 +7,6 @@ void hmp_info_qtree(Monitor *mon, const QDict *qdict); void hmp_info_qdm(Monitor *mon, const QDict *qdict); -void hmp_info_qom_tree(Monitor *mon, const QDict *dict); void qmp_device_add(QDict *qdict, QObject **ret_data, Error **errp); int qdev_device_help(QemuOpts *opts); |