hw/core: Collect QMP command handlers in hw/core/
The handlers for qapi/machine.json's QMP commands are spread over cpus.c, hw/core/numa.c, monitor/misc.c, monitor/qmp-cmds.c, and vl.c. Move them all to new hw/core/machine-qmp-cmds.c, where they are covered by MAINTAINERS section "Machine core", just like qapi/machine.json. Cc: Eduardo Habkost <ehabkost@redhat.com> Cc: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> Signed-off-by:Markus Armbruster <armbru@redhat.com> Message-Id: <20190619201050.19040-11-armbru@redhat.com> Reviewed-by:
Daniel P. Berrangé <berrange@redhat.com>
Showing
- MAINTAINERS 1 addition, 0 deletionsMAINTAINERS
- cpus.c 0 additions, 188 deletionscpus.c
- hw/core/Makefile.objs 1 addition, 0 deletionshw/core/Makefile.objs
- hw/core/machine-qmp-cmds.c 328 additions, 0 deletionshw/core/machine-qmp-cmds.c
- hw/core/numa.c 0 additions, 62 deletionshw/core/numa.c
- include/sysemu/numa.h 2 additions, 0 deletionsinclude/sysemu/numa.h
- monitor/misc.c 0 additions, 13 deletionsmonitor/misc.c
- monitor/qmp-cmds.c 0 additions, 12 deletionsmonitor/qmp-cmds.c
- vl.c 0 additions, 45 deletionsvl.c
Loading
Please register or sign in to comment