From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45167) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xo7H6-0006HC-PZ for qemu-devel@nongnu.org; Tue, 11 Nov 2014 03:58:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xo7Gx-00013t-8u for qemu-devel@nongnu.org; Tue, 11 Nov 2014 03:58:08 -0500 Received: from mx1.redhat.com ([209.132.183.28]:52116) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xo7Gx-00013a-0k for qemu-devel@nongnu.org; Tue, 11 Nov 2014 03:57:59 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sAB8vvA7029504 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 11 Nov 2014 03:57:57 -0500 Received: from blackfin.pond.sub.org (ovpn-116-50.ams2.redhat.com [10.36.116.50]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id sAB8vtk1026562 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Tue, 11 Nov 2014 03:57:57 -0500 From: Markus Armbruster Date: Tue, 11 Nov 2014 09:57:53 +0100 Message-Id: <1415696275-4325-2-git-send-email-armbru@redhat.com> In-Reply-To: <1415696275-4325-1-git-send-email-armbru@redhat.com> References: <1415696275-4325-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PULL 1/3] MAINTAINERS: add myself as bootdevice.c maintainer List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org From: Gonglei bootdevice.c was created by me, and I wrote most of the code in this file. And now I can maintain it, I'd hope nobody object this. Cc: Gerd Hoffmann Signed-off-by: Gonglei Signed-off-by: Markus Armbruster --- MAINTAINERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index dd02d96..2287b18 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1078,3 +1078,8 @@ M: Chrysostomos Nanakos M: Chrysostomos Nanakos S: Maintained F: block/archipelago.c + +Bootdevice +M: Gonglei +S: Maintained +F: bootdevice.c -- 1.9.3