From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: Re: [PATCH v8 2/5] docs: add vscsi to xenstore-paths.markdown Date: Fri, 12 Feb 2016 17:28:29 +0000 Message-ID: <20160212172828.GC8818@citrix.com> References: <1455205411-25460-1-git-send-email-olaf@aepfle.de> <1455205411-25460-3-git-send-email-olaf@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1455205411-25460-3-git-send-email-olaf@aepfle.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Olaf Hering Cc: Keir Fraser , Ian Campbell , Tim Deegan , Ian Jackson , xen-devel@lists.xen.org, Jan Beulich , wei.liu2@citrix.com List-Id: xen-devel@lists.xenproject.org On Thu, Feb 11, 2016 at 03:43:28PM +0000, Olaf Hering wrote: > Signed-off-by: Olaf Hering > Acked-by: Ian Campbell > Cc: Ian Campbell > Cc: Ian Jackson > Cc: Jan Beulich > Cc: Keir Fraser > Cc: Tim Deegan Acked-by: Wei Liu > --- > 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 > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xen.org > http://lists.xen.org/xen-devel