All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wei Liu <wei.liu2@citrix.com>
To: Olaf Hering <olaf@aepfle.de>
Cc: Keir Fraser <keir@xen.org>,
	Ian Campbell <ian.campbell@citrix.com>, Tim Deegan <tim@xen.org>,
	Ian Jackson <ian.jackson@eu.citrix.com>,
	xen-devel@lists.xen.org, Jan Beulich <jbeulich@suse.com>,
	wei.liu2@citrix.com
Subject: Re: [PATCH v8 2/5] docs: add vscsi to xenstore-paths.markdown
Date: Fri, 12 Feb 2016 17:28:29 +0000	[thread overview]
Message-ID: <20160212172828.GC8818@citrix.com> (raw)
In-Reply-To: <1455205411-25460-3-git-send-email-olaf@aepfle.de>

On Thu, Feb 11, 2016 at 03:43:28PM +0000, Olaf Hering wrote:
> Signed-off-by: Olaf Hering <olaf@aepfle.de>
> Acked-by: Ian Campbell <ian.campbell@citrix.com>
> Cc: Ian Campbell <ian.campbell@citrix.com>
> Cc: Ian Jackson <ian.jackson@eu.citrix.com>
> Cc: Jan Beulich <jbeulich@suse.com>
> Cc: Keir Fraser <keir@xen.org>
> Cc: Tim Deegan <tim@xen.org>

Acked-by: Wei Liu <wei.liu2@citrix.com>

> ---
>  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

  reply	other threads:[~2016-02-12 17:28 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-11 15:43 [PATCH v8 0/5] libbxl: add support for pvscsi, iteration 8 Olaf Hering
2016-02-11 15:43 ` [PATCH v8 1/5] vscsiif.h: fix WWN notation for p-dev property Olaf Hering
2016-02-12 17:28   ` Wei Liu
2016-02-11 15:43 ` [PATCH v8 2/5] docs: add vscsi to xenstore-paths.markdown Olaf Hering
2016-02-12 17:28   ` Wei Liu [this message]
2016-02-11 15:43 ` [PATCH v8 3/5] libxl: add support for vscsi Olaf Hering
2016-02-12 17:27   ` Wei Liu
2016-02-12 18:24     ` Olaf Hering
2016-02-15 15:16       ` Wei Liu
2016-02-15 15:24         ` Olaf Hering
2016-02-15 15:52           ` Wei Liu
2016-02-15 17:09         ` Ian Jackson
2016-02-16 15:23           ` Olaf Hering
2016-02-16 17:48             ` Ian Jackson
2016-02-17 11:17               ` Olaf Hering
2016-02-11 15:43 ` [PATCH v8 4/5] vscsiif.h: add some notes about xenstore layout Olaf Hering
2016-02-12 17:28   ` Wei Liu
2016-02-11 15:43 ` [PATCH v8 5/5] Scripts to create and delete xen-scsiback nodes in Linux target framework Olaf Hering
2016-02-12 17:28   ` Wei Liu
2016-02-12 18:36     ` Olaf Hering
2016-02-15  5:51       ` Juergen Gross

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160212172828.GC8818@citrix.com \
    --to=wei.liu2@citrix.com \
    --cc=ian.campbell@citrix.com \
    --cc=ian.jackson@eu.citrix.com \
    --cc=jbeulich@suse.com \
    --cc=keir@xen.org \
    --cc=olaf@aepfle.de \
    --cc=tim@xen.org \
    --cc=xen-devel@lists.xen.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.