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 X-Spam-Level: X-Spam-Status: No, score=-15.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 61DDBC433C1 for ; Tue, 23 Mar 2021 20:35:52 +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 1687061574 for ; Tue, 23 Mar 2021 20:35:51 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1687061574 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+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:41104 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lOnkk-0000s2-RW for qemu-devel@archiver.kernel.org; Tue, 23 Mar 2021 16:35:50 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52882) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lOnh7-0004O0-0q for qemu-devel@nongnu.org; Tue, 23 Mar 2021 16:32:05 -0400 Received: from lizzy.crudebyte.com ([91.194.90.13]:55069) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lOnh4-0006X4-9W for qemu-devel@nongnu.org; Tue, 23 Mar 2021 16:32:04 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=crudebyte.com; s=lizzy; h=Cc:To:Subject:Date:From:Message-Id:Content-Type: Content-Transfer-Encoding:MIME-Version:References:In-Reply-To:Content-ID: Content-Description; bh=zEFySWFt1+gTmd9/jpUG+CCx9cZIC4Adqq5tylmJHuE=; b=DzSsh zS01cWTGMH28qi9kh1SxdG4Nho3YMGH1kNq83+D4oUjdg3+Mef567zzCejYRJtPKlvgaxhP2P2jBL i6hXoHjn9Ti1NxE7jlZ/+lZfXUOmeUXLm1uirbopYuB94eOqgPc9gH58ZsBLN7gxU/HWYEk3UI+vr OQulRT9zh31cPNAmEIIuW2dRzybuJKNE7ec8ZkoSmqyyID9tneQFqUTRFrepKnnTHuLW6VcetPfWe QHnC9er8znOuffdJIHw/mYipgjJ+6cl+E090bLiwT2+vo+VwAUQFrnppckuNnsXrXhndDcDt1M2Ab uRRSMFbNKcHZGqv8pRLN9l7QpAWjA==; Message-Id: From: Christian Schoenebeck Date: Tue, 23 Mar 2021 20:40:20 +0100 Subject: [PATCH 0/4] add in-tree 9pfs developers documentation To: qemu-devel@nongnu.org Cc: Greg Kurz , Paolo Bonzini , Peter Maydell Received-SPF: none client-ip=91.194.90.13; envelope-from=bbc74655d54f2fa9c3eabf485e87f995253b8cfd@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 autolearn=ham autolearn_force=no X-Spam_action: no action 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+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" The original source for the QEMU 9p developers documentation is: https://wiki.qemu.org/Documentation/9p This patch set adds it as in-tree .rst file along with its pictures to the QEMU source tree. The 9p.rst file has been auto generated by 'pandoc'. Preview of generated 9p.rst file with pictures: https://github.com/cschoenebeck/qemu/blob/bbc74655d54f2fa9c3eabf485e87f995253b8cfd/docs/devel/9p.rst Picture binary files (omitted as binary blobs from patch 2): https://github.com/cschoenebeck/qemu/tree/bbc74655d54f2fa9c3eabf485e87f995253b8cfd/docs/devel/img Or simply access my '9p.experimental' branch on github. I have no idea if that fits into the current sphinx/meson concept in this form and way. I hope either Peter or Paolo might tell. The individual patches could also be squashed, I kept them split for now to show what pandoc actually did and what I manually adjusted afterwards. Christian Schoenebeck (4): docs/devel: add 9p.rst docs/devel: add directory for pictures docs/devel/9p: fix references to pictures MAINTAINERS: add responsibility for docs/devel/9p.rst MAINTAINERS | 1 + docs/devel/9p.rst | 544 +++++++++++++++++++++++++++ docs/devel/img/9pfs_control_flow.png | Bin 0 -> 156560 bytes docs/devel/img/9pfs_topology.png | Bin 0 -> 51529 bytes docs/devel/img/Coroutines_stacks.png | Bin 0 -> 87204 bytes 5 files changed, 545 insertions(+) create mode 100644 docs/devel/9p.rst create mode 100644 docs/devel/img/9pfs_control_flow.png create mode 100644 docs/devel/img/9pfs_topology.png create mode 100644 docs/devel/img/Coroutines_stacks.png -- 2.20.1