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