| commit | 8cb2f8b172e74a7279fabb5d5c20aee32b5b98cd | [log] [tgz] |
|---|---|---|
| author | Peter Xu <peterx@redhat.com> | Tue Jan 09 14:46:19 2024 +0800 |
| committer | Peter Xu <peterx@redhat.com> | Tue Jan 16 11:16:10 2024 +0800 |
| tree | 4b1018244830be45bbcfa02a82db251dee46d9aa | |
| parent | 75b1f88cd2dd5eeb1fd817a2f3a291c2670f9c50 [diff] |
docs/migration: Create migration/ directory Migration documentation is growing into a single file too large. Create a sub-directory for it for a split. We also already have separate vfio/virtio documentations, move it all over into the directory. Note that the virtio one is still not yet converted to rST. That is a job for later. Cc: "Michael S. Tsirkin" <mst@redhat.com> Cc: Jason Wang <jasowang@redhat.com> Cc: Alex Williamson <alex.williamson@redhat.com> Cc: Cédric Le Goater <clg@redhat.com> Reviewed-by: Cédric Le Goater <clg@redhat.com> Link: https://lore.kernel.org/r/20240109064628.595453-2-peterx@redhat.com Signed-off-by: Peter Xu <peterx@redhat.com>
diff --git a/docs/devel/index-internals.rst b/docs/devel/index-internals.rst index 3def4a1..a41d62c 100644 --- a/docs/devel/index-internals.rst +++ b/docs/devel/index-internals.rst
@@ -11,7 +11,7 @@ block-coroutine-wrapper clocks ebpf_rss - migration + migration/main multi-process reset s390-cpu-topology
diff --git a/docs/devel/migration.rst b/docs/devel/migration/main.rst similarity index 100% rename from docs/devel/migration.rst rename to docs/devel/migration/main.rst
diff --git a/docs/devel/vfio-migration.rst b/docs/devel/migration/vfio.rst similarity index 100% rename from docs/devel/vfio-migration.rst rename to docs/devel/migration/vfio.rst
diff --git a/docs/devel/virtio-migration.txt b/docs/devel/migration/virtio.txt similarity index 100% rename from docs/devel/virtio-migration.txt rename to docs/devel/migration/virtio.txt