From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:46533) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RQIQA-0000Q7-Hv for qemu-devel@nongnu.org; Tue, 15 Nov 2011 07:47:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RQIQ2-0000cC-St for qemu-devel@nongnu.org; Tue, 15 Nov 2011 07:47:26 -0500 Received: from csmailer.cs.nctu.edu.tw ([140.113.235.130]:16847) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RQIQ1-0000bb-Qv for qemu-devel@nongnu.org; Tue, 15 Nov 2011 07:47:18 -0500 From: =?UTF-8?q?Chen=20Wei-Ren=20=28=E9=99=B3=E9=9F=8B=E4=BB=BB=29?= Date: Tue, 15 Nov 2011 20:47:09 +0800 Message-Id: <1321361232-38664-4-git-send-email-chenwj@iis.sinica.edu.tw> In-Reply-To: <1321361232-38664-1-git-send-email-chenwj@iis.sinica.edu.tw> References: <1321361232-38664-1-git-send-email-chenwj@iis.sinica.edu.tw> Subject: [Qemu-devel] [PATCH v3 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 | 10 ---------- 1 files changed, 0 insertions(+), 10 deletions(-) diff --git a/qemu-tech.texi b/qemu-tech.texi index 62afe45..5676fb7 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. @@ -685,7 +681,6 @@ are available. They are used for regression testing. @menu * test-i386:: * linux-test:: -* qruncom.c:: @end menu @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 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