From: Juergen Gross Date: Mon, 27 Jan 2020 16:50:50 +0000 (+0100) Subject: docs: add DIRECTORY_PART specification do xenstore protocol doc X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~792 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=94a0252c10cb9938bdee98cc456c23e17b28eafb;p=xen.git docs: add DIRECTORY_PART specification do xenstore protocol doc DIRECTORY_PART was missing in docs/misc/xenstore.txt. Add it. Signed-off-by: Juergen Gross Reviewed-by: Paul Durrant Acked-by: Wei Liu Backport: 4.9+ --- diff --git a/docs/misc/xenstore.txt b/docs/misc/xenstore.txt index ae1b6a8c6e..65570183b6 100644 --- a/docs/misc/xenstore.txt +++ b/docs/misc/xenstore.txt @@ -152,6 +152,15 @@ DIRECTORY | |* leafnames. The resulting children are each named /. +DIRECTORY_PART | ||* + Same as DIRECTORY, but to be used for children lists longer than + XENSTORE_PAYLOAD_MAX. Input are and the byte offset into + the list of children to return. Return values are the generation + count of the node (to be used to ensure the node hasn't + changed between two reads: being the same for multiple + reads guarantees the node hasn't changed) and the list of children + starting at the specified of the complete list. + GET_PERMS | |+ SET_PERMS ||+? is one of the following