|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen staging] tools/xenstore: modify feature bit specification in xenstore-ring.txt
commit 53e5d2166ac2a05ab8ce4a2fe650277b3fa168b2
Author: Juergen Gross <jgross@xxxxxxxx>
AuthorDate: Tue Jun 28 17:06:14 2022 +0200
Commit: Jan Beulich <jbeulich@xxxxxxxx>
CommitDate: Tue Jun 28 17:06:14 2022 +0200
tools/xenstore: modify feature bit specification in xenstore-ring.txt
Instead of specifying the feature bits in xenstore-ring.txt as a mask
value use bit numbers. This will make the specification easier to read
when adding more features.
Signed-off-by: Juergen Gross <jgross@xxxxxxxx>
Reviewed-by: Julien Grall <jgrall@xxxxxxxxxx>
---
docs/misc/xenstore-ring.txt | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/docs/misc/xenstore-ring.txt b/docs/misc/xenstore-ring.txt
index f3d6ca4264..2792d13530 100644
--- a/docs/misc/xenstore-ring.txt
+++ b/docs/misc/xenstore-ring.txt
@@ -62,12 +62,13 @@ the server feature bitmap. The server features are offered
to the guest;
it is up to the guest whether to use them or not. The guest should ignore
any unknown feature bits.
-The following features are defined:
+The following features are defined (bit number 0 is equivalent to a mask
+value of 1):
-Mask Description
+Bit Description
-----------------------------------------------------------------
-1 Ring reconnection (see the ring reconnection feature below)
-2 Connection error indicator (see connection error feature below)
+0 Ring reconnection (see the ring reconnection feature below)
+1 Connection error indicator (see connection error feature below)
The "Connection state" field is used to request a ring close and reconnect.
The "Connection state" field only contains valid data if the server has
--
generated by git-patchbot for /home/xen/git/xen.git#staging
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |