[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 01/39] migration/doc: Add contents
From: |
Juan Quintela |
Subject: |
[PULL 01/39] migration/doc: Add contents |
Date: |
Tue, 24 Oct 2023 15:12:27 +0200 |
Reviewed-by: Fabiano Rosas <farosas@suse.de>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Message-ID: <20231018112827.1325-2-quintela@redhat.com>
---
docs/devel/migration.rst | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/devel/migration.rst b/docs/devel/migration.rst
index c3e1400c0c..4d6a98ae58 100644
--- a/docs/devel/migration.rst
+++ b/docs/devel/migration.rst
@@ -28,6 +28,8 @@ the guest to be stopped. Typically the time that the guest is
unresponsive during live migration is the low hundred of milliseconds
(notice that this depends on a lot of things).
+.. contents::
+
Transports
==========
--
2.41.0
- [PULL 00/39] Migration 20231024 patches, Juan Quintela, 2023/10/24
- [PULL 01/39] migration/doc: Add contents,
Juan Quintela <=
- [PULL 02/39] migration/doc: Add documentation for backwards compatiblity, Juan Quintela, 2023/10/24
- [PULL 03/39] migration/doc: How to migrate when hosts have different features, Juan Quintela, 2023/10/24
- [PULL 05/39] migration: Receiving a zero page non zero is an error, Juan Quintela, 2023/10/24
- [PULL 04/39] migration/doc: We broke backwards compatibility, Juan Quintela, 2023/10/24
- [PULL 06/39] migration: Rename ram_handle_compressed() to ram_handle_zero(), Juan Quintela, 2023/10/24
- [PULL 08/39] migration: Give one error if trying to set COMPRESSION and XBZRLE, Juan Quintela, 2023/10/24
- [PULL 09/39] migration: Remove save_page_use_compression(), Juan Quintela, 2023/10/24
- [PULL 12/39] migration: Move busy++ to migrate_with_multithread, Juan Quintela, 2023/10/24
- [PULL 10/39] migration: Make compress_data_with_multithreads return bool, Juan Quintela, 2023/10/24
- [PULL 13/39] migration: Create compress_update_rates(), Juan Quintela, 2023/10/24