[PATCH 10/10] docs/migration: Further move virtio to be feature of migration

peterx@redhat.com posted 10 patches 10 months, 3 weeks ago
[PATCH 10/10] docs/migration: Further move virtio to be feature of migration
Posted by peterx@redhat.com 10 months, 3 weeks ago
From: Peter Xu <peterx@redhat.com>

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>
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 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 2479e8ecb7..7b7a706e35 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-practises
-- 
2.41.0
Re: [PATCH 10/10] docs/migration: Further move virtio to be feature of migration
Posted by Cédric Le Goater 10 months, 3 weeks ago
On 1/9/24 07:46, peterx@redhat.com wrote:
> From: Peter Xu <peterx@redhat.com>
> 
> 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>
> Signed-off-by: Peter Xu <peterx@redhat.com>


Reviewed-by: Cédric Le Goater <clg@redhat.com>

Thanks,

C.



> ---
>   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 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 2479e8ecb7..7b7a706e35 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-practises