diff options
author | Markus Armbruster | 2019-06-19 22:10:37 +0200 |
---|---|---|
committer | Markus Armbruster | 2019-07-02 07:19:57 +0200 |
commit | c577ff624f7961e41eb194cec18055a2c3bb34c1 (patch) | |
tree | 9436023894ca6bc3a5c01b19331c366737ef3d4b /MAINTAINERS | |
parent | hmp: Move hmp.h to include/monitor/ (diff) | |
download | qemu-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 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3d139b61ff..ecab4310a3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2039,6 +2039,8 @@ F: include/hw/qdev* F: include/monitor/qdev.h F: include/qom/ X: include/qom/cpu.h +F: qapi/qom.json +F: qapi/qdev.json F: qdev-monitor.c F: qom/ X: qom/cpu.c |