From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46141) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUDeN-0006Be-01 for qemu-devel@nongnu.org; Mon, 01 Aug 2016 09:53:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bUDeH-0004Ng-45 for qemu-devel@nongnu.org; Mon, 01 Aug 2016 09:52:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43254) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUDeG-0004NX-Ua for qemu-devel@nongnu.org; Mon, 01 Aug 2016 09:52:53 -0400 From: Eduardo Habkost Date: Mon, 1 Aug 2016 10:52:42 -0300 Message-Id: <1470059562-17147-1-git-send-email-ehabkost@redhat.com> Subject: [Qemu-devel] [PATCH] MAINTAINERS: Add Host Memory Backends section List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Markus Armbruster , Paolo Bonzini , Peter Maydell , Igor Mammedov 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). Signed-off-by: Eduardo Habkost --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index d1439a8..5a9bef2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1177,6 +1177,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 -- 2.5.5