From patchwork Fri Feb 5 10:12:52 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Olaf Hering X-Patchwork-Id: 8233241 Return-Path: X-Original-To: patchwork-xen-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 934E9BEEE5 for ; Fri, 5 Feb 2016 10:16:23 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id BF49D20397 for ; Fri, 5 Feb 2016 10:16:22 +0000 (UTC) Received: from lists.xen.org (lists.xenproject.org [50.57.142.19]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6F52C2026D for ; Fri, 5 Feb 2016 10:16:21 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=lists.xen.org) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1aRdO3-0004cd-B2; Fri, 05 Feb 2016 10:13:11 +0000 Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1aRdO1-0004c0-Q8 for xen-devel@lists.xen.org; Fri, 05 Feb 2016 10:13:09 +0000 Received: from [193.109.254.147] by server-3.bemta-14.messagelabs.com id 5E/18-25435-5B574B65; Fri, 05 Feb 2016 10:13:09 +0000 X-Env-Sender: olaf@aepfle.de X-Msg-Ref: server-9.tower-27.messagelabs.com!1454667187!21661505!1 X-Originating-IP: [81.169.146.221] X-SpamReason: No, hits=0.0 required=7.0 tests= X-StarScan-Received: X-StarScan-Version: 7.35.1; banners=-,-,- X-VirusChecked: Checked Received: (qmail 29536 invoked from network); 5 Feb 2016 10:13:07 -0000 Received: from mo4-p00-ob.smtp.rzone.de (HELO mo4-p00-ob.smtp.rzone.de) (81.169.146.221) by server-9.tower-27.messagelabs.com with DHE-RSA-AES256-GCM-SHA384 encrypted SMTP; 5 Feb 2016 10:13:07 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1454667187; l=1982; s=domk; d=aepfle.de; h=Content-Transfer-Encoding:MIME-Version:References:In-Reply-To:Date: Subject:Cc:To:From; bh=1M6ntq8IORTLlPGiLmypBiMmfIeD2tlq7pWLKe8Pgo4=; b=fYaKLMcELY38dSPAwaV3yWIYr9aeppJfuhRngkm8uU9srNRH8auxfcophCUhmwiLJh1 0VKA9K99j9A3vBMK/ml235MnjQ3LUL6KQ38wC9LJD15FdykGgeLV1c6eCXLloNMfjBSax ra8vtNoB0tiOEDZjfiBawvuIh8awjllH2qs= X-RZG-AUTH: :P2EQZWCpfu+qG7CngxMFH1J+yackYocTD1iAi8x+OWi/zfN1cLnDYUgqRlyBxIG94Z+l4sPG5TVHaI4yEcpOb/EH5xRkdg== X-RZG-CLASS-ID: mo00 Received: from probook ([2001:a62:1198:c1ff:b962:113d:f241:eaf9]) by smtp.strato.de (RZmta 37.17 AUTH) with ESMTPSA id t02bf2s15AD2UMJ (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (curve secp521r1 with 521 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate); Fri, 5 Feb 2016 11:13:02 +0100 (CET) Received: by probook (Postfix, from userid 1000) id 400CB508D4; Fri, 5 Feb 2016 11:13:01 +0100 (CET) From: Olaf Hering To: xen-devel@lists.xen.org Date: Fri, 5 Feb 2016 10:12:52 +0000 Message-Id: <1454667175-24282-3-git-send-email-olaf@aepfle.de> X-Mailer: git-send-email 2.7.0 In-Reply-To: <1454667175-24282-1-git-send-email-olaf@aepfle.de> References: <1454667175-24282-1-git-send-email-olaf@aepfle.de> MIME-Version: 1.0 Cc: Olaf Hering , Keir Fraser , Ian Campbell , Tim Deegan , Ian Jackson , Jan Beulich Subject: [Xen-devel] [PATCH v7 2/5] docs: add vscsi to xenstore-paths.markdown X-BeenThere: xen-devel@lists.xen.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Olaf Hering Acked-by: Ian Campbell Cc: Ian Campbell Cc: Ian Jackson Cc: Jan Beulich Cc: Keir Fraser Cc: Tim Deegan --- docs/misc/xenstore-paths.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/misc/xenstore-paths.markdown b/docs/misc/xenstore-paths.markdown index 6a6fda9..76f67b1 100644 --- a/docs/misc/xenstore-paths.markdown +++ b/docs/misc/xenstore-paths.markdown @@ -265,6 +265,11 @@ A virtual keyboard device frontend. Described by A virtual network device frontend. Described by [xen/include/public/io/netif.h][NETIF] +#### ~/device/vscsi/$DEVID/* [] + +A virtual scsi device frontend. Described by +[xen/include/public/io/vscsiif.h][SCSIIF] + #### ~/console/* [] The primary PV console device. Described in [console.txt](console.txt) @@ -335,6 +340,10 @@ A virtual keyboard device backend. Described by A virtual network device backend. Described by [xen/include/public/io/netif.h][NETIF] +#### ~/backend/vscsi/$DOMID/$DEVID/* [] + +A PV SCSI backend. + #### ~/backend/console/$DOMID/$DEVID/* [] A PV console backend. Described in [console.txt](console.txt) @@ -525,6 +534,7 @@ domain instead of a daemon in dom0. [KBDIF]: http://xenbits.xen.org/docs/unstable/hypercall/include,public,io,kbdif.h.html [LIBXLMEM]: http://xenbits.xen.org/docs/unstable/misc/libxl_memory.txt [NETIF]: http://xenbits.xen.org/docs/unstable/hypercall/include,public,io,netif.h.html +[SCSIIF]: http://xenbits.xen.org/docs/unstable/hypercall/include,public,io,vscsiif.h.html [SI]: http://xenbits.xen.org/docs/unstable/hypercall/include,public,xen.h.html#Struct_start_info [VCPU]: http://xenbits.xen.org/docs/unstable/hypercall/include,public,vcpu.h.html [XSWIRE]: http://xenbits.xen.org/docs/unstable/hypercall/include,public,io,xs_wire.h.html