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 <[email protected]>
Reviewed-by: Konrad Rzeszutek Wilk <[email protected]> > --- > 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 > [email protected] > http://lists.xen.org/xen-devel _______________________________________________ Xen-devel mailing list [email protected] http://lists.xen.org/xen-devel
