From patchwork Mon Mar 30 09:23:20 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fam Zheng X-Patchwork-Id: 456028 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 338D8140140 for ; Mon, 30 Mar 2015 20:24:11 +1100 (AEDT) Received: from localhost ([::1]:60783 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YcVvV-0000yq-B8 for incoming@patchwork.ozlabs.org; Mon, 30 Mar 2015 05:24:09 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49471) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YcVv1-00005j-J3 for qemu-devel@nongnu.org; Mon, 30 Mar 2015 05:23:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YcVv0-0004FE-Dt for qemu-devel@nongnu.org; Mon, 30 Mar 2015 05:23:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46369) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YcVv0-0004F4-7N; Mon, 30 Mar 2015 05:23:38 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t2U9NbQt007516 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 30 Mar 2015 05:23:37 -0400 Received: from ad.nay.redhat.com (dhcp-14-137.nay.redhat.com [10.66.14.137]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t2U9NOjc024754; Mon, 30 Mar 2015 05:23:35 -0400 From: Fam Zheng To: qemu-devel@nongnu.org Date: Mon, 30 Mar 2015 17:23:20 +0800 Message-Id: <1427707400-4323-4-git-send-email-famz@redhat.com> In-Reply-To: <1427707400-4323-1-git-send-email-famz@redhat.com> References: <1427707400-4323-1-git-send-email-famz@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.27 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: Kevin Wolf , qemu-block@nongnu.org, Stefan Hajnoczi Subject: [Qemu-devel] [PATCH 3/3] MAINTAINERS: Add Fam Zheng as Null block driver 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 Signed-off-by: Fam Zheng Reviewed-by: Eric Blake --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index d7e9ba2..30073a3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1172,6 +1172,12 @@ S: Supported F: block/gluster.c T: git git://github.com/codyprime/qemu-kvm-jtc.git block +Null +M: Fam Zheng +L: qemu-block@nongnu.org +S: Supported +F: block/null.c + Bootdevice M: Gonglei S: Maintained