On Wed, Jun 19, 2019 at 10:10:40PM +0200, Markus Armbruster wrote: > Suggested-by: Paolo Bonzini <[email protected]> > Cc: Eduardo Habkost <[email protected]> > Cc: Marcel Apfelbaum <[email protected]> > Signed-off-by: Markus Armbruster <[email protected]> > --- > MAINTAINERS | 16 ++++------------ > 1 file changed, 4 insertions(+), 12 deletions(-)
Reviewed-by: Daniel P. Berrangé <[email protected]> > > diff --git a/MAINTAINERS b/MAINTAINERS > index 1aef0afaf7..f18fddbbbb 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1268,8 +1268,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 Not a blocker for this patch, but as a later patch, I'd encourage you to move qom/cpu.c somewhere else. Pretty much anywhere else would be better than under qom/ IMHO :-) > F: include/hw/boards.h > F: include/hw/cpu/cluster.h > +F: include/qom/cpu.h Likewise > +F: include/sysemu/numa.h > T: git https://github.com/ehabkost/qemu.git machine-next > > Xtensa Machines > @@ -1833,11 +1837,6 @@ M: Markus Armbruster <[email protected]> > S: Supported > F: scripts/coverity-model.c > > -CPU > -S: Supported > -F: qom/cpu.c > -F: include/qom/cpu.h > - > Device Tree > M: Alistair Francis <[email protected]> > R: David Gibson <[email protected]> > @@ -1945,13 +1944,6 @@ W: http://info.iet.unipi.it/~luigi/netmap/ > S: Maintained > F: net/netmap.c > > -NUMA > -M: Eduardo Habkost <[email protected]> > -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 <[email protected]> > M: Igor Mammedov <[email protected]> > -- > 2.21.0 > > Regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
