diff options
author | Markus Armbruster | 2019-06-19 22:10:40 +0200 |
---|---|---|
committer | Markus Armbruster | 2019-07-02 13:37:00 +0200 |
commit | 2dd02587a94a323def785074b42476f9a887bdd0 (patch) | |
tree | ac87a566d375d128f90c1eb8bef8903d47827aba /MAINTAINERS | |
parent | qom: Move HMP command handlers to qom/ (diff) | |
download | qemu-2dd02587a94a323def785074b42476f9a887bdd0.tar.gz qemu-2dd02587a94a323def785074b42476f9a887bdd0.tar.xz qemu-2dd02587a94a323def785074b42476f9a887bdd0.zip |
MAINTAINERS: Merge sections CPU, NUMA into Machine core
Suggested-by: Paolo Bonzini <pbonzini@redhat.com>
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-8-armbru@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ecab4310a3..bcd9675f4a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1267,8 +1267,12 @@ S: Supported F: hw/core/machine.c F: hw/core/null-machine.c F: hw/cpu/cluster.c +F: numa.c +F: qom/cpu.c F: include/hw/boards.h F: include/hw/cpu/cluster.h +F: include/qom/cpu.h +F: include/sysemu/numa.h T: git https://github.com/ehabkost/qemu.git machine-next Xtensa Machines @@ -1833,11 +1837,6 @@ M: Markus Armbruster <armbru@redhat.com> S: Supported F: scripts/coverity-model.c -CPU -S: Supported -F: qom/cpu.c -F: include/qom/cpu.h - Device Tree M: Alistair Francis <alistair.francis@wdc.com> R: David Gibson <david@gibson.dropbear.id.au> @@ -1945,13 +1944,6 @@ W: http://info.iet.unipi.it/~luigi/netmap/ S: Maintained F: net/netmap.c -NUMA -M: Eduardo Habkost <ehabkost@redhat.com> -S: Maintained -F: numa.c -F: include/sysemu/numa.h -T: git https://github.com/ehabkost/qemu.git machine-next - Host Memory Backends M: Eduardo Habkost <ehabkost@redhat.com> M: Igor Mammedov <imammedo@redhat.com> |