From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:37056) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNlNe-0002f0-EB for qemu-devel@nongnu.org; Tue, 08 Nov 2011 08:06:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RNlNY-0004oz-G5 for qemu-devel@nongnu.org; Tue, 08 Nov 2011 08:06:22 -0500 Received: from csmailer.cs.nctu.edu.tw ([140.113.235.130]:37736) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNlNY-0004om-3f for qemu-devel@nongnu.org; Tue, 08 Nov 2011 08:06:16 -0500 From: =?UTF-8?q?Chen=20Wei-Ren=20=28=E9=99=B3=E9=9F=8B=E4=BB=BB=29?= Date: Tue, 8 Nov 2011 21:06:14 +0800 Message-Id: <1320757574-19202-1-git-send-email-chenwj@iis.sinica.edu.tw> Subject: [Qemu-devel] [PATCH 3/6] qemu-tech.texi: Remove libqemu related stuff from the document List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Chen Wei-Ren From: Chen Wei-Ren Remove libqemu related stuff from the document since libqemu.a is not supported anymore. Signed-off-by: Chen Wei-Ren --- qemu-tech.texi | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/qemu-tech.texi b/qemu-tech.texi index 397b070..f307eff 100644 --- a/qemu-tech.texi +++ b/qemu-tech.texi @@ -96,10 +96,6 @@ Alpha and S390 hosts, but TCG (see below) doesn't support those yet. @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 Floating point library supporting both full software emulation and native host FPU instructions. @@ -711,11 +707,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. -@node qruncom.c -@section @file{qruncom.c} - -Example of usage of @code{libqemu} to emulate a user mode i386 CPU. - @node Index @chapter Index @printindex cp -- 1.7.3.4