deprecated.rst (8d309a3a97e2d3734b74b07f355f860a9f2e880e) | deprecated.rst (7b24d326348e1672e63e2e325c90c2bf7711e5f6) |
---|---|
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 --- 437 unchanged lines hidden (view full) --- 446both, older and future versions of QEMU. 447 448``blacklist`` config file option (since 7.2) 449'''''''''''''''''''''''''''''''''''''''''''' 450 451The ``blacklist`` config file option has been renamed to ``block-rpcs`` 452(to be in sync with the renaming of the corresponding command line 453option). | 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 --- 437 unchanged lines hidden (view full) --- 446both, older and future versions of QEMU. 447 448``blacklist`` config file option (since 7.2) 449'''''''''''''''''''''''''''''''''''''''''''' 450 451The ``blacklist`` config file option has been renamed to ``block-rpcs`` 452(to be in sync with the renaming of the corresponding command line 453option). |
454 455Migration 456--------- 457 458``skipped`` MigrationStats field (since 8.1) 459'''''''''''''''''''''''''''''''''''''''''''' 460 461``skipped`` field in Migration stats has been deprecated. It hasn't 462been used for more than 10 years. 463 |
|