From: Philippe Mathieu-Daudé Date: Mon, 17 Nov 2025 15:34:34 +0000 (+0100) Subject: docs: Mention 32-bit PPC host as removed X-Git-Tag: v10.2.0-rc1~4^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4af2433a81bd057161371413348790969500bd4b;p=thirdparty%2Fqemu.git docs: Mention 32-bit PPC host as removed We removed support for 32-bit PPC hosts in commit 5c1ec5a1ee0 ("tcg/ppc: Remove support for 32-bit hosts"). Signed-off-by: Philippe Mathieu-Daudé Acked-by: Harsh Prateek Bora Reviewed-by: Richard Henderson Message-Id: <20251117171236.80472-3-philmd@linaro.org> --- diff --git a/docs/about/removed-features.rst b/docs/about/removed-features.rst index a72df26dd2..422b9c98d3 100644 --- a/docs/about/removed-features.rst +++ b/docs/about/removed-features.rst @@ -902,6 +902,11 @@ From 10.0, QEMU has disabled configuration of 64-bit guests on 32-bit hosts. Debian 12 "Bookworm" removed support for 32-bit MIPS, making it hard to maintain our cross-compilation CI tests of the architecture. +32-bit PPC (since 10.2) +''''''''''''''''''''''' + +The QEMU project no longer supports 32-bit host builds. + Guest Emulator ISAs -------------------