[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 07/16] docs/about/deprecated: Deprecate 32-bit arm hosts for syste
From: |
Thomas Huth |
Subject: |
[PULL 07/16] docs/about/deprecated: Deprecate 32-bit arm hosts for system emulation |
Date: |
Mon, 6 Mar 2023 14:29:53 +0100 |
For running QEMU in system emulation mode, the user needs a rather
strong host system, i.e. not only an embedded low-frequency controller.
All recent beefy arm host machines should support 64-bit now, it's
unlikely that anybody is still seriously using QEMU on a 32-bit arm
CPU, so we deprecate the 32-bit arm hosts here to finally save use
some time and precious CI minutes.
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Wilfred Mallawa <wilfred.mallawa@wdc.com>
Message-Id: <20230306084658.29709-5-thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
docs/about/deprecated.rst | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/docs/about/deprecated.rst b/docs/about/deprecated.rst
index 1ca9dc33d6..7cf6e14614 100644
--- a/docs/about/deprecated.rst
+++ b/docs/about/deprecated.rst
@@ -206,6 +206,15 @@ be an effective use of its limited resources, and thus
intends to discontinue
it. Since all recent x86 hardware from the past >10 years is capable of the
64-bit x86 extensions, a corresponding 64-bit OS should be used instead.
+System emulation on 32-bit arm hosts (since 8.0)
+''''''''''''''''''''''''''''''''''''''''''''''''
+
+Since QEMU needs a strong host machine for running full system emulation, and
+all recent powerful arm hosts support 64-bit, the QEMU project deprecates the
+support for running any system emulation on 32-bit arm hosts in general. Use
+64-bit arm hosts for system emulation instead. (Note: "user" mode emulation
+continuous to be supported on 32-bit arm hosts, too)
+
QEMU API (QAPI) events
----------------------
--
2.31.1
- [PULL 00/16] Final tests, s390x and misc updates before the soft freeze, Thomas Huth, 2023/03/06
- [PULL 06/16] gitlab-ci.d/crossbuilds: Drop the i386 system emulation job, Thomas Huth, 2023/03/06
- [PULL 09/16] tests/qtest/readconfig: Rework test_object_rng_resp into a generic function, Thomas Huth, 2023/03/06
- [PULL 11/16] docs/config: Set the "kvm" accelerator via "[accel]" section, Thomas Huth, 2023/03/06
- [PULL 07/16] docs/about/deprecated: Deprecate 32-bit arm hosts for system emulation,
Thomas Huth <=
- [PULL 02/16] Hexagon (meson.build): define min bison version, Thomas Huth, 2023/03/06
- [PULL 01/16] docs/about/build-platforms: Refine the distro support policy, Thomas Huth, 2023/03/06
- [PULL 03/16] test: Check vnc enable before compiling vnc test, Thomas Huth, 2023/03/06
- [PULL 10/16] tests/qtest/readconfig: Test docs/config/ich9-ehci-uhci.cfg, Thomas Huth, 2023/03/06
- [PULL 12/16] tests/qtest/readconfig-test: Allow testing for arbitrary memory sizes, Thomas Huth, 2023/03/06
- [PULL 13/16] tests/qtest: Move mkimg() and have_qemu_img() from libqos to libqtest, Thomas Huth, 2023/03/06
- [PULL 08/16] gitlab-ci.d/crossbuilds: Drop the 32-bit arm system emulation jobs, Thomas Huth, 2023/03/06
- [PULL 05/16] docs/about/deprecated: Deprecate 32-bit x86 hosts for system emulation, Thomas Huth, 2023/03/06
- [PULL 14/16] tests/qtest/readconfig: Test docs/config/q35-emulated.cfg, Thomas Huth, 2023/03/06
- [PULL 16/16] pc-bios/s390-ccw: Update s390-ccw.img with the list-directed IPL fix, Thomas Huth, 2023/03/06