From patchwork Fri Feb 7 13:32:43 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christian Schoenebeck X-Patchwork-Id: 11370621 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id BDAF0921 for ; Fri, 7 Feb 2020 14:53:25 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 5091821741 for ; Fri, 7 Feb 2020 14:53:25 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=crudebyte.com header.i=@crudebyte.com header.b="cr7+vMMZ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5091821741 Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=crudebyte.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Received: from localhost ([::1]:58462 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j050W-0001gm-G3 for patchwork-qemu-devel@patchwork.kernel.org; Fri, 07 Feb 2020 09:53:24 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:54634) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from <016728cfe268492b180a5045b1ce6d3d143bf981@lizzy.crudebyte.com>) id 1j04sw-0007SY-9a for qemu-devel@nongnu.org; Fri, 07 Feb 2020 09:45:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <016728cfe268492b180a5045b1ce6d3d143bf981@lizzy.crudebyte.com>) id 1j04sv-0006Fo-7d for qemu-devel@nongnu.org; Fri, 07 Feb 2020 09:45:34 -0500 Received: from lizzy.crudebyte.com ([91.194.90.13]:40761) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from <016728cfe268492b180a5045b1ce6d3d143bf981@lizzy.crudebyte.com>) id 1j04su-0004D3-GZ for qemu-devel@nongnu.org; Fri, 07 Feb 2020 09:45:33 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=crudebyte.com; s=lizzy; h=Message-Id:Cc:To:Subject:Date:From:Content-Type: Content-Transfer-Encoding:MIME-Version:References:In-Reply-To:Content-ID: Content-Description; bh=cVaDLnM2mwS3m2xiObJb7wACXihL0DcSa2dUkcfUO+o=; b=cr7+v MMZsJ0dSDlRWJC4Yd0C+EoINDMYi34jM0x5GtQJ0h8DbHOz99uGAOA/KiudMi/ixNn6G+Kqq55jIj zMXDSHAyfyXGVXEp3EZQwAKlnkiPV44EwCJG0NAHKMH8NjppH8qTY909gpAeuiDlMkaNHD56vXqMM ssI8whbB2llAeUWjl/rZfeFjkHdyu08PIE0ULHurPPeYpdHQB+KMIsLSWKWat3ayqQ0/4zOyJC2nt 0VXSzKLii7mlG8n99z3wwwJ0qb+2p2tH+m2FbMcp2+5FjBvL2R129gIviSGdtV/cQ1VV+zlwNRE5W g29Q3nzZmOLV82eQMPOn5zr/ud5aw==; From: Christian Schoenebeck Date: Fri, 7 Feb 2020 14:32:43 +0100 Subject: [PATCH] MAINTAINERS: 9pfs: Add myself as reviewer To: qemu-devel@nongnu.org Cc: Greg Kurz Message-Id: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 91.194.90.13 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 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" Currently 9pfs is only taken care of by Greg. Since I am actively working on 9pfs and already became quite used to the code base, it makes sense to volunteer as reviewer for 9pfs related patches. Signed-off-by: Christian Schoenebeck Cc: Greg Kurz --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index e72b5e5f69..ce46c0a552 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1578,6 +1578,7 @@ F: include/hw/virtio/ virtio-9p M: Greg Kurz +R: Christian Schoenebeck S: Odd Fixes F: hw/9pfs/ X: hw/9pfs/xen-9p*