doc update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@990 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/qemu-tech.texi b/qemu-tech.texi
index 659cd20..0df2a0b 100644
--- a/qemu-tech.texi
+++ b/qemu-tech.texi
@@ -258,7 +258,7 @@
@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 @@
that the system call parameters are correctly converted between target
and host CPUs.
-@section @file{hello-i386}
+@section @file{qruncom.c}
-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.
-
+Example of usage of @code{libqemu} to emulate a user mode i386 CPU.