From patchwork Thu Feb 9 11:23:36 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?b?SsO8cmdlbiBHcm/Dnw==?= X-Patchwork-Id: 13134425 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.xenproject.org (lists.xenproject.org [192.237.175.120]) (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 66E5CC636D7 for ; Thu, 9 Feb 2023 11:24:01 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.492343.761848 (Exim 4.92) (envelope-from ) id 1pQ51l-0002JE-OB; Thu, 09 Feb 2023 11:23:45 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 492343.761848; Thu, 09 Feb 2023 11:23:45 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1pQ51l-0002J7-LN; Thu, 09 Feb 2023 11:23:45 +0000 Received: by outflank-mailman (input) for mailman id 492343; Thu, 09 Feb 2023 11:23:44 +0000 Received: from se1-gles-sth1-in.inumbo.com ([159.253.27.254] helo=se1-gles-sth1.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1pQ51k-0002J1-H5 for xen-devel@lists.xenproject.org; Thu, 09 Feb 2023 11:23:44 +0000 Received: from smtp-out2.suse.de (smtp-out2.suse.de [2001:67c:2178:6::1d]) by se1-gles-sth1.inumbo.com (Halon) with ESMTPS id 35cd24b9-a86c-11ed-933c-83870f6b2ba8; Thu, 09 Feb 2023 12:23:43 +0100 (CET) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id AAEC05C830; Thu, 9 Feb 2023 11:23:42 +0000 (UTC) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 30D901339E; Thu, 9 Feb 2023 11:23:42 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id XWZfCr7X5GNtPAAAMHmgww (envelope-from ); Thu, 09 Feb 2023 11:23:42 +0000 X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: 35cd24b9-a86c-11ed-933c-83870f6b2ba8 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1675941822; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=YZDBQEJqdfzaqhG2vhc/FlqleNU9E8m2vwmBY9M2pBs=; b=dZdZmNv5wXxkGx7h2v4aY9ZeNCOc6+hJNfbWm9lZFd6KenT7OFYtpkuMqoDRFZpD1FerAm x5f+S3JjtwGgJ9EaLRFKl/+MZJw3m++xSaamPoXqslX06aIcPcZmzSameVMsiUxaH6B5d2 CBqKRpVVmCZWbjBg1vGix1xQXsu/sY4= From: Juergen Gross To: xen-devel@lists.xenproject.org Cc: andrew.cooper3@citrix.com, george.dunlap@citrix.com, jbeulich@suse.com, julien@xen.org, sstabellini@kernel.org, wl@xen.org, Juergen Gross Subject: [PATCH v4 0/2 RESEND] xen/public move and fix 9pfs documentation Date: Thu, 9 Feb 2023 12:23:36 +0100 Message-Id: <20230209112338.26287-1-jgross@suse.com> X-Mailer: git-send-email 2.35.3 MIME-Version: 1.0 Resend of the remaining 2 patches adding some more people to Cc: Changes in V4: - patch split into 3 patches Juergen Gross (2): xen/public: fix 9pfs Xenstore entry documentation xen/public: fix 9pfs documentation of connection sequence xen/include/public/io/9pfs.h | 44 +++++++++++++++++++++++------------- 1 file changed, 28 insertions(+), 16 deletions(-)