]> git.proxmox.com Git - mirror_qemu.git/commit - MAINTAINERS
hw/core: Collect QMP command handlers in hw/core/
authorMarkus Armbruster <armbru@redhat.com>
Wed, 19 Jun 2019 20:10:43 +0000 (22:10 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 2 Jul 2019 11:37:00 +0000 (13:37 +0200)
commit52924dea1761e329fb3a14a50f98a1cd161d68d5
tree6045c3df0dad2d654b1a642f63ba81859f4f5e61
parentac057879f42549f130c44d5e63ac3743a3540020
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>
MAINTAINERS
cpus.c
hw/core/Makefile.objs
hw/core/machine-qmp-cmds.c [new file with mode: 0644]
hw/core/numa.c
include/sysemu/numa.h
monitor/misc.c
monitor/qmp-cmds.c
vl.c