[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 09/10] docs/migration: Further move vfio to be feature of migrati
|
From: |
peterx |
|
Subject: |
[PATCH 09/10] docs/migration: Further move vfio to be feature of migration |
|
Date: |
Tue, 9 Jan 2024 14:46:27 +0800 |
From: Peter Xu <peterx@redhat.com>
Move it one layer down, so taking VFIO-migration as a feature for
migration.
Cc: Alex Williamson <alex.williamson@redhat.com>
Cc: Cédric Le Goater <clg@redhat.com>
Signed-off-by: Peter Xu <peterx@redhat.com>
---
docs/devel/migration/features.rst | 1 +
docs/devel/migration/index.rst | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/devel/migration/features.rst
b/docs/devel/migration/features.rst
index e257d0d100..dea016f707 100644
--- a/docs/devel/migration/features.rst
+++ b/docs/devel/migration/features.rst
@@ -8,3 +8,4 @@ Migration has plenty of features to support different use cases.
postcopy
dirty-limit
+ vfio
diff --git a/docs/devel/migration/index.rst b/docs/devel/migration/index.rst
index 7cf62541b9..2479e8ecb7 100644
--- a/docs/devel/migration/index.rst
+++ b/docs/devel/migration/index.rst
@@ -10,6 +10,5 @@ QEMU live migration works.
main
features
compatibility
- vfio
virtio
best-practises
--
2.41.0
- [PATCH 05/10] docs/migration: Split "Debugging" and "Firmware", (continued)
- [PATCH 05/10] docs/migration: Split "Debugging" and "Firmware", peterx, 2024/01/09
- [PATCH 04/10] docs/migration: Split "Backwards compatibility" separately, peterx, 2024/01/09
- [PATCH 06/10] docs/migration: Split "Postcopy", peterx, 2024/01/09
- [PATCH 07/10] docs/migration: Split "dirty limit", peterx, 2024/01/09
- [PATCH 09/10] docs/migration: Further move vfio to be feature of migration,
peterx <=
- [PATCH 08/10] docs/migration: Organize "Postcopy" page, peterx, 2024/01/09
- [PATCH 10/10] docs/migration: Further move virtio to be feature of migration, peterx, 2024/01/09
- Re: [PATCH 00/10] docs/migration: Reorganize migration documentations, Peter Xu, 2024/01/09