From patchwork Tue Apr 5 09:38:25 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fam Zheng X-Patchwork-Id: 8749111 Return-Path: X-Original-To: patchwork-qemu-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 4202CC0553 for ; Tue, 5 Apr 2016 09:38:43 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 837F92034F for ; Tue, 5 Apr 2016 09:38:42 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 802E22027D for ; Tue, 5 Apr 2016 09:38:41 +0000 (UTC) Received: from localhost ([::1]:35508 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1anNRY-0006At-W5 for patchwork-qemu-devel@patchwork.kernel.org; Tue, 05 Apr 2016 05:38:40 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51475) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1anNRR-0006A5-CJ for qemu-devel@nongnu.org; Tue, 05 Apr 2016 05:38:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1anNRQ-0006k8-9x for qemu-devel@nongnu.org; Tue, 05 Apr 2016 05:38:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57651) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1anNRL-0006hR-Tg; Tue, 05 Apr 2016 05:38:28 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 67D33C049E1B; Tue, 5 Apr 2016 09:38:27 +0000 (UTC) Received: from lemon.redhat.com (vpn1-7-212.pek2.redhat.com [10.72.7.212]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u359cO6s005102; Tue, 5 Apr 2016 05:38:25 -0400 From: Fam Zheng To: qemu-devel@nongnu.org Date: Tue, 5 Apr 2016 17:38:25 +0800 Message-Id: <1459849105-7767-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 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Cc: Paolo Bonzini , qemu-block@nongnu.org, Stefan Hajnoczi Subject: [Qemu-devel] [PATCH] MAINTAINERS: Add Fam Zheng as a co-maintainer of block I/O path 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+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Sender: qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP As agreed with Stefan, I'm listing myself a co-maintainer of block I/O path and assist with the maintainership. Signed-off-by: Fam Zheng --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 9277fbf..d261412 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -998,6 +998,7 @@ T: git git://repo.or.cz/qemu/kevin.git block Block I/O path M: Stefan Hajnoczi +M: Fam Zheng L: qemu-block@nongnu.org S: Supported F: async.c