tools/xenstore: minor fix of the migration stream doc
authorJuergen Gross <jgross@suse.com>
Tue, 11 Oct 2022 13:00:59 +0000 (15:00 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 11 Oct 2022 13:00:59 +0000 (15:00 +0200)
Drop mentioning the non-existent read-only socket in the migration
stream description document.

The related record field was removed in commit 8868a0e3f674 ("docs:
update the xenstore migration stream documentation).

Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Julien Grall <jgrall@amazon.com>
master commit: ace1d2eff80d3d66c37ae765dae3e3cb5697e5a4
master date: 2022-09-08 09:25:58 +0200

docs/designs/xenstore-migration.md

index 5f1155273ec362221b9930e8f49c52765f8702a3..78530bbb0ef4d4390c411d22ad68b33b79a9810d 100644 (file)
@@ -129,11 +129,9 @@ xenstored state that needs to be restored.
 | `evtchn-fd`    | The file descriptor used to communicate with |
 |                | the event channel driver                     |
 
-xenstored will resume in the original process context. Hence `rw-socket-fd` and
-`ro-socket-fd` simply specify the file descriptors of the sockets. Sockets
-are not always used, however, and so -1 will be used to denote an unused
-socket.
-
+xenstored will resume in the original process context. Hence `rw-socket-fd`
+simply specifies the file descriptor of the socket. Sockets are not always
+used, however, and so -1 will be used to denote an unused socket.
 
 \pagebreak