From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=51038 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PbGbB-0003al-BW for qemu-devel@nongnu.org; Fri, 07 Jan 2011 12:59:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PbGb1-0003eR-Kq for qemu-devel@nongnu.org; Fri, 07 Jan 2011 12:59:37 -0500 Received: from moutng.kundenserver.de ([212.227.126.186]:59789) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PbGb1-0003bn-AM for qemu-devel@nongnu.org; Fri, 07 Jan 2011 12:59:27 -0500 From: Stefan Weil Date: Fri, 7 Jan 2011 18:59:14 +0100 Message-Id: <1294423156-26785-2-git-send-email-weil@mail.berlios.de> In-Reply-To: <1294423156-26785-1-git-send-email-weil@mail.berlios.de> References: <1294423156-26785-1-git-send-email-weil@mail.berlios.de> Subject: [Qemu-devel] [PATCH 2/4] qemu-doc: Add missing menu entry List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers Each @section should have a menu entry and a @node entry. Signed-off-by: Stefan Weil --- qemu-doc.texi | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/qemu-doc.texi b/qemu-doc.texi index 21d8a82..744ba73 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -162,6 +162,7 @@ TODO (no longer available) * pcsys_monitor:: QEMU Monitor * disk_images:: Disk Images * pcsys_network:: Network emulation +* pcsys_other_devs:: Other Devices * direct_linux_boot:: Direct Linux Boot * pcsys_usb:: USB emulation * vnc_security:: VNC security @@ -715,6 +716,7 @@ Using the @option{-net socket} option, it is possible to make VLANs that span several QEMU instances. See @ref{sec_invocation} to have a basic example. +@node pcsys_other_devs @section Other Devices @subsection Inter-VM Shared Memory device -- 1.7.2.3