[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] qemu Makefile.target qemu-doc.texi vl.c vl.h hw
From: |
Stefan Weil |
Subject: |
Re: [Qemu-devel] [PATCH] qemu Makefile.target qemu-doc.texi vl.c vl.h hw... |
Date: |
Tue, 01 May 2007 13:17:18 +0200 |
User-agent: |
IceDove 1.5.0.10 (X11/20070329) |
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
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
address@hidden are @code{ne2k_pci}, @code{ne2k_isa}, @code{rtl8139},
address@hidden 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
address@hidden, @code{i82557b}, @code{i82559},
address@hidden, @code{ne2k_isa}, @code{pcnet}, @code{rtl8139},
address@hidden 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Qemu-devel] [PATCH] qemu Makefile.target qemu-doc.texi vl.c vl.h hw...,
Stefan Weil <=