aboutsummaryrefslogtreecommitdiff
path: root/qemu-tech.texi
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-07-08 21:26:26 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-07-08 21:26:26 +0000
commit15a34c63642d8b70ad90bfbb2c2f823753e2dbf4 (patch)
tree5671f4e2e4fca60af65148b9b71673efe6625fbe /qemu-tech.texi
parent1bfe856eb2c9920e4fb107b1b44037b07b4c118f (diff)
doc update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@990 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-tech.texi')
-rw-r--r--qemu-tech.texi19
1 files changed, 3 insertions, 16 deletions
diff --git a/qemu-tech.texi b/qemu-tech.texi
index 659cd203ec..0df2a0b966 100644
--- a/qemu-tech.texi
+++ b/qemu-tech.texi
@@ -258,7 +258,7 @@ segment base.
@section Translation cache
-A 2MByte cache holds the most recently used translations. For
+A 16 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
@@ -489,19 +489,6 @@ This program tests various Linux system calls. It is used to verify
that the system call parameters are correctly converted between target
and host CPUs.
-@section @file{hello-i386}
-
-Very simple statically linked x86 program, just to test QEMU during a
-port to a new host CPU.
-
-@section @file{hello-arm}
-
-Very simple statically linked ARM program, just to test QEMU during a
-port to a new host CPU.
-
-@section @file{sha1}
-
-It is a simple benchmark. Care must be taken to interpret the results
-because it mostly tests the ability of the virtual CPU to optimize the
-@code{rol} x86 instruction and the condition code computations.
+@section @file{qruncom.c}
+Example of usage of @code{libqemu} to emulate a user mode i386 CPU.