Mailing List Archive

[xen master] docs: fix path to code in migration doc
commit 17060df97c4db79f50ec50a3eda8381a13026356
Author: Anthony PERARD <anthony.perard@citrix.com>
AuthorDate: Tue May 10 15:05:06 2022 +0100
Commit: Julien Grall <jgrall@amazon.com>
CommitDate: Mon May 16 18:16:47 2022 +0100

docs: fix path to code in migration doc

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
---
docs/features/migration.pandoc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/features/migration.pandoc b/docs/features/migration.pandoc
index 719925818e..5334536d48 100644
--- a/docs/features/migration.pandoc
+++ b/docs/features/migration.pandoc
@@ -54,10 +54,10 @@ legacy stream into a migration v2 stream.
* `docs/specs/libxc-migration-stream.pandoc`
* `docs/specs/libxl-migration-stream.pandoc`
* `libxc`
- * `tools/libxc/xc_sr_*.[hc]`
+ * `tools/libs/guest/xg_sr_*.[hc]`
* `libxl`
- * `tools/libxl/libxl_stream_{read,write}.c`
- * `tools/libxl/libxl_convert_callout.c`
+ * `tools/libs/light/libxl_stream_{read,write}.c`
+ * `tools/libs/light/libxl_convert_callout.c`
* Scripts
* `tools/python/xen/migration/*.py`
* `tools/python/scripts/convert-legacy-stream`
--
generated by git-patchbot for /home/xen/git/xen.git#master