diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-01-23 19:01:12 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-01-23 19:01:12 +0000 |
commit | 40a2e657a5e055f3962639dd9bdec788aaf415c5 (patch) | |
tree | f77b32f9c468e652b771a3358be3c8c807310121 /qemu-doc.texi | |
parent | c304f7e23db91e7add1e72d8e11b839937ac39a0 (diff) |
Add option to disable TB cache, by Herve Poussineau.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3930 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index 4b9ea606db..a18d3d0b0d 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -363,6 +363,17 @@ Set the initial date of the real time clock. Valid format for @var{date} are: @code{now} or @code{2006-06-17T16:01:21} or @code{2006-06-17}. The default value is @code{now}. +@item -translation @var{setting1[,...]} +Select dynamic translation options @var{setting}, @code{-translation ?} +shows a list of settings. Valid settings are: + +@table @code +@item @var{no-cache} +This option disables caching of translated code. Is useful for low-level +debugging of the emulated environment. This option incurs a massive +slow-down in emulation speed. +@end table + @item -pidfile @var{file} Store the QEMU process PID in @var{file}. It is useful if you launch QEMU from a script. |