From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HiqSZ-0007F1-6r for qemu-devel@nongnu.org; Tue, 01 May 2007 07:23:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HiqSX-0007Eo-Hi for qemu-devel@nongnu.org; Tue, 01 May 2007 07:23:54 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HiqSX-0007Ej-Bn for qemu-devel@nongnu.org; Tue, 01 May 2007 07:23:53 -0400 Received: from moutng.kundenserver.de ([212.227.126.171]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HiqME-0004eQ-MW for qemu-devel@nongnu.org; Tue, 01 May 2007 07:17:23 -0400 Message-ID: <463721BE.5030201@mail.berlios.de> Date: Tue, 01 May 2007 13:17:18 +0200 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] qemu Makefile.target qemu-doc.texi vl.c vl.h hw... References: In-Reply-To: Content-Type: multipart/mixed; boundary="------------040504010006080801080203" Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This is a multi-part message in MIME format. --------------040504010006080801080203 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Hi, there was a small spelling bug in the new description which is fixed by this patch. The patch also updates the list of supported network cards. Regards Stefan --------------040504010006080801080203 Content-Type: text/x-diff; name="qemu-doc.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="qemu-doc.patch" Index: qemu-doc.texi =================================================================== RCS file: /sources/qemu/qemu/qemu-doc.texi,v retrieving revision 1.139 diff -u -b -B -r1.139 qemu-doc.texi --- qemu-doc.texi 30 Apr 2007 02:22:06 -0000 1.139 +++ qemu-doc.texi 1 May 2007 11:10:57 -0000 @@ -357,10 +357,12 @@ = 0 is the default). The NIC is currently an NE2000 on the PC target. Optionally, the MAC address can be changed. If no @option{-net} option is specified, a single NIC is created. -Qemu can emulate several different models of network card. Valid values for -@var{type} are @code{ne2k_pci}, @code{ne2k_isa}, @code{rtl8139}, -@code{smc91c111} and @code{lance}. Not all devices are supported on all -targets. +Qemu can emulate several different models of network card. +Valid values for @var{type} are +@code{i82551}, @code{i82557b}, @code{i82559}, +@code{ne2k_pci}, @code{ne2k_isa}, @code{pcnet}, @code{rtl8139}, +@code{smc91c111} and @code{lance}. +Not all devices are supported on all targets. @item -net user[,vlan=n][,hostname=name] Use the user mode network stack which requires no administrator @@ -1801,7 +1805,7 @@ @item GPIO-connected keyboard controller and LEDs @item -Secure Digital card conntected to PXA MMC/SD host +Secure Digital card connected to PXA MMC/SD host @item Three on-chip UARTs @item --------------040504010006080801080203--