From patchwork Wed Apr 8 16:53:45 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eduardo Habkost X-Patchwork-Id: 459356 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4EDB21400A0 for ; Thu, 9 Apr 2015 02:54:46 +1000 (AEST) Received: from localhost ([::1]:53930 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YftFU-0002DR-9f for incoming@patchwork.ozlabs.org; Wed, 08 Apr 2015 12:54:44 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39909) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YftFE-0001w6-LJ for qemu-devel@nongnu.org; Wed, 08 Apr 2015 12:54:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YftFA-0002yC-3G for qemu-devel@nongnu.org; Wed, 08 Apr 2015 12:54:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50654) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YftF9-0002y7-UX for qemu-devel@nongnu.org; Wed, 08 Apr 2015 12:54:24 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id 550DA8E3ED; Wed, 8 Apr 2015 16:54:23 +0000 (UTC) Received: from localhost (ovpn-113-76.phx2.redhat.com [10.3.113.76]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t38GsL5Q003724; Wed, 8 Apr 2015 12:54:22 -0400 From: Eduardo Habkost To: qemu-devel@nongnu.org Date: Wed, 8 Apr 2015 13:53:45 -0300 Message-Id: <1428512025-16228-1-git-send-email-ehabkost@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.26 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: Peter Maydell , andre.przywara@amd.com, hutao@cn.fujitsu.com, Igor Mammedov , Paolo Bonzini , gaowanlong@cn.fujitsu.com Subject: [Qemu-devel] [PATCH] MAINTAINERS: Add myself as NUMA code maintainer X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org The "srat" and "numa" keywords will help get_maintainer.pl catch NUMA-related code in other files too. Signed-off-by: Eduardo Habkost Acked-by: Paolo Bonzini --- MAINTAINERS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index d7e9ba2..978e714 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