diff options
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-02-05 04:14:41 +0000 |
---|---|---|
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-02-05 04:14:41 +0000 |
commit | a41b2ff2ddd0ba05ac2ca1bb657603b1d09dc9bc (patch) | |
tree | 3dfb995363cc4046f782911fbf509ae070845a7f /qemu-doc.texi | |
parent | d861b05ea30e6ac177de9b679da96194ebe21afc (diff) | |
download | qemu-a41b2ff2ddd0ba05ac2ca1bb657603b1d09dc9bc.zip |
Allow selection of emulated network card.
rtl8139 emulation.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1745 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index fdf8ba2d4e..eafdb806f0 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -252,11 +252,15 @@ Network options: @table @option -@item -net nic[,vlan=n][,macaddr=addr] +@item -net nic[,vlan=n][,macaddr=addr][,model=type] Create a new Network Interface Card and connect it to VLAN @var{n} (@var{n} = 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. @item -net user[,vlan=n] Use the user mode network stack which requires no administrator |