summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorEduardo Habkost2016-08-01 15:52:42 +0200
committerEduardo Habkost2016-08-02 13:22:02 +0200
commit4fc264f49c2998cacbc1146b80529c5f768eebdb (patch)
tree53902a2f50e97257e5833d231689aace27e8fc50 /MAINTAINERS
parentMAINTAINERS: Update the Xilinx maintainers (diff)
downloadqemu-4fc264f49c2998cacbc1146b80529c5f768eebdb.tar.gz
qemu-4fc264f49c2998cacbc1146b80529c5f768eebdb.tar.xz
qemu-4fc264f49c2998cacbc1146b80529c5f768eebdb.zip
MAINTAINERS: Add Host Memory Backends section
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS7
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 9c88c44758..b6fb84e826 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -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>