/[qemu]/qemu/qemu-doc.texi
ViewVC logotype

Diff of /qemu/qemu-doc.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.72 by bellard, Tue Nov 15 23:02:53 2005 UTC revision 1.73 by bellard, Sat Nov 19 17:42:52 2005 UTC
# Line 254  target. Optionally, the MAC address can Line 254  target. Optionally, the MAC address can
254  @option{-net} option is specified, a single NIC is created.  @option{-net} option is specified, a single NIC is created.
255    
256  @item -net user[,vlan=n]  @item -net user[,vlan=n]
257  Use the user mode network stack which requires not administrator  Use the user mode network stack which requires no administrator
258  priviledge to run. This is the default if no @option{-net} option is  priviledge to run. This is the default if no @option{-net} option is
259  specified.  specified.
260    
# Line 288  specifies an already opened socket. Line 288  specifies an already opened socket.
288  Example:  Example:
289  @example  @example
290  # launch a first QEMU instance  # launch a first QEMU instance
291  qemu linux.img -net nic -net socket,listen=:1234  qemu linux.img -net nic,macaddr=52:54:00:12:34:56 -net socket,listen=:1234
292  # connect the VLAN 0 of this instance to the VLAN 0 of the first instance  # connect the VLAN 0 of this instance to the VLAN 0 of the first instance
293  qemu linux.img -net nic -net socket,connect=127.0.0.1:1234  qemu linux.img -net nic,macaddr=52:54:00:12:34:57 -net socket,connect=127.0.0.1:1234
294  @end example  @end example
295    
296  @item -net none  @item -net none

Legend:
Removed from v.1.72  
changed lines
  Added in v.1.73

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26