Revision a41b2ff2 qemu-doc.texi

b/qemu-doc.texi
252 252

  
253 253
@table @option
254 254

  
255
@item -net nic[,vlan=n][,macaddr=addr]
255
@item -net nic[,vlan=n][,macaddr=addr][,model=type]
256 256
Create a new Network Interface Card and connect it to VLAN @var{n} (@var{n}
257 257
= 0 is the default). The NIC is currently an NE2000 on the PC
258 258
target. Optionally, the MAC address can be changed. If no
259 259
@option{-net} option is specified, a single NIC is created.
260
Qemu can emulate several different models of network card.  Valid values for
261
@var{type} are @code{ne2k_pci}, @code{ne2k_isa}, @code{rtl8139},
262
@code{smc91c111} and @code{lance}.  Not all devices are supported on all
263
targets.
260 264

  
261 265
@item -net user[,vlan=n]
262 266
Use the user mode network stack which requires no administrator

Also available in: Unified diff