From: Eduardo Habkost Date: Mon, 1 Aug 2016 13:52:42 +0000 (-0300) Subject: MAINTAINERS: Add Host Memory Backends section X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4fc264f49c2998cacbc1146b80529c5f768eebdb;p=qemu.git 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 Reviewed-by: Markus Armbruster Signed-off-by: Eduardo Habkost --- 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 +M: Igor Mammedov +S: Maintained +F: backends/hostmem*.c +F: include/sysemu/hostmem.h + QAPI M: Markus Armbruster M: Michael Roth