From patchwork Mon Apr 27 18:02:33 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eduardo Habkost X-Patchwork-Id: 465168 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 89E48140318 for ; Tue, 28 Apr 2015 04:04:59 +1000 (AEST) Received: from localhost ([::1]:56984 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YmnOq-00074r-Vm for incoming@patchwork.ozlabs.org; Mon, 27 Apr 2015 14:04:56 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35817) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YmnOT-0006PJ-Ei for qemu-devel@nongnu.org; Mon, 27 Apr 2015 14:04:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YmnOP-0002Y5-TY for qemu-devel@nongnu.org; Mon, 27 Apr 2015 14:04:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45786) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YmnOP-0002Xk-Nq for qemu-devel@nongnu.org; Mon, 27 Apr 2015 14:04:29 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id 66B9B2CD7EC; Mon, 27 Apr 2015 18:04:29 +0000 (UTC) Received: from localhost (ovpn-113-74.phx2.redhat.com [10.3.113.74]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t3RI4SiP024089; Mon, 27 Apr 2015 14:04:28 -0400 From: Eduardo Habkost To: Peter Maydell Date: Mon, 27 Apr 2015 15:02:33 -0300 Message-Id: <1430157753-11175-2-git-send-email-ehabkost@redhat.com> In-Reply-To: <1430157753-11175-1-git-send-email-ehabkost@redhat.com> References: <1430157753-11175-1-git-send-email-ehabkost@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: Paolo Bonzini , qemu-devel@nongnu.org Subject: [Qemu-devel] [PULL 1/1] 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. Acked-by: Paolo Bonzini Signed-off-by: Eduardo Habkost --- 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