summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2021-01-25 15:45:28 +0100
committerPaolo Bonzini2021-02-08 14:43:55 +0100
commite9a16e3846d7962a12a9af17163311bc17262ec6 (patch)
tree4b2db6ce76751b424b0c1364532e5846c78f9ebb /configure
parenttarget/i86: implement PKS (diff)
downloadqemu-e9a16e3846d7962a12a9af17163311bc17262ec6.tar.gz
qemu-e9a16e3846d7962a12a9af17163311bc17262ec6.tar.xz
qemu-e9a16e3846d7962a12a9af17163311bc17262ec6.zip
configure: Improve TCI feature description
Users might want to enable all features, without realizing some features have negative effect. Mention the TCI feature is slow and experimental, hoping it will be selected knowingly. Suggested-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Message-Id: <20210125144530.2837481-3-philmd@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a34f91171d..ca2cf50773 100755
--- a/configure
+++ b/configure
@@ -1764,7 +1764,7 @@ Advanced options (experts only):
--with-trace-file=NAME Full PATH,NAME of file to store traces
Default:trace-<pid>
--disable-slirp disable SLIRP userspace network connectivity
- --enable-tcg-interpreter enable TCG with bytecode interpreter (TCI)
+ --enable-tcg-interpreter enable TCI (TCG with bytecode interpreter, experimental and slow)
--enable-malloc-trim enable libc malloc_trim() for memory optimization
--oss-lib path to OSS library
--cpu=CPU Build for host CPU [$cpu]