Commit 861f93e3f3 for qemu.org
commit 861f93e3f31712ce90e64e7443f1fd27af1c36da
Author: Mohamed Mediouni <mohamed@unpredictable.fr>
Date: Wed Mar 11 11:26:24 2026 +0100
docs: remove 64-bit only mentions for accelerators
QEMU itself no longer supports 32-bit systems.
Signed-off-by: Mohamed Mediouni <mohamed@unpredictable.fr>
Link: https://lore.kernel.org/r/20260311102626.46546-2-mohamed@unpredictable.fr
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
diff --git a/docs/about/build-platforms.rst b/docs/about/build-platforms.rst
index e95784cdb5..ae138ff0e0 100644
--- a/docs/about/build-platforms.rst
+++ b/docs/about/build-platforms.rst
@@ -43,7 +43,7 @@ Those hosts are officially supported, with various accelerators:
* - CPU Architecture
- Accelerators
* - Arm
- - hvf (64 bit only), kvm (64 bit only), tcg, xen
+ - hvf, kvm, tcg, xen
* - PPC
- kvm, tcg
* - RISC-V
@@ -53,7 +53,7 @@ Those hosts are officially supported, with various accelerators:
* - SPARC
- tcg
* - x86
- - hvf (64 bit only), mshv (64 bit only), kvm, nvmm, tcg, whpx (64 bit only), xen
+ - hvf, mshv, kvm, nvmm, tcg, whpx, xen
Other host architectures are not supported. It is possible to build QEMU system
emulation on an unsupported host architecture using the configure
diff --git a/docs/system/introduction.rst b/docs/system/introduction.rst
index 9c57523b6c..2dfa371e0f 100644
--- a/docs/system/introduction.rst
+++ b/docs/system/introduction.rst
@@ -19,7 +19,7 @@ Tiny Code Generator (TCG) capable of emulating many CPUs.
- Host Architectures
* - KVM
- Linux
- - Arm (64 bit only), MIPS, PPC, RISC-V, s390x, x86
+ - Arm, MIPS, PPC, RISC-V, s390x, x86
* - Xen
- Linux (as dom0)
- Arm, x86
@@ -28,7 +28,7 @@ Tiny Code Generator (TCG) capable of emulating many CPUs.
- x86
* - Hypervisor Framework (hvf)
- MacOS
- - x86 (64 bit only), Arm (64 bit only)
+ - x86, Arm
* - Windows Hypervisor Platform (whpx)
- Windows
- x86