diff options
| author | Peter Xu <peterx@redhat.com> | 2024-01-09 14:46:19 +0800 |
|---|---|---|
| committer | Peter Xu <peterx@redhat.com> | 2024-01-16 11:16:10 +0800 |
| commit | 8cb2f8b172e74a7279fabb5d5c20aee32b5b98cd (patch) | |
| tree | 4b1018244830be45bbcfa02a82db251dee46d9aa | |
| parent | 75b1f88cd2dd5eeb1fd817a2f3a291c2670f9c50 (diff) | |
| download | focaccia-qemu-8cb2f8b172e74a7279fabb5d5c20aee32b5b98cd.tar.gz focaccia-qemu-8cb2f8b172e74a7279fabb5d5c20aee32b5b98cd.zip | |
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>
| -rw-r--r-- | docs/devel/index-internals.rst | 2 | ||||
| -rw-r--r-- | docs/devel/migration/main.rst (renamed from docs/devel/migration.rst) | 0 | ||||
| -rw-r--r-- | docs/devel/migration/vfio.rst (renamed from docs/devel/vfio-migration.rst) | 0 | ||||
| -rw-r--r-- | docs/devel/migration/virtio.txt (renamed from docs/devel/virtio-migration.txt) | 0 |
4 files changed, 1 insertions, 1 deletions
diff --git a/docs/devel/index-internals.rst b/docs/devel/index-internals.rst index 3def4a138b..a41d62c1eb 100644 --- a/docs/devel/index-internals.rst +++ b/docs/devel/index-internals.rst @@ -11,7 +11,7 @@ Details about QEMU's various subsystems including how to add features to them. 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 index 95351ba51f..95351ba51f 100644 --- a/docs/devel/migration.rst +++ b/docs/devel/migration/main.rst diff --git a/docs/devel/vfio-migration.rst b/docs/devel/migration/vfio.rst index 605fe60e96..605fe60e96 100644 --- a/docs/devel/vfio-migration.rst +++ b/docs/devel/migration/vfio.rst diff --git a/docs/devel/virtio-migration.txt b/docs/devel/migration/virtio.txt index 98a6b0ffb5..98a6b0ffb5 100644 --- a/docs/devel/virtio-migration.txt +++ b/docs/devel/migration/virtio.txt |