* [PATCH 0/2] doc: Update docs/misc/xenstore-paths.markdown @ 2016-03-31 11:46 Juergen Gross 2016-03-31 11:46 ` [PATCH 1/2] doc: correct hyperlinks in docs/misc/xenstore-paths.markdown Juergen Gross ` (2 more replies) 0 siblings, 3 replies; 6+ messages in thread From: Juergen Gross @ 2016-03-31 11:46 UTC (permalink / raw) To: xen-devel; +Cc: Juergen Gross, ian.jackson, cyliu, jbeulich Update some Xenstore path related stuff. Juergen Gross (2): doc: correct hyperlinks in docs/misc/xenstore-paths.markdown doc: document pvusb Xenstore paths docs/misc/xenstore-paths.markdown | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) -- 2.6.2 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel ^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 1/2] doc: correct hyperlinks in docs/misc/xenstore-paths.markdown 2016-03-31 11:46 [PATCH 0/2] doc: Update docs/misc/xenstore-paths.markdown Juergen Gross @ 2016-03-31 11:46 ` Juergen Gross 2016-04-01 14:47 ` Konrad Rzeszutek Wilk 2016-03-31 11:46 ` [PATCH 2/2] doc: document pvusb Xenstore paths Juergen Gross 2016-04-01 14:53 ` [PATCH 0/2] doc: Update docs/misc/xenstore-paths.markdown Ian Jackson 2 siblings, 1 reply; 6+ messages in thread From: Juergen Gross @ 2016-03-31 11:46 UTC (permalink / raw) To: xen-devel; +Cc: Juergen Gross, ian.jackson, cyliu, jbeulich The hyperlinks for the different I/O protocols are wrong. Correct them. Signed-off-by: Juergen Gross <jgross@suse.com> --- docs/misc/xenstore-paths.markdown | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/misc/xenstore-paths.markdown b/docs/misc/xenstore-paths.markdown index 76f67b1..ce00afe 100644 --- a/docs/misc/xenstore-paths.markdown +++ b/docs/misc/xenstore-paths.markdown @@ -528,13 +528,13 @@ for the toolstack to obtain e.g. the domain id of a xenstore domain. Domain Id of the xenstore domain in case xenstore is provided via a domain instead of a daemon in dom0. -[BLKIF]: http://xenbits.xen.org/docs/unstable/hypercall/include,public,io,blkif.h.html -[FBIF]: http://xenbits.xen.org/docs/unstable/hypercall/include,public,io,fbif.h.html -[HVMPARAMS]: http://xenbits.xen.org/docs/unstable/hypercall/include,public,hvm,params.h.html -[KBDIF]: http://xenbits.xen.org/docs/unstable/hypercall/include,public,io,kbdif.h.html +[BLKIF]: http://xenbits.xen.org/docs/unstable/hypercall/x86_64/include,public,io,blkif.h.html +[FBIF]: http://xenbits.xen.org/docs/unstable/hypercall/x86_64/include,public,io,fbif.h.html +[HVMPARAMS]: http://xenbits.xen.org/docs/unstable/hypercall/x86_64/include,public,hvm,params.h.html +[KBDIF]: http://xenbits.xen.org/docs/unstable/hypercall/x86_64/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 +[NETIF]: http://xenbits.xen.org/docs/unstable/hypercall/x86_64/include,public,io,netif.h.html +[SCSIIF]: http://xenbits.xen.org/docs/unstable/hypercall/x86_64/include,public,io,vscsiif.h.html +[SI]: http://xenbits.xen.org/docs/unstable/hypercall/x86_64/include,public,xen.h.html#Struct_start_info +[VCPU]: http://xenbits.xen.org/docs/unstable/hypercall/x86_64/include,public,vcpu.h.html +[XSWIRE]: http://xenbits.xen.org/docs/unstable/hypercall/x86_64/include,public,io,xs_wire.h.html -- 2.6.2 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel ^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH 1/2] doc: correct hyperlinks in docs/misc/xenstore-paths.markdown 2016-03-31 11:46 ` [PATCH 1/2] doc: correct hyperlinks in docs/misc/xenstore-paths.markdown Juergen Gross @ 2016-04-01 14:47 ` Konrad Rzeszutek Wilk 0 siblings, 0 replies; 6+ messages in thread From: Konrad Rzeszutek Wilk @ 2016-04-01 14:47 UTC (permalink / raw) To: Juergen Gross; +Cc: ian.jackson, cyliu, jbeulich, xen-devel On Thu, Mar 31, 2016 at 01:46:51PM +0200, Juergen Gross wrote: > The hyperlinks for the different I/O protocols are wrong. > > Correct them. > > Signed-off-by: Juergen Gross <jgross@suse.com> Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> > --- > docs/misc/xenstore-paths.markdown | 18 +++++++++--------- > 1 file changed, 9 insertions(+), 9 deletions(-) > > diff --git a/docs/misc/xenstore-paths.markdown b/docs/misc/xenstore-paths.markdown > index 76f67b1..ce00afe 100644 > --- a/docs/misc/xenstore-paths.markdown > +++ b/docs/misc/xenstore-paths.markdown > @@ -528,13 +528,13 @@ for the toolstack to obtain e.g. the domain id of a xenstore domain. > Domain Id of the xenstore domain in case xenstore is provided via a > domain instead of a daemon in dom0. > > -[BLKIF]: http://xenbits.xen.org/docs/unstable/hypercall/include,public,io,blkif.h.html > -[FBIF]: http://xenbits.xen.org/docs/unstable/hypercall/include,public,io,fbif.h.html > -[HVMPARAMS]: http://xenbits.xen.org/docs/unstable/hypercall/include,public,hvm,params.h.html > -[KBDIF]: http://xenbits.xen.org/docs/unstable/hypercall/include,public,io,kbdif.h.html > +[BLKIF]: http://xenbits.xen.org/docs/unstable/hypercall/x86_64/include,public,io,blkif.h.html > +[FBIF]: http://xenbits.xen.org/docs/unstable/hypercall/x86_64/include,public,io,fbif.h.html > +[HVMPARAMS]: http://xenbits.xen.org/docs/unstable/hypercall/x86_64/include,public,hvm,params.h.html > +[KBDIF]: http://xenbits.xen.org/docs/unstable/hypercall/x86_64/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 > +[NETIF]: http://xenbits.xen.org/docs/unstable/hypercall/x86_64/include,public,io,netif.h.html > +[SCSIIF]: http://xenbits.xen.org/docs/unstable/hypercall/x86_64/include,public,io,vscsiif.h.html > +[SI]: http://xenbits.xen.org/docs/unstable/hypercall/x86_64/include,public,xen.h.html#Struct_start_info > +[VCPU]: http://xenbits.xen.org/docs/unstable/hypercall/x86_64/include,public,vcpu.h.html > +[XSWIRE]: http://xenbits.xen.org/docs/unstable/hypercall/x86_64/include,public,io,xs_wire.h.html > -- > 2.6.2 > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xen.org > http://lists.xen.org/xen-devel _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel ^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 2/2] doc: document pvusb Xenstore paths 2016-03-31 11:46 [PATCH 0/2] doc: Update docs/misc/xenstore-paths.markdown Juergen Gross 2016-03-31 11:46 ` [PATCH 1/2] doc: correct hyperlinks in docs/misc/xenstore-paths.markdown Juergen Gross @ 2016-03-31 11:46 ` Juergen Gross 2016-04-01 14:49 ` Konrad Rzeszutek Wilk 2016-04-01 14:53 ` [PATCH 0/2] doc: Update docs/misc/xenstore-paths.markdown Ian Jackson 2 siblings, 1 reply; 6+ messages in thread From: Juergen Gross @ 2016-03-31 11:46 UTC (permalink / raw) To: xen-devel; +Cc: Juergen Gross, ian.jackson, cyliu, jbeulich The patches adding Xen tools support for paravirtualized USB devices (pvUSB) omitted documenting the introduced Xenstore paths. Add the paths to docs/misc/xenstore-paths.markdown Signed-off-by: Juergen Gross <jgross@suse.com> --- docs/misc/xenstore-paths.markdown | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/misc/xenstore-paths.markdown b/docs/misc/xenstore-paths.markdown index ce00afe..087e239 100644 --- a/docs/misc/xenstore-paths.markdown +++ b/docs/misc/xenstore-paths.markdown @@ -270,6 +270,11 @@ A virtual network device frontend. Described by A virtual scsi device frontend. Described by [xen/include/public/io/vscsiif.h][SCSIIF] +#### ~/device/vusb/$DEVID/* [] + +A virtual usb device frontend. Described by +[xen/include/public/io/usbif.h][USBIF] + #### ~/console/* [] The primary PV console device. Described in [console.txt](console.txt) @@ -344,6 +349,11 @@ A virtual network device backend. Described by A PV SCSI backend. +#### ~/backend/vusb/$DOMID/$DEVID/* [] + +A PV USB backend. Described by +[xen/include/public/io/usbif.h][USBIF] + #### ~/backend/console/$DOMID/$DEVID/* [] A PV console backend. Described in [console.txt](console.txt) @@ -536,5 +546,6 @@ domain instead of a daemon in dom0. [NETIF]: http://xenbits.xen.org/docs/unstable/hypercall/x86_64/include,public,io,netif.h.html [SCSIIF]: http://xenbits.xen.org/docs/unstable/hypercall/x86_64/include,public,io,vscsiif.h.html [SI]: http://xenbits.xen.org/docs/unstable/hypercall/x86_64/include,public,xen.h.html#Struct_start_info +[USBIF]: http://xenbits.xen.org/docs/unstable/hypercall/x86_64/include,public,io,usbif.h.html [VCPU]: http://xenbits.xen.org/docs/unstable/hypercall/x86_64/include,public,vcpu.h.html [XSWIRE]: http://xenbits.xen.org/docs/unstable/hypercall/x86_64/include,public,io,xs_wire.h.html -- 2.6.2 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel ^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH 2/2] doc: document pvusb Xenstore paths 2016-03-31 11:46 ` [PATCH 2/2] doc: document pvusb Xenstore paths Juergen Gross @ 2016-04-01 14:49 ` Konrad Rzeszutek Wilk 0 siblings, 0 replies; 6+ messages in thread From: Konrad Rzeszutek Wilk @ 2016-04-01 14:49 UTC (permalink / raw) To: Juergen Gross; +Cc: ian.jackson, cyliu, jbeulich, xen-devel On Thu, Mar 31, 2016 at 01:46:52PM +0200, Juergen Gross wrote: > The patches adding Xen tools support for paravirtualized USB devices > (pvUSB) omitted documenting the introduced Xenstore paths. > > Add the paths to docs/misc/xenstore-paths.markdown > > Signed-off-by: Juergen Gross <jgross@suse.com> Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> > --- > docs/misc/xenstore-paths.markdown | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/docs/misc/xenstore-paths.markdown b/docs/misc/xenstore-paths.markdown > index ce00afe..087e239 100644 > --- a/docs/misc/xenstore-paths.markdown > +++ b/docs/misc/xenstore-paths.markdown > @@ -270,6 +270,11 @@ A virtual network device frontend. Described by > A virtual scsi device frontend. Described by > [xen/include/public/io/vscsiif.h][SCSIIF] > > +#### ~/device/vusb/$DEVID/* [] > + > +A virtual usb device frontend. Described by > +[xen/include/public/io/usbif.h][USBIF] > + > #### ~/console/* [] > > The primary PV console device. Described in [console.txt](console.txt) > @@ -344,6 +349,11 @@ A virtual network device backend. Described by > > A PV SCSI backend. > > +#### ~/backend/vusb/$DOMID/$DEVID/* [] > + > +A PV USB backend. Described by > +[xen/include/public/io/usbif.h][USBIF] > + > #### ~/backend/console/$DOMID/$DEVID/* [] > > A PV console backend. Described in [console.txt](console.txt) > @@ -536,5 +546,6 @@ domain instead of a daemon in dom0. > [NETIF]: http://xenbits.xen.org/docs/unstable/hypercall/x86_64/include,public,io,netif.h.html > [SCSIIF]: http://xenbits.xen.org/docs/unstable/hypercall/x86_64/include,public,io,vscsiif.h.html > [SI]: http://xenbits.xen.org/docs/unstable/hypercall/x86_64/include,public,xen.h.html#Struct_start_info > +[USBIF]: http://xenbits.xen.org/docs/unstable/hypercall/x86_64/include,public,io,usbif.h.html > [VCPU]: http://xenbits.xen.org/docs/unstable/hypercall/x86_64/include,public,vcpu.h.html > [XSWIRE]: http://xenbits.xen.org/docs/unstable/hypercall/x86_64/include,public,io,xs_wire.h.html > -- > 2.6.2 > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xen.org > http://lists.xen.org/xen-devel _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 0/2] doc: Update docs/misc/xenstore-paths.markdown 2016-03-31 11:46 [PATCH 0/2] doc: Update docs/misc/xenstore-paths.markdown Juergen Gross 2016-03-31 11:46 ` [PATCH 1/2] doc: correct hyperlinks in docs/misc/xenstore-paths.markdown Juergen Gross 2016-03-31 11:46 ` [PATCH 2/2] doc: document pvusb Xenstore paths Juergen Gross @ 2016-04-01 14:53 ` Ian Jackson 2 siblings, 0 replies; 6+ messages in thread From: Ian Jackson @ 2016-04-01 14:53 UTC (permalink / raw) To: Juergen Gross; +Cc: cyliu, jbeulich, xen-devel Juergen Gross writes ("[PATCH 0/2] doc: Update docs/misc/xenstore-paths.markdown"): > Update some Xenstore path related stuff. Thanks, pushed. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2016-04-01 14:53 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2016-03-31 11:46 [PATCH 0/2] doc: Update docs/misc/xenstore-paths.markdown Juergen Gross 2016-03-31 11:46 ` [PATCH 1/2] doc: correct hyperlinks in docs/misc/xenstore-paths.markdown Juergen Gross 2016-04-01 14:47 ` Konrad Rzeszutek Wilk 2016-03-31 11:46 ` [PATCH 2/2] doc: document pvusb Xenstore paths Juergen Gross 2016-04-01 14:49 ` Konrad Rzeszutek Wilk 2016-04-01 14:53 ` [PATCH 0/2] doc: Update docs/misc/xenstore-paths.markdown Ian Jackson
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).