From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36739) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlHmf-0007N0-Kj for qemu-devel@nongnu.org; Mon, 03 Nov 2014 08:35:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XlHmb-0000R5-EU for qemu-devel@nongnu.org; Mon, 03 Nov 2014 08:35:01 -0500 Received: from mx1.redhat.com ([209.132.183.28]:48840) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlHmb-0000Qs-7c for qemu-devel@nongnu.org; Mon, 03 Nov 2014 08:34:57 -0500 From: Markus Armbruster References: <1413947277-7488-1-git-send-email-arei.gonglei@huawei.com> <545732EE.4070606@huawei.com> Date: Mon, 03 Nov 2014 14:34:49 +0100 In-Reply-To: <545732EE.4070606@huawei.com> (Gonglei's message of "Mon, 3 Nov 2014 15:46:54 +0800") Message-ID: <87bnoowgp2.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH] MAINTAINERS: add myself as bootdevice.c maintainer List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gonglei Cc: "pbonzini@redhat.com" , "Huangweidong (C)" , "qemu-devel@nongnu.org" , Gerd Hoffmann Gonglei writes: > On 2014/10/22 11:07, Gonglei (Arei) wrote: > >> 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 > > > Hi, Gerd, Markus > > Would you tell me the status of this patch? Thanks. I still intend to post a pull request for all the recent MAINTAINERS patches that don't go in via some other tree. I'm tracking yours. Give me a few more days.