docs/migration: Create index page
authorPeter Xu <peterx@redhat.com>
Tue, 9 Jan 2024 06:46:20 +0000 (14:46 +0800)
committerPeter Xu <peterx@redhat.com>
Tue, 16 Jan 2024 03:16:10 +0000 (11:16 +0800)
Create an index page for migration module.  Move VFIO migration there too.
A trivial touch-up on the title to use lower case there.

Since then we'll have "migration" as the top title, make the main doc file
renamed to "migration framework".

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-3-peterx@redhat.com
Signed-off-by: Peter Xu <peterx@redhat.com>
docs/devel/index-internals.rst
docs/devel/migration/index.rst [new file with mode: 0644]
docs/devel/migration/main.rst
docs/devel/migration/vfio.rst

index a41d62c1eb5e7f26082ced17dbdf12227c2ded7d..5636e9cf1d78bfb859cd8282778e777ac6fe18ea 100644 (file)
@@ -11,13 +11,12 @@ Details about QEMU's various subsystems including how to add features to them.
    block-coroutine-wrapper
    clocks
    ebpf_rss
-   migration/main
+   migration/index
    multi-process
    reset
    s390-cpu-topology
    s390-dasd-ipl
    tracing
-   vfio-migration
    vfio-iommufd
    writing-monitor-commands
    virtio-backends
diff --git a/docs/devel/migration/index.rst b/docs/devel/migration/index.rst
new file mode 100644 (file)
index 0000000..02cfdcc
--- /dev/null
@@ -0,0 +1,11 @@
+Migration
+=========
+
+This is the main entry for QEMU migration documentations.  It explains how
+QEMU live migration works.
+
+.. toctree::
+   :maxdepth: 2
+
+   main
+   vfio
index 95351ba51fa1476311083123f103305a4b610793..62bf027fb4c37ef1e2483efda85743011c8388b1 100644 (file)
@@ -1,6 +1,6 @@
-=========
-Migration
-=========
+===================
+Migration framework
+===================
 
 QEMU has code to load/save the state of the guest that it is running.
 These are two complementary operations.  Saving the state just does
index 605fe60e9695a50813b1294bb970ce2c39d2ba07..c49482eab66d8e831ea1c2c791fc895b51893e4d 100644 (file)
@@ -1,5 +1,5 @@
 =====================
-VFIO device Migration
+VFIO device migration
 =====================
 
 Migration of virtual machine involves saving the state for each device that