From: Eduardo Habkost Date: Wed, 8 Apr 2015 11:34:33 +0000 (-0300) Subject: MAINTAINERS: Add myself as NUMA code maintainer X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2f54eb98c3255154dc6bdbb8b38982af9b3f3a8f;p=qemu.git MAINTAINERS: Add myself as NUMA code maintainer The "srat" and "numa" keywords will help get_maintainer.pl catch NUMA-related code in other files too. Acked-by: Paolo Bonzini Signed-off-by: Eduardo Habkost --- diff --git a/MAINTAINERS b/MAINTAINERS index d7e9ba2da7..978e714e4d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -905,6 +905,15 @@ F: nbd.* F: qemu-nbd.c T: git git://github.com/bonzini/qemu.git nbd-next +NUMA +M: Eduardo Habkost +S: Maintained +F: numa.c +F: include/sysemu/numa.h +K: numa|NUMA +K: srat|SRAT +T: git git://github.com/ehabkost/qemu.git numa + QAPI M: Luiz Capitulino M: Michael Roth