From: Thomas Huth Date: Fri, 19 Apr 2024 08:48:12 +0000 (+0200) Subject: docs/about: Deprecate the old "UltraSparc" CPU names that contain a "+" X-Git-Tag: v9.1.0-rc0~117^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=029171b5d62fe11a0dce52f64efb356f7fea144d;p=thirdparty%2Fqemu.git docs/about: Deprecate the old "UltraSparc" CPU names that contain a "+" For consistency we should drop the names with a "+" in it in the long run. Reviewed-by: Mark Cave-Ayland Signed-off-by: Thomas Huth Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Richard Henderson Message-Id: <20240419084812.504779-5-thuth@redhat.com> Signed-off-by: Mark Cave-Ayland --- diff --git a/docs/about/deprecated.rst b/docs/about/deprecated.rst index 7b8aafa15bf..03f8b1b655e 100644 --- a/docs/about/deprecated.rst +++ b/docs/about/deprecated.rst @@ -194,6 +194,15 @@ in the QEMU object model anymore. ``power5+``, ``power5+_v2.1``, an alias, but for consistency these will get removed in a future release, too. Use ``power5p_v2.1`` and ``power7p_v2.1`` instead. +``Sun-UltraSparc-IIIi+`` and ``Sun-UltraSparc-IV+`` CPU names (since 9.1) +''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' + +The character "+" in device (and thus also CPU) names is not allowed +in the QEMU object model anymore. ``Sun-UltraSparc-IIIi+`` and +``Sun-UltraSparc-IV+`` are currently still supported via a workaround, +but for consistency these will get removed in a future release, too. +Use ``Sun-UltraSparc-IIIi-plus`` and ``Sun-UltraSparc-IV-plus`` instead. + CRIS CPU architecture (since 9.0) '''''''''''''''''''''''''''''''''