From patchwork Wed Oct 22 03:07:57 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Gonglei (Arei)" X-Patchwork-Id: 401868 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 02CAD140080 for ; Wed, 22 Oct 2014 14:10:04 +1100 (AEDT) Received: from localhost ([::1]:54529 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgmJF-00065W-GP for incoming@patchwork.ozlabs.org; Tue, 21 Oct 2014 23:10:01 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58916) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgmID-00051f-D3 for qemu-devel@nongnu.org; Tue, 21 Oct 2014 23:09:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgmI9-0006ZJ-5c for qemu-devel@nongnu.org; Tue, 21 Oct 2014 23:08:57 -0400 Received: from szxga03-in.huawei.com ([119.145.14.66]:8624) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgmI8-0006Xr-Fw for qemu-devel@nongnu.org; Tue, 21 Oct 2014 23:08:53 -0400 Received: from 172.24.2.119 (EHLO szxeml412-hub.china.huawei.com) ([172.24.2.119]) by szxrg03-dlp.huawei.com (MOS 4.4.3-GA FastPath queued) with ESMTP id AVW92656; Wed, 22 Oct 2014 11:08:23 +0800 (CST) Received: from localhost (10.177.19.102) by szxeml412-hub.china.huawei.com (10.82.67.91) with Microsoft SMTP Server id 14.3.158.1; Wed, 22 Oct 2014 11:08:12 +0800 From: To: Date: Wed, 22 Oct 2014 11:07:57 +0800 Message-ID: <1413947277-7488-1-git-send-email-arei.gonglei@huawei.com> X-Mailer: git-send-email 1.7.3.1.msysgit.0 MIME-Version: 1.0 X-Originating-IP: [10.177.19.102] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020207.54471FA8.003C, ss=1, re=0.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0, ip=0.0.0.0, so=2013-05-26 15:14:31, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 762324e7eb8f1203e085e4436f31b534 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 119.145.14.66 Cc: pbonzini@redhat.com, Gonglei , weidong.huang@huawei.com, Gerd Hoffmann Subject: [Qemu-devel] [PATCH] MAINTAINERS: add myself as bootdevice.c 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 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 --- MAINTAINERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 206bf7e..f89889b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1018,3 +1018,8 @@ M: Chrysostomos Nanakos M: Chrysostomos Nanakos S: Maintained F: block/archipelago.c + +Bootdevice +M: Gonglei +S: Maintained +F: bootdevice.c