summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorMarkus Armbruster2019-06-19 22:10:43 +0200
committerMarkus Armbruster2019-07-02 13:37:00 +0200
commit52924dea1761e329fb3a14a50f98a1cd161d68d5 (patch)
tree6045c3df0dad2d654b1a642f63ba81859f4f5e61 /MAINTAINERS
parenthw/core: Move numa.c to hw/core/ (diff)
downloadqemu-52924dea1761e329fb3a14a50f98a1cd161d68d5.tar.gz
qemu-52924dea1761e329fb3a14a50f98a1cd161d68d5.tar.xz
qemu-52924dea1761e329fb3a14a50f98a1cd161d68d5.zip
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 96eaa1e124..bf6742d59f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1264,6 +1264,7 @@ Machine core
M: Eduardo Habkost <ehabkost@redhat.com>
M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
S: Supported
+F: hw/core/machine-qmp-cmds.c
F: hw/core/machine.c
F: hw/core/null-machine.c
F: hw/core/numa.c