Lines Matching +full:native +full:- +full:mode
1 TCG Interpreter (TCI) - Copyright (c) 2011 Stefan Weil.
12 QEMU can create native code for some hosts (arm, i386, ia64, ppc, ppc64,
24 tcg-target.c.inc, tcg-target.h. Both files are in directory tcg/tci.
30 to six arguments packed into a 32-bit integer. See comments in tci.c
35 For hosts without native TCG, the interpreter TCI must be enabled by
37 configure --enable-tcg-interpreter
39 If configure is called without --enable-tcg-interpreter, it will
41 additional code in configure which must be fixed when new native TCG
44 For hosts with native TCG, the interpreter TCI can be enabled by
46 configure --enable-tcg-interpreter
52 qemu-system-i386 -d in_asm,op_opt,cpu -D /tmp/qemu.log -accel tcg,one-insn-per-tb=on
57 It can also be used to verify native TCGs.
59 Hosts with native TCG can also enable TCI by claiming to be unsupported:
61 configure --cpu=unknown --enable-tcg-interpreter
63 configure then no longer uses the native linker script (*.ld) for
64 user mode emulation.
74 ------------+------------------------------------------------------------
95 Linux user mode emulation
99 u1 = linux-user-test works
104 running i386 and x86_64 system emulation and Linux user mode.
111 i386-linux-user/qemu-i386 can run a simple hello-world program
118 * It might be useful to have a runtime option which selects the native TCG