]> Git Repo - qemu.git/commit - qdev-monitor.c
qapi: Split qom.json and qdev.json off misc.json
authorMarkus Armbruster <[email protected]>
Wed, 19 Jun 2019 20:10:37 +0000 (22:10 +0200)
committerMarkus Armbruster <[email protected]>
Tue, 2 Jul 2019 05:19:57 +0000 (07:19 +0200)
commitc577ff624f7961e41eb194cec18055a2c3bb34c1
tree9436023894ca6bc3a5c01b19331c366737ef3d4b
parent275307aaab86a57ec1ce9c9eb066dd48e7ab0971
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 <[email protected]>
Cc: "Daniel P. Berrange" <[email protected]>
Cc: Eduardo Habkost <[email protected]>
Signed-off-by: Markus Armbruster <[email protected]>
Message-Id: <20190619201050[email protected]>
Reviewed-by: Daniel P. BerrangĂ© <[email protected]>
[Straightforwardly updated for "MAINTAINERS: Make section "QOM" cover
qdev as well"]
MAINTAINERS
hw/block/xen-block.c
hw/core/qdev.c
monitor/hmp-cmds.c
monitor/qmp-cmds.c
qapi/Makefile.objs
qapi/misc.json
qapi/qapi-schema.json
qapi/qdev.json [new file with mode: 0644]
qapi/qom.json [new file with mode: 0644]
qdev-monitor.c
This page took 0.03027 seconds and 4 git commands to generate.