sim-card
/
qemu
Archived
10
0
Fork 0

qemu-tech.texi: Remove libqemu related stuff from the document

Remove libqemu related stuff from the document since libqemu.a is not supported
anymore.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Chen Wei-Ren <chenwj@iis.sinica.edu.tw>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
Chen Wei-Ren 2011-11-15 20:47:09 +08:00 committed by Stefan Hajnoczi
parent e4aeadcb56
commit cc588764f4
1 changed files with 0 additions and 10 deletions

View File

@ -96,10 +96,6 @@ Alpha and S390 hosts, but TCG (see below) doesn't support those yet.
@item Precise exceptions support. @item Precise exceptions support.
@item The virtual CPU is a library (@code{libqemu}) which can be used
in other projects (look at @file{qemu/tests/qruncom.c} to have an
example of user mode @code{libqemu} usage).
@item @item
Floating point library supporting both full software emulation and Floating point library supporting both full software emulation and
native host FPU instructions. native host FPU instructions.
@ -685,7 +681,6 @@ are available. They are used for regression testing.
@menu @menu
* test-i386:: * test-i386::
* linux-test:: * linux-test::
* qruncom.c::
@end menu @end menu
@node test-i386 @node test-i386
@ -711,11 +706,6 @@ This program tests various Linux system calls. It is used to verify
that the system call parameters are correctly converted between target that the system call parameters are correctly converted between target
and host CPUs. and host CPUs.
@node qruncom.c
@section @file{qruncom.c}
Example of usage of @code{libqemu} to emulate a user mode i386 CPU.
@node Index @node Index
@chapter Index @chapter Index
@printindex cp @printindex cp