From patchwork Wed Mar 18 13:33:44 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Christian Schoenebeck X-Patchwork-Id: 11445329 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 4267E159A for ; Wed, 18 Mar 2020 14:13:48 +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 B7E132076C for ; Wed, 18 Mar 2020 14:13:47 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=crudebyte.com header.i=@crudebyte.com header.b="folj5WzU" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B7E132076C 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]:51188 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jEZS6-0005E6-TA for patchwork-qemu-devel@patchwork.kernel.org; Wed, 18 Mar 2020 10:13:46 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48549) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jEZRg-0004nK-Qj for qemu-devel@nongnu.org; Wed, 18 Mar 2020 10:13:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jEZRf-0006E9-OC for qemu-devel@nongnu.org; Wed, 18 Mar 2020 10:13:20 -0400 Received: from lizzy.crudebyte.com ([91.194.90.13]:40767) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jEZRf-0004bj-Dq for qemu-devel@nongnu.org; Wed, 18 Mar 2020 10:13:19 -0400 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=m8PmIs2GUKKjHSr9p6uGHqDjFSuexFNE+11I41l1T0w=; b=folj5 WzUib7OHs1dtri87GgeVMfJvMKUMIy6u5i5eKyCXswkP7kdq9H1U4k2z3/NoP37KEwnPi0YuhdG0J e7J1Ix68mNCMYUYfMqL3Rk5SSq41jn/1EkRJS+u4vcjX/jSWwjqPy7L7N52iQRelrAVsNMyfG3AwB zHw5sPDESRR0JKVoYAGVmAI37uoNHtnHrtnnwGm1Uky4XMAe8ssy8altpFlWzarZqyLZijycac9/g DpmMo1DDH31CzeLoXiNxQjb9B7pX8EJ61G+fs35sRlwlraqB9xh2rDERBjPzu5hnz4J5J8m8Ufg3a L/dD9GOIZ8ctOmMyl9KkdSvqVE1Mw==; From: Christian Schoenebeck Date: Wed, 18 Mar 2020 14:33:44 +0100 Subject: [PATCH] MAINTAINERS: Upgrade myself as 9pfs co-maintainer 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" As suggested by Greg, let's upgrade myself as co-maintainer of 9pfs. Signed-off-by: Christian Schoenebeck Reviewed-by: Philippe Mathieu-Daudé --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 7364af0d8b..8d9cd04ab5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1630,7 +1630,7 @@ F: include/hw/virtio/ virtio-9p M: Greg Kurz -R: Christian Schoenebeck +M: Christian Schoenebeck S: Odd Fixes F: hw/9pfs/ X: hw/9pfs/xen-9p*