]> xenbits.xensource.com Git - people/royger/xen.git/commitdiff
docs: fix path to code in migration doc
authorAnthony PERARD <anthony.perard@citrix.com>
Tue, 10 May 2022 14:05:06 +0000 (15:05 +0100)
committerJulien Grall <jgrall@amazon.com>
Mon, 16 May 2022 17:16:47 +0000 (18:16 +0100)
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
docs/features/migration.pandoc

index 719925818e250ed903466f090bc1ffadc5d997c8..5334536d48f5250d9f755fbe43f2dd6bf7126bf8 100644 (file)
@@ -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`