summary refs log tree commit diff stats
path: root/docs/about
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2025-07-02 13:30:51 +0200
committerPeter Maydell <peter.maydell@linaro.org>2025-07-04 13:39:30 +0100
commit9526b9b620c78a1336bca1b55a562fad23208392 (patch)
tree6cac9d072f71192ad7cf4a80ffb4ecf795604446 /docs/about
parentc77283dd5d79149f4e7e9edd00f65416c648ee59 (diff)
downloadfocaccia-qemu-9526b9b620c78a1336bca1b55a562fad23208392.tar.gz
focaccia-qemu-9526b9b620c78a1336bca1b55a562fad23208392.zip
hw/arm/highbank: Mark the "highbank" and the "midway" machine as deprecated
We don't have any automatic regression tests for these machines and
when asking the usual suspects on the mailing list we came to the
conclusion that nobody tests these machines manually, too, so it seems
like this is currently just completely unused code. Mark them as depre-
cated to see whether anybody still speaks up during the deprecation
period, otherwise we can likely remove these two machines in a couple
of releases.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Message-id: 20250702113051.46483-1-thuth@redhat.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
[PMM: tweaked deprecation.rst text]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'docs/about')
-rw-r--r--docs/about/deprecated.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/about/deprecated.rst b/docs/about/deprecated.rst
index 42037131de..b24c278f70 100644
--- a/docs/about/deprecated.rst
+++ b/docs/about/deprecated.rst
@@ -344,6 +344,13 @@ they want to use and avoids confusion.  Existing users of the ``spike``
 machine must ensure that they're setting the ``spike`` machine in the
 command line (``-M spike``).
 
+Arm ``highbank`` and ``midway`` machines (since 10.1)
+'''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+There are no known users left for these machines (if you still use it,
+please write a mail to the qemu-devel mailing list). If you just want to
+boot a Cortex-A15 or Cortex-A9 Linux, use the ``virt`` machine instead.
+
 
 System emulator binaries
 ------------------------