diff options
author | Peter Xu <peterx@redhat.com> | 2024-01-09 14:46:28 +0800 |
---|---|---|
committer | Peter Xu <peterx@redhat.com> | 2024-01-16 11:16:10 +0800 |
commit | eb9f6daae49c06bb91e9660908587cc55265e43a (patch) | |
tree | 1246732ed56ab7e2948e5e67b1eaca1c15d84606 /docs/devel/migration | |
parent | 66fd3b1a7ab02f7d8c84f92eba23e3ddc955204d (diff) |
docs/migration: Further move virtio to be feature of migration
Move it one layer down, so taking Virtio-migration as a feature for
migration.
Cc: "Michael S. Tsirkin" <mst@redhat.com>
Cc: Jason Wang <jasowang@redhat.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Link: https://lore.kernel.org/r/20240109064628.595453-11-peterx@redhat.com
Signed-off-by: Peter Xu <peterx@redhat.com>
Diffstat (limited to 'docs/devel/migration')
-rw-r--r-- | docs/devel/migration/features.rst | 1 | ||||
-rw-r--r-- | docs/devel/migration/index.rst | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/devel/migration/features.rst b/docs/devel/migration/features.rst index dea016f707..a9acaf618e 100644 --- a/docs/devel/migration/features.rst +++ b/docs/devel/migration/features.rst @@ -9,3 +9,4 @@ Migration has plenty of features to support different use cases. postcopy dirty-limit vfio + virtio diff --git a/docs/devel/migration/index.rst b/docs/devel/migration/index.rst index b1357309e1..2aa294d631 100644 --- a/docs/devel/migration/index.rst +++ b/docs/devel/migration/index.rst @@ -10,5 +10,4 @@ QEMU live migration works. main features compatibility - virtio best-practices |