]> Git Repo - qemu.git/commitdiff
update
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 19 Nov 2005 17:42:52 +0000 (17:42 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 19 Nov 2005 17:42:52 +0000 (17:42 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1624 c046a42c-6fe2-441c-8c8c-71466251a162

qemu-doc.texi

index d0b0b34d1e9c0382188eade585932e7b89bdf6b2..7ec41f5278f7ea7f4820e3e81e7fcbca1f5aea51 100644 (file)
@@ -254,7 +254,7 @@ target. Optionally, the MAC address can be changed. If no
 @option{-net} option is specified, a single NIC is created.
 
 @item -net user[,vlan=n]
-Use the user mode network stack which requires not administrator
+Use the user mode network stack which requires no administrator
 priviledge to run. This is the default if no @option{-net} option is
 specified.
 
@@ -288,9 +288,9 @@ specifies an already opened socket.
 Example:
 @example
 # launch a first QEMU instance
-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
 # connect the VLAN 0 of this instance to the VLAN 0 of the first instance
-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
 @end example
 
 @item -net none
This page took 0.030672 seconds and 4 git commands to generate.