diff options
author | Thomas Huth <thuth@redhat.com> | 2024-01-17 15:10:54 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2024-02-05 14:21:21 +0100 |
commit | 6a41a621715976237bdf24499b617592a24fefb2 (patch) | |
tree | 1de221c82e5287ac16861f198b1f96d52d7de49e /docs/about | |
parent | 5bfb75f15297a91161f720f997792dd9abc05dea (diff) | |
download | qemu-6a41a621715976237bdf24499b617592a24fefb2.zip qemu-6a41a621715976237bdf24499b617592a24fefb2.tar.gz qemu-6a41a621715976237bdf24499b617592a24fefb2.tar.bz2 |
docs/about: Deprecate the old "power5+" and "power7+" CPU names
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>
Diffstat (limited to 'docs/about')
-rw-r--r-- | docs/about/deprecated.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/about/deprecated.rst b/docs/about/deprecated.rst index d4492b9..c7b95e6 100644 --- a/docs/about/deprecated.rst +++ b/docs/about/deprecated.rst @@ -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 ------------------------ |