diff options
author | 陳韋任 <chenwj@iis.sinica.edu.tw> | 2011-11-05 01:14:44 +0800 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | 2011-11-10 09:41:40 +0000 |
commit | 27c8efcb5d0dcd0e3232c396a0280a10c78e89a1 (patch) | |
tree | 801a7902588cb1d4d83f4c205afab0e1ef150a77 /qemu-tech.texi | |
parent | 4f61927a41a098d06e642ffdea5fc285dc3a0e6b (diff) |
qemu-tech.texi: Update default code cache size
Update the document since the default code cache size is 32 MB now.
Signed-off-by: chenwj <chenwj@cs.nctu.edu.tw>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'qemu-tech.texi')
-rw-r--r-- | qemu-tech.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-tech.texi b/qemu-tech.texi index 397b070842..62afe45dc2 100644 --- a/qemu-tech.texi +++ b/qemu-tech.texi @@ -435,7 +435,7 @@ generate an addition for the segment base. @node Translation cache @section Translation cache -A 16 MByte cache holds the most recently used translations. For +A 32 MByte cache holds the most recently used translations. For simplicity, it is completely flushed when it is full. A translation unit contains just a single basic block (a block of x86 instructions terminated by a jump or by a virtual CPU state change which the |