• M
    qom: Move QMP command handlers to qom/ · cfbe46fc
    Markus Armbruster 提交于
    The handlers for qapi/qom.json's QMP commands are in
    monitor/qmp-cmds.c.  Move them to new qom/qom-qmp-cmds.c, where they
    are covered by MAINTAINERS section QOM, just like qapi/qom.json.
    
    Move along qmp_device_list_properties() even though it's specified in
    qapi/qdev.json, because it's so similar to qmp_qom_list_properties().
    
    Cc: Paolo Bonzini <pbonzini@redhat.com>
    Cc: "Daniel P. Berrange" <berrange@redhat.com>
    Cc: Eduardo Habkost <ehabkost@redhat.com>
    Signed-off-by: NMarkus Armbruster <armbru@redhat.com>
    Message-Id: <20190619201050.19040-6-armbru@redhat.com>
    Reviewed-by: NDaniel P. Berrangé <berrange@redhat.com>
    cfbe46fc
qmp-cmds.c 10.8 KB