From: Aurelien Jarno <aurelien@aurel32.net>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [5807] qemu-doc.texi: rewrite the documentation for the -net option
Date: Fri, 28 Nov 2008 11:17:45 +0000 [thread overview]
Message-ID: <E1L61M1-0006Wy-1P@cvs.savannah.gnu.org> (raw)
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 <aurelien@aurel32.net>
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
reply other threads:[~2008-11-28 11:17 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1L61M1-0006Wy-1P@cvs.savannah.gnu.org \
--to=aurelien@aurel32.net \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).