From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L60Jk-0001NU-7V for qemu-devel@nongnu.org; Fri, 28 Nov 2008 05:11:20 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L60Jj-0001Mh-FT for qemu-devel@nongnu.org; Fri, 28 Nov 2008 05:11:19 -0500 Received: from [199.232.76.173] (port=39324 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L60Jj-0001MV-C1 for qemu-devel@nongnu.org; Fri, 28 Nov 2008 05:11:19 -0500 Received: from savannah.gnu.org ([199.232.41.3]:36253 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 1L60Jj-0002HC-3a for qemu-devel@nongnu.org; Fri, 28 Nov 2008 05:11:19 -0500 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1L60Ji-0004BY-NI for qemu-devel@nongnu.org; Fri, 28 Nov 2008 10:11:18 +0000 Received: from aurel32 by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1L60Ji-0004BU-Ch for qemu-devel@nongnu.org; Fri, 28 Nov 2008 10:11:18 +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 10:11:18 +0000 Subject: [Qemu-devel] [5806] qemu-doc.texi: document downscript network 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: 5806 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5806 Author: aurel32 Date: 2008-11-28 10:11:17 +0000 (Fri, 28 Nov 2008) Log Message: ----------- qemu-doc.texi: document downscript network option >>From Guido G?\195?\188nther, through the Debian BTS. Modified Paths: -------------- trunk/qemu-doc.texi Modified: trunk/qemu-doc.texi =================================================================== --- trunk/qemu-doc.texi 2008-11-27 19:30:56 UTC (rev 5805) +++ trunk/qemu-doc.texi 2008-11-28 10:11:17 UTC (rev 5806) @@ -616,13 +616,15 @@ privilege to run. @option{hostname=name} can be used to specify the client hostname reported by the builtin DHCP server. -@item -net tap[,vlan=@var{n}][,fd=@var{h}][,ifname=@var{name}][,script=@var{file}] +@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. @option{fd}=@var{h} can be -used to specify the handle of an already opened host TAP interface. Example: +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: @example qemu linux.img -net nic -net tap