From patchwork Mon Jul 3 14:34:17 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Christian Schoenebeck X-Patchwork-Id: 13300196 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 CC42CEB64DC for ; Mon, 3 Jul 2023 14:39:54 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qGKhe-0007ga-BS; Mon, 03 Jul 2023 10:39:00 -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 1qGKha-0007gH-FM for qemu-devel@nongnu.org; Mon, 03 Jul 2023 10:38:55 -0400 Received: from lizzy.crudebyte.com ([91.194.90.13]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qGKhV-0004cr-JZ for qemu-devel@nongnu.org; Mon, 03 Jul 2023 10:38:52 -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=IVU3u9REbMi2Jvfo1usH993VuZXU4Q8CUAX2QtxpABQ=; b=eMkAh /YnLi+UsCsq38uMjsqU/sPzYtLNsyUHqsh4V0AUiGC4h2MdoH++RNs6ulp4sAkyGEb/e1UF6t9DVi TlinF1wUHuhn5eypXknGdgwWZNenuNHxdVsYusPk+KermQPbO/ebMxXKGNa7dMWCxsF5HoErhJAbD tm+ZC21q/rQ5Egh0yT2Y/SRQ+i1k75HNERi7giSRM9wyvfGxBYtMpdqkXwfOaABO8RfZSg1PRnHuV r6vFn/1nbkaqVs5b5zpdf25HnUV/P4+nvOg+bH9Fmu919you/uWUKnA0m3BnHVL0pWuynM20W3fL6 K70S0XNOSY5ngnl+ufN9M2cwPqmQg==; From: Christian Schoenebeck Date: Mon, 3 Jul 2023 16:34:17 +0200 Subject: [PATCH] MAINTAINERS: raise status of 9p to 'Maintained' To: qemu-devel@nongnu.org Cc: Greg Kurz Message-Id: Received-SPF: none client-ip=91.194.90.13; envelope-from=b876096c6217fa393e0eb3040d024afcaf1e6dff@lizzy.crudebyte.com; helo=lizzy.crudebyte.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_NONE=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 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. Based-on: Signed-off-by: Christian Schoenebeck Reviewed-by: Greg Kurz Reviewed-by: Philippe Mathieu-Daudé --- 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*