diff options
author | Juan Quintela <quintela@redhat.com> | 2023-10-18 13:28:24 +0200 |
---|---|---|
committer | Juan Quintela <quintela@redhat.com> | 2023-10-30 17:41:55 +0100 |
commit | d8a0f05478e9474dee4df3fe9ce402beab7c12be (patch) | |
tree | d8ec15a99e04dc39dd890841f6b605a3db304681 /docs | |
parent | fd9a38fd437c4c31705071c240f4be11394ca1f8 (diff) | |
download | qemu-d8a0f05478e9474dee4df3fe9ce402beab7c12be.zip qemu-d8a0f05478e9474dee4df3fe9ce402beab7c12be.tar.gz qemu-d8a0f05478e9474dee4df3fe9ce402beab7c12be.tar.bz2 |
migration/doc: Add contents
Reviewed-by: Fabiano Rosas <farosas@suse.de>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Message-ID: <20231018112827.1325-2-quintela@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/devel/migration.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/devel/migration.rst b/docs/devel/migration.rst index c3e1400..4d6a98a 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 ========== |