]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
MAINTAINERS: Add Host Memory Backends section
authorEduardo Habkost <ehabkost@redhat.com>
Mon, 1 Aug 2016 13:52:42 +0000 (10:52 -0300)
committerEduardo Habkost <ehabkost@redhat.com>
Tue, 2 Aug 2016 11:22:02 +0000 (08:22 -0300)
The hostmem code is closely related to the NUMA code, so I am
willing to handle patches to those files and share the work with
Igor (the original author of that code).

Acked-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
MAINTAINERS

index 9c88c44758f4dfa3c6352242f08713ed15c327c4..b6fb84e8267c1dd71a466a8b123445bfb72272d7 100644 (file)
@@ -1169,6 +1169,13 @@ F: numa.c
 F: include/sysemu/numa.h
 T: git git://github.com/ehabkost/qemu.git numa
 
+Host Memory Backends
+M: Eduardo Habkost <ehabkost@redhat.com>
+M: Igor Mammedov <imammedo@redhat.com>
+S: Maintained
+F: backends/hostmem*.c
+F: include/sysemu/hostmem.h
+
 QAPI
 M: Markus Armbruster <armbru@redhat.com>
 M: Michael Roth <mdroth@linux.vnet.ibm.com>