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"]