deprecated.rst (8846b5bf) deprecated.rst (66db46ca)
1.. _Deprecated features:
2
3Deprecated features
4===================
5
6In general features are intended to be supported indefinitely once
7introduced into QEMU. In the event that a feature needs to be removed,
8it will be listed in this section. The feature will remain functional for the

--- 472 unchanged lines hidden (view full) ---

481``blk`` migrate command option (since 8.2)
482''''''''''''''''''''''''''''''''''''''''''
483
484Use blockdev-mirror with NBD instead.
485
486As an intermediate step the ``blk`` functionality can be achieved by
487setting the ``block`` migration capability to ``true``. But this
488capability is also deprecated.
1.. _Deprecated features:
2
3Deprecated features
4===================
5
6In general features are intended to be supported indefinitely once
7introduced into QEMU. In the event that a feature needs to be removed,
8it will be listed in this section. The feature will remain functional for the

--- 472 unchanged lines hidden (view full) ---

481``blk`` migrate command option (since 8.2)
482''''''''''''''''''''''''''''''''''''''''''
483
484Use blockdev-mirror with NBD instead.
485
486As an intermediate step the ``blk`` functionality can be achieved by
487setting the ``block`` migration capability to ``true``. But this
488capability is also deprecated.
489
490block migration (since 8.2)
491'''''''''''''''''''''''''''
492
493Block migration is too inflexible. It needs to migrate all block
494devices or none.
495
496Please see "QMP invocation for live storage migration with
497``blockdev-mirror`` + NBD" in docs/interop/live-block-operations.rst
498for a detailed explanation.