From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 75B0CEB64DC for ; Mon, 3 Jul 2023 14:51:14 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qGKtJ-0006AO-A6; Mon, 03 Jul 2023 10:51:01 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qGKtH-00069m-49 for qemu-devel@nongnu.org; Mon, 03 Jul 2023 10:50:59 -0400 Received: from 8.mo548.mail-out.ovh.net ([46.105.45.231]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qGKtE-0008Ad-GM for qemu-devel@nongnu.org; Mon, 03 Jul 2023 10:50:58 -0400 Received: from mxplan5.mail.ovh.net (unknown [10.108.20.243]) by mo548.mail-out.ovh.net (Postfix) with ESMTPS id 50E1E21975; Mon, 3 Jul 2023 14:50:44 +0000 (UTC) Received: from kaod.org (37.59.142.103) by DAG6EX1.mxp5.local (172.16.2.51) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.27; Mon, 3 Jul 2023 16:50:43 +0200 Authentication-Results: garm.ovh; auth=pass (GARM-103G00599167e46-9467-468f-bcb0-19bdfaca641f, 402CDD763E8F3FE895DD118CE8F9FDD198E40389) smtp.auth=groug@kaod.org X-OVh-ClientIp: 78.197.208.248 Date: Mon, 3 Jul 2023 16:50:42 +0200 From: Greg Kurz To: Christian Schoenebeck CC: Subject: Re: [PATCH] MAINTAINERS: raise status of 9p to 'Maintained' Message-ID: <20230703165042.4e5e81cf@bahia> In-Reply-To: References: X-Mailer: Claws Mail 4.1.1 (GTK 3.24.38; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Originating-IP: [37.59.142.103] X-ClientProxiedBy: DAG6EX2.mxp5.local (172.16.2.52) To DAG6EX1.mxp5.local (172.16.2.51) X-Ovh-Tracer-GUID: d18cbfae-5fb1-4875-9f22-cea8b5f4f96c X-Ovh-Tracer-Id: 16160041365823723930 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedviedruddvgdejlecutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfqggfjpdevjffgvefmvefgnecuuegrihhlohhuthemucehtddtnecunecujfgurhepfffhvfevuffkjghfofggtgfgihesthejredtredtvdenucfhrhhomhepifhrvghgucfmuhhriicuoehgrhhouhhgsehkrghougdrohhrgheqnecuggftrfgrthhtvghrnhepudfhtdejudeliedttdeftddtieefgeeuheeileefueeugeejieehudeljedvudelnecuffhomhgrihhnpehqvghmuhdrohhrghenucfkphepuddvjedrtddrtddruddpfeejrdehledrudegvddruddtfedpjeekrdduleejrddvtdekrddvgeeknecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehinhgvthepuddvjedrtddrtddruddpmhgrihhlfhhrohhmpeeoghhrohhugheskhgrohgurdhorhhgqedpnhgspghrtghpthhtohepuddprhgtphhtthhopehqvghmuhgpohhsshestghruhguvggshihtvgdrtghomhdpqhgvmhhuqdguvghvvghlsehnohhnghhnuhdrohhrghdpoffvtefjohhsthepmhhoheegkedpmhhouggvpehsmhhtphhouhht Received-SPF: pass client-ip=46.105.45.231; envelope-from=groug@kaod.org; helo=8.mo548.mail-out.ovh.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org On Mon, 3 Jul 2023 16:34:17 +0200 Christian Schoenebeck wrote: > Change status of 9p from 'Odd Fixes' to 'Maintained', as this better > reflects current situation. I already take care of 9p patches for a > while, which included new features as well. > Thanks for the good work ! :-) > Based-on: > Signed-off-by: Christian Schoenebeck > --- Reviewed-by: Greg Kurz > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index e8a3205eb4..71f2479ec5 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -2120,7 +2120,7 @@ F: include/sysemu/balloon.h > virtio-9p > M: Greg Kurz > M: Christian Schoenebeck > -S: Odd Fixes > +S: Maintained > W: https://wiki.qemu.org/Documentation/9p > F: hw/9pfs/ > X: hw/9pfs/xen-9p* -- Greg