diff mbox series

[XEN] docs: fix path to code in migration doc

Message ID 20220510140506.64930-1-anthony.perard@citrix.com (mailing list archive)
State New, archived
Headers show
Series [XEN] docs: fix path to code in migration doc | expand

Commit Message

Anthony PERARD May 10, 2022, 2:05 p.m. UTC
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
---
 docs/features/migration.pandoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Andrew Cooper May 10, 2022, 2:21 p.m. UTC | #1
On 10/05/2022 15:05, Anthony PERARD wrote:
> Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>

Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
Julien Grall May 16, 2022, 5:17 p.m. UTC | #2
On 10/05/2022 15:21, Andrew Cooper wrote:
> On 10/05/2022 15:05, Anthony PERARD wrote:
>> Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
> 
> Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>

Committed.

Thanks,
diff mbox series

Patch

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`