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 |
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>
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 --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`
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com> --- docs/features/migration.pandoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)