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-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=6e63a6f72d8d4cf16fee477384de9ffe55a53db1;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+ (cherry picked from commit 94a0252c10cb9938bdee98cc456c23e17b28eafb) (cherry picked from commit 5c1b607e8a4de32fc2238f4d29d477007eb5822c) (cherry picked from commit e84b63444e190a8c4380c130c120e1d3e6f4cf31) --- 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