summaryrefslogtreecommitdiffstats
path: root/monitor
diff options
context:
space:
mode:
authorMarkus Armbruster2019-06-19 22:10:37 +0200
committerMarkus Armbruster2019-07-02 07:19:57 +0200
commitc577ff624f7961e41eb194cec18055a2c3bb34c1 (patch)
tree9436023894ca6bc3a5c01b19331c366737ef3d4b /monitor
parenthmp: Move hmp.h to include/monitor/ (diff)
downloadqemu-c577ff624f7961e41eb194cec18055a2c3bb34c1.tar.gz
qemu-c577ff624f7961e41eb194cec18055a2c3bb34c1.tar.xz
qemu-c577ff624f7961e41eb194cec18055a2c3bb34c1.zip
qapi: Split qom.json and qdev.json off misc.json
Move commands object-add, object-del, qom-get, qom-list, qom-list-properties, qom-list-types, and qom-set with their types from misc.json to new qom.json. Move commands device-list-properties, device_add, device-del, and event DEVICE_DELETED from misc.json to new qdev.json. Add both new files to MAINTAINERS section QOM. Cc: Paolo Bonzini <pbonzini@redhat.com> Cc: "Daniel P. Berrange" <berrange@redhat.com> Cc: Eduardo Habkost <ehabkost@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20190619201050.19040-5-armbru@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> [Straightforwardly updated for "MAINTAINERS: Make section "QOM" cover qdev as well"]
Diffstat (limited to 'monitor')
-rw-r--r--monitor/hmp-cmds.c1
-rw-r--r--monitor/qmp-cmds.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/monitor/hmp-cmds.c b/monitor/hmp-cmds.c
index 5082fcd016..d94ab7563e 100644
--- a/monitor/hmp-cmds.c
+++ b/monitor/hmp-cmds.c
@@ -34,6 +34,7 @@
#include "qapi/qapi-commands-migration.h"
#include "qapi/qapi-commands-misc.h"
#include "qapi/qapi-commands-net.h"
+#include "qapi/qapi-commands-qdev.h"
#include "qapi/qapi-commands-rocker.h"
#include "qapi/qapi-commands-run-state.h"
#include "qapi/qapi-commands-tpm.h"
diff --git a/monitor/qmp-cmds.c b/monitor/qmp-cmds.c
index 01ce77e129..33f32ad72a 100644
--- a/monitor/qmp-cmds.c
+++ b/monitor/qmp-cmds.c
@@ -34,6 +34,7 @@
#include "qapi/error.h"
#include "qapi/qapi-commands-block-core.h"
#include "qapi/qapi-commands-misc.h"
+#include "qapi/qapi-commands-qdev.h"
#include "qapi/qapi-commands-ui.h"
#include "qapi/qmp/qdict.h"
#include "qapi/qmp/qerror.h"