diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-02-20 00:12:07 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-02-20 00:12:07 +0000 |
commit | 0db1137dbf5008d456b9cc80a5cf1222467fed9d (patch) | |
tree | fff16b11c6aaac079c8c88878c80591f658c722a /qemu-doc.texi | |
parent | 1f697db9c3c22d3768175dbd70e7d5a68638e7b7 (diff) | |
download | qemu-0db1137dbf5008d456b9cc80a5cf1222467fed9d.zip qemu-0db1137dbf5008d456b9cc80a5cf1222467fed9d.tar.gz qemu-0db1137dbf5008d456b9cc80a5cf1222467fed9d.tar.bz2 |
Change -tftp option to take a root directory, by Anthony Liguori.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2441 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index b23b033..fe69e80 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -444,13 +444,12 @@ Indicate that no network devices should be configured. It is used to override the default configuration (@option{-net nic -net user}) which is activated if no @option{-net} options are provided. -@item -tftp prefix +@item -tftp dir When using the user mode network stack, activate a built-in TFTP -server. All filenames beginning with @var{prefix} can be downloaded -from the host to the guest using a TFTP client. The TFTP client on the -guest must be configured in binary mode (use the command @code{bin} of -the Unix TFTP client). The host IP address on the guest is as usual -10.0.2.2. +server. The files in @var{dir} will be exposed as the root of a TFTP server. +The TFTP client on the guest must be configured in binary mode (use the command +@code{bin} of the Unix TFTP client). The host IP address on the guest is as +usual 10.0.2.2. @item -bootp file When using the user mode network stack, broadcast @var{file} as the BOOTP |