diff options
Diffstat (limited to 'tcg/tci/README')
-rw-r--r-- | tcg/tci/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcg/tci/README b/tcg/tci/README index 6ac1ac99d6..dc57f076b5 100644 --- a/tcg/tci/README +++ b/tcg/tci/README @@ -52,7 +52,7 @@ The only difference from running QEMU with TCI to running without TCI should be speed. Especially during development of TCI, it was very useful to compare runs with and without TCI. Create /tmp/qemu.log by - qemu-system-i386 -d in_asm,op_opt,cpu -singlestep + qemu-system-i386 -d in_asm,op_opt,cpu -D /tmp/qemu.log -singlestep once with interpreter and once without interpreter and compare the resulting qemu.log files. This is also useful to see the effects of additional |