diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2025-01-27 16:22:24 -0800 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2025-02-08 12:41:40 -0800 |
commit | 6d701c9bac1d3571e9ad511e01b27df7237f0b13 (patch) | |
tree | 9df0ce87a223e4fa515ad49076215715a56dacb3 /docs | |
parent | acce728cbc6c154b215dfc8d05c12d8fcc2483d5 (diff) | |
download | qemu-6d701c9bac1d3571e9ad511e01b27df7237f0b13.zip qemu-6d701c9bac1d3571e9ad511e01b27df7237f0b13.tar.gz qemu-6d701c9bac1d3571e9ad511e01b27df7237f0b13.tar.bz2 |
meson: Deprecate 32-bit host support
We deprecated i686 system mode support for qemu 8.0. However, to
make real cleanups to TCG we need to deprecate all 32-bit hosts.
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/about/deprecated.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/about/deprecated.rst b/docs/about/deprecated.rst index 4a3c302..7c61d0b 100644 --- a/docs/about/deprecated.rst +++ b/docs/about/deprecated.rst @@ -204,6 +204,13 @@ is going to be so much slower it wouldn't make sense for any serious instrumentation. Due to implementation differences there will also be anomalies in things like memory instrumentation. +32-bit host operating systems (since 10.0) +'''''''''''''''''''''''''''''''''''''''''' + +Keeping 32-bit host support alive is a substantial burden for the +QEMU project. Thus QEMU will in future drop the support for all +32-bit host systems. + System emulator CPUs -------------------- |