diff options
author | Markus Armbruster <armbru@redhat.com> | 2019-06-19 22:10:37 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2019-07-02 07:19:57 +0200 |
commit | c577ff624f7961e41eb194cec18055a2c3bb34c1 (patch) | |
tree | 9436023894ca6bc3a5c01b19331c366737ef3d4b /qapi/qapi-schema.json | |
parent | 275307aaab86a57ec1ce9c9eb066dd48e7ab0971 (diff) | |
download | qemu-c577ff624f7961e41eb194cec18055a2c3bb34c1.zip qemu-c577ff624f7961e41eb194cec18055a2c3bb34c1.tar.gz qemu-c577ff624f7961e41eb194cec18055a2c3bb34c1.tar.bz2 |
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 'qapi/qapi-schema.json')
-rw-r--r-- | qapi/qapi-schema.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qapi/qapi-schema.json b/qapi/qapi-schema.json index 4bd1223..d6cf90a 100644 --- a/qapi/qapi-schema.json +++ b/qapi/qapi-schema.json @@ -97,6 +97,8 @@ { 'include': 'transaction.json' } { 'include': 'trace.json' } { 'include': 'introspect.json' } +{ 'include': 'qom.json' } +{ 'include': 'qdev.json' } { 'include': 'misc.json' } { 'include': 'target.json' } { 'include': 'audio.json' } |