[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 2/2] doc: document pvusb Xenstore paths
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@xxxxxxxx> --- 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@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |