From 7c23b8920329180f48b8a147b629d8837709d201 Mon Sep 17 00:00:00 2001 From: balrog Date: Sun, 3 Feb 2008 02:20:18 +0000 Subject: E1000 NIC emulation (Nir Peleg, patch from Dor Laor). Applied %s/^\([^I ]*\)^I/\1 /g on e1000.c and added e1000 to help message. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3949 c046a42c-6fe2-441c-8c8c-71466251a162 --- qemu-doc.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qemu-doc.texi') diff --git a/qemu-doc.texi b/qemu-doc.texi index 4b9ea606db..9f80f47ad9 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -549,7 +549,7 @@ Qemu can emulate several different models of network card. Valid values for @var{type} are @code{i82551}, @code{i82557b}, @code{i82559er}, @code{ne2k_pci}, @code{ne2k_isa}, @code{pcnet}, @code{rtl8139}, -@code{smc91c111}, @code{lance} and @code{mcf_fec}. +@code{e1000}, @code{smc91c111}, @code{lance} and @code{mcf_fec}. Not all devices are supported on all targets. Use -net nic,model=? for a list of available devices for your target. -- cgit v1.2.3