[PATCH 2/2] migration: Move compression docs under multifd

Fabiano Rosas posted 2 patches 8 months, 1 week ago
Maintainers: Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>
[PATCH 2/2] migration: Move compression docs under multifd
Posted by Fabiano Rosas 8 months, 1 week ago
The current migration compression documentation applies only to
multifd. Now that we have a multifd section, move the compression
documentation under it.

Signed-off-by: Fabiano Rosas <farosas@suse.de>
---
 docs/devel/migration/features.rst |  3 ---
 docs/devel/migration/multifd.rst  | 10 ++++++++++
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/docs/devel/migration/features.rst b/docs/devel/migration/features.rst
index 249d653124..dc59278aa7 100644
--- a/docs/devel/migration/features.rst
+++ b/docs/devel/migration/features.rst
@@ -12,7 +12,4 @@ Migration has plenty of features to support different use cases.
    virtio
    mapped-ram
    CPR
-   qpl-compression
-   uadk-compression
-   qatzip-compression
    multifd
diff --git a/docs/devel/migration/multifd.rst b/docs/devel/migration/multifd.rst
index 8f5ec840cb..5238b79055 100644
--- a/docs/devel/migration/multifd.rst
+++ b/docs/devel/migration/multifd.rst
@@ -216,6 +216,16 @@ or to disable zero page detection completely:
 
     ``migrate_set_parameter zero-page-detection none``
 
+Compression
++++++++++++
+
+.. toctree::
+   :maxdepth: 1
+
+   qpl-compression
+   uadk-compression
+   qatzip-compression
+
 Error handling
 --------------
 
-- 
2.35.3
Re: [PATCH 2/2] migration: Move compression docs under multifd
Posted by Peter Xu 8 months, 1 week ago
On Fri, Mar 07, 2025 at 10:42:03AM -0300, Fabiano Rosas wrote:
> The current migration compression documentation applies only to
> multifd. Now that we have a multifd section, move the compression
> documentation under it.
> 
> Signed-off-by: Fabiano Rosas <farosas@suse.de>

Reviewed-by: Peter Xu <peterx@redhat.com>

-- 
Peter Xu