@samitouri / QOSamiQemu / commits / 8108793f67

docs/about/removed-features: Replace 'since' -> 'removed in'

We use "deprecated since ..." and "removed in ...". Replace "since" by "removed in" for removed features. Fixes: 762c8554394 ("vfio: Remove 'vfio-platform'") Fixes: aeb1a50d4a7 ("vfio: Remove 'vfio-amd-xgbe' device") Fixes: e50a021a451 ("hw/arm: Remove ast2700a0-evb machine") Fixes: 4af2433a81b ("docs: Mention 32-bit PPC host as removed") Fixes: 8ebc416ac17 ("vfio: Remove 'vfio-calxeda-xgmac' device") Fixes: a80151c9da1 ("hw/sd/sdcard: Remove support for spec v1.10") Fixes: 269ffaabc84 ("buildsys: Remove support for 32-bit MIPS hosts") Fixes: fc37c122fff ("migration: Drop deprecated QMP migrate argument @detach") Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Cédric Le Goater <clg@redhat.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Message-Id: <20260323151934.92880-1-philmd@linaro.org>

Philippe Mathieu-Daudé committed Mar 23, 2026 at 16:05 UTC 8108793f6790cc32244ebdad5a7f6daa924a8105
1 file changed +16 -16
docs/about/removed-features.rst
+16 -16
@@ -782,8 +782,8 @@ without reporting any destination threads, or non-multifd source
782 threads). For debugging purpose, please use ``-name
783 $VM,debug-threads=on`` instead.
784
785 -``migrate`` argument ``detach`` (since 11.0)
786 -''''''''''''''''''''''''''''''''''''''''''''
785 +``migrate`` argument ``detach`` (removed in 11.0)
786 +''''''''''''''''''''''''''''''''''''''''''''''''''
787
788 This argument has always been ignored.
789
@@ -932,14 +932,14 @@ work around the atomicity issues in system mode by running all vCPUs
932 in a single thread context; in user mode atomicity was simply broken.
933 From 10.0, QEMU has disabled configuration of 64-bit guests on 32-bit hosts.
934
935 -32-bit MIPS (since 10.2)
936 -''''''''''''''''''''''''
935 +32-bit MIPS (removed in 10.2)
936 +'''''''''''''''''''''''''''''
937
938 Debian 12 "Bookworm" removed support for 32-bit MIPS, making it hard to
939 maintain our cross-compilation CI tests of the architecture.
940
941 -32-bit PPC (since 10.2)
942 -'''''''''''''''''''''''
941 +32-bit PPC (removed in 10.2)
942 +''''''''''''''''''''''''''''
943
944 The QEMU project no longer supports 32-bit host builds.
945
@@ -1172,8 +1172,8 @@ Mips ``mipssim`` machine (removed in 10.2)
1172 Linux dropped support for this virtual machine type in kernel v3.7, and
1173 there was also no binary available online to use with that board.
1174
1175 -Arm ``ast2700a0-evb`` machine (since 11.0)
1176 -''''''''''''''''''''''''''''''''''''''''''
1175 +Arm ``ast2700a0-evb`` machine (removed in 11.0)
1176 +'''''''''''''''''''''''''''''''''''''''''''''''
1177
1178 The ``ast2700a0-evb`` machine represents the first revision of the AST2700
1179 and serves as the initial engineering sample rather than a production version.
@@ -1290,8 +1290,8 @@ by using ``-machine graphics=off``.
1290
1291 The 'pvrdma' device and the whole RDMA subsystem have been removed.
1292
1293 -``-device sd-card,spec_version=1`` (since 10.2)
1294 -'''''''''''''''''''''''''''''''''''''''''''''''
1293 +``-device sd-card,spec_version=1`` (removed in 10.2)
1294 +''''''''''''''''''''''''''''''''''''''''''''''''''''
1295
1296 SD physical layer specification v2.00 supersedes the v1.10 one.
1297
@@ -1396,21 +1396,21 @@ device driver such as RBD.
1396 VFIO devices
1397 ------------
1398
1399 -``-device vfio-calxeda-xgmac`` (since 10.2)
1400 -'''''''''''''''''''''''''''''''''''''''''''
1399 +``-device vfio-calxeda-xgmac`` (removed in 10.2)
1400 +''''''''''''''''''''''''''''''''''''''''''''''''
1401 The vfio-calxeda-xgmac device allows to assign a host Calxeda Highbank
1402 10Gb XGMAC Ethernet controller device ("calxeda,hb-xgmac" compatibility
1403 string) to a guest. Calxeda HW has been ewasted now and there is no point
1404 keeping that device.
1405
1406 -``-device vfio-amd-xgbe`` (since 10.2)
1407 -''''''''''''''''''''''''''''''''''''''
1406 +``-device vfio-amd-xgbe`` (removed in 10.2)
1407 +'''''''''''''''''''''''''''''''''''''''''''
1408 The vfio-amd-xgbe device allows to assign a host AMD 10GbE controller
1409 to a guest ("amd,xgbe-seattle-v1a" compatibility string). AMD "Seattle"
1410 is not supported anymore and there is no point keeping that device.
1411
1412 -``-device vfio-platform`` (since 10.2)
1413 -''''''''''''''''''''''''''''''''''''''
1412 +``-device vfio-platform`` (removed in 10.2)
1413 +'''''''''''''''''''''''''''''''''''''''''''
1414 The vfio-platform device allows to assign a host platform device
1415 to a guest in a generic manner. Integrating a new device into
1416 the vfio-platform infrastructure requires some adaptation at