docs/about: Deprecate the old "power5+" and "power7+" CPU names
authorThomas Huth <thuth@redhat.com>
Wed, 17 Jan 2024 14:10:54 +0000 (15:10 +0100)
committerThomas Huth <thuth@redhat.com>
Mon, 5 Feb 2024 13:21:21 +0000 (14:21 +0100)
For consistency we should drop the names with a "+" in it in the
long run.

Message-ID: <20240117141054.73841-3-thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Harsh Prateek Bora <harshpb@linux.ibm.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
docs/about/deprecated.rst

index d4492b94604d181032953d226558d3ffa07b9fad..c7b95e6068e509800b792811326e16530f89af56 100644 (file)
@@ -183,6 +183,15 @@ Nios II CPU (since 8.2)
 The Nios II architecture is orphan. The ``nios2`` guest CPU support is
 deprecated and will be removed in a future version of QEMU.
 
+``power5+`` and ``power7+`` CPU names (since 9.0)
+'''''''''''''''''''''''''''''''''''''''''''''''''
+
+The character "+" in device (and thus also CPU) names is not allowed
+in the QEMU object model anymore. ``power5+``, ``power5+_v2.1``,
+``power7+`` and ``power7+_v2.1`` are currently still supported via
+an alias, but for consistency these will get removed in a future
+release, too. Use ``power5p_v2.1`` and ``power7p_v2.1`` instead.
+
 
 System emulator machines
 ------------------------