mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
tcg: Remove TCI experimental status
The following commits (released in v6.0.0) made raised the quality of the TCI backend to the other TCG architectures, thus is is not considerated experimental anymore: - c6fbea47664..2f74f45e32b - dc09f047edd..9e9acb7b348 - b6139eb0578..2fc6f16ca5e - dbcbda2cd84..5e8892db93f Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20211106111457.517546-1-f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
225bec0c0e
commit
f1f727ac8a
4 changed files with 10 additions and 9 deletions
|
@ -54,10 +54,12 @@ Those hosts are officially supported, with various accelerators:
|
|||
* - x86
|
||||
- hax, hvf (64 bit only), kvm, nvmm, tcg, whpx (64 bit only), xen
|
||||
|
||||
Other host architectures are not supported. It is possible to build QEMU on an
|
||||
unsupported host architecture using the configure ``--enable-tcg-interpreter``
|
||||
option to enable the experimental TCI support, but note that this is very slow
|
||||
and is not recommended.
|
||||
Other host architectures are not supported. It is possible to build QEMU system
|
||||
emulation on an unsupported host architecture using the configure
|
||||
``--enable-tcg-interpreter`` option to enable the TCI support, but note that
|
||||
this is very slow and is not recommended for normal use. QEMU user emulation
|
||||
requires host-specific support for signal handling, therefore TCI won't help
|
||||
on unsupported host architectures.
|
||||
|
||||
Non-supported architectures may be removed in the future following the
|
||||
:ref:`deprecation process<Deprecated features>`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue