diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2025-02-02 18:03:51 -0800 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2025-02-18 07:33:42 -0800 |
commit | f441b4d19b289f55a378b8d033994f45a333b581 (patch) | |
tree | 821a4af3522662ac19172a9eff170b8e245d210b /docs/devel | |
parent | 3a3b282879e83efdee1cb752e75351725e07e90a (diff) | |
download | qemu-f441b4d19b289f55a378b8d033994f45a333b581.zip qemu-f441b4d19b289f55a378b8d033994f45a333b581.tar.gz qemu-f441b4d19b289f55a378b8d033994f45a333b581.tar.bz2 |
tcg: Remove TCG_OVERSIZED_GUEST
This is now prohibited in configuration.
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'docs/devel')
-rw-r--r-- | docs/devel/multi-thread-tcg.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/devel/multi-thread-tcg.rst b/docs/devel/multi-thread-tcg.rst index 7fd0a07..b0f4739 100644 --- a/docs/devel/multi-thread-tcg.rst +++ b/docs/devel/multi-thread-tcg.rst @@ -37,7 +37,6 @@ if: * forced by --accel tcg,thread=single * enabling --icount mode -* 64 bit guests on 32 bit hosts (TCG_OVERSIZED_GUEST) In the general case of running translated code there should be no inter-vCPU dependencies and all vCPUs should be able to run at full |