diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-02-01 21:30:55 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-02-01 21:30:55 +0000 |
commit | 039af320d9b116a325ee55ebab2edf60f3bdc252 (patch) | |
tree | 0e752bc1cbb82f6d485ffdf92880a94b8c427cd8 /qemu-doc.texi | |
parent | fd1dff4b418e28302018f37371dd515150f23534 (diff) | |
download | qemu-039af320d9b116a325ee55ebab2edf60f3bdc252.zip |
clearer -net doc (Paul Brook)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1732 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index 97cb49af1b..fdf8ba2d4e 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -260,8 +260,7 @@ target. Optionally, the MAC address can be changed. If no @item -net user[,vlan=n] Use the user mode network stack which requires no administrator -priviledge to run. This is the default if no @option{-net} option is -specified. +priviledge to run. @item -net tap[,vlan=n][,fd=h][,ifname=name][,script=file] Connect the host TAP network interface @var{name} to VLAN @var{n} and @@ -334,8 +333,8 @@ qemu linux.img -net nic,macaddr=52:54:00:12:34:56 -net socket,mcast=239.192.168. @item -net none Indicate that no network devices should be configured. It is used to -override the default configuration which is activated if no -@option{-net} options are provided. +override the default configuration (@option{-net nic -net user}) which +is activated if no @option{-net} options are provided. @item -tftp prefix When using the user mode network stack, activate a built-in TFTP |