From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L61M3-0001l5-Kf for qemu-devel@nongnu.org; Fri, 28 Nov 2008 06:17:47 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L61M2-0001jB-N1 for qemu-devel@nongnu.org; Fri, 28 Nov 2008 06:17:47 -0500 Received: from [199.232.76.173] (port=40824 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L61M2-0001iz-Gc for qemu-devel@nongnu.org; Fri, 28 Nov 2008 06:17:46 -0500 Received: from savannah.gnu.org ([199.232.41.3]:51379 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L61M2-000305-A7 for qemu-devel@nongnu.org; Fri, 28 Nov 2008 06:17:46 -0500 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1L61M1-0006X4-LU for qemu-devel@nongnu.org; Fri, 28 Nov 2008 11:17:45 +0000 Received: from aurel32 by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1L61M1-0006Wy-1P for qemu-devel@nongnu.org; Fri, 28 Nov 2008 11:17:45 +0000 MIME-Version: 1.0 Errors-To: aurel32 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Aurelien Jarno Message-Id: Date: Fri, 28 Nov 2008 11:17:45 +0000 Subject: [Qemu-devel] [5807] qemu-doc.texi: rewrite the documentation for the -net option Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Revision: 5807 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5807 Author: aurel32 Date: 2008-11-28 11:17:43 +0000 (Fri, 28 Nov 2008) Log Message: ----------- qemu-doc.texi: rewrite the documentation for the -net option Addresses comments from Jamie Lokier. Signed-off-by: Aurelien Jarno Modified Paths: -------------- trunk/qemu-doc.texi Modified: trunk/qemu-doc.texi =================================================================== --- trunk/qemu-doc.texi 2008-11-28 10:11:17 UTC (rev 5806) +++ trunk/qemu-doc.texi 2008-11-28 11:17:43 UTC (rev 5807) @@ -617,14 +617,14 @@ hostname reported by the builtin DHCP server. @item -net tap[,vlan=@var{n}][,fd=@var{h}][,ifname=@var{name}][,script=@var{file}][,downscript=@var{dfile}] -Connect the host TAP network interface @var{name} to VLAN @var{n} and -use the network script @var{file} to configure it. The default -network script is @file{/etc/qemu-ifup}. Use @option{script=no} to -disable script execution. If @var{name} is not provided, the OS automatically -provides one. Use network script @var{dfile} to deconfigure the interface. Use -@option{downscript=no} to disable script execution. @option{fd}=@var{h} can be -used to specify the handle of an already opened host TAP interface. -Example: +Connect the host TAP network interface @var{name} to VLAN @var{n}, use +the network script @var{file} to configure it and the network script +@var{dfile} to deconfigure it. If @var{name} is not provided, the OS +automatically provides one. @option{fd}=@var{h} can be used to specify +the handle of an already opened host TAP interface. The default network +configure script is @file{/etc/qemu-ifup} and the default network +deconfigure script is @file{/etc/qemu-ifdown}. Use @option{script=no} +or @option{downscript=no} to disable script execution. Example: @example qemu linux.img -net nic -net tap