diff options
author | Peter Xu <peterx@redhat.com> | 2024-01-09 14:46:20 +0800 |
---|---|---|
committer | Peter Xu <peterx@redhat.com> | 2024-01-16 11:16:10 +0800 |
commit | f6bbac985e6df492f2c6be94fb893ada75ffdefa (patch) | |
tree | 875871d330fa0e11b426629f48bae0630ead3920 /docs/devel/index-internals.rst | |
parent | 8cb2f8b172e74a7279fabb5d5c20aee32b5b98cd (diff) | |
download | qemu-f6bbac985e6df492f2c6be94fb893ada75ffdefa.zip qemu-f6bbac985e6df492f2c6be94fb893ada75ffdefa.tar.gz qemu-f6bbac985e6df492f2c6be94fb893ada75ffdefa.tar.bz2 |
docs/migration: Create index page
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>
Diffstat (limited to 'docs/devel/index-internals.rst')
-rw-r--r-- | docs/devel/index-internals.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/devel/index-internals.rst b/docs/devel/index-internals.rst index a41d62c..5636e9c 100644 --- a/docs/devel/index-internals.rst +++ b/docs/devel/index-internals.rst @@ -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 |