From 15a34c63642d8b70ad90bfbb2c2f823753e2dbf4 Mon Sep 17 00:00:00 2001 From: bellard Date: Thu, 8 Jul 2004 21:26:26 +0000 Subject: doc update git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@990 c046a42c-6fe2-441c-8c8c-71466251a162 --- qemu-tech.texi | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) (limited to 'qemu-tech.texi') 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. -- cgit v1.2.3-55-g7522