aboutsummaryrefslogtreecommitdiff
path: root/qemu-options.hx
diff options
context:
space:
mode:
authorMichael Tokarev <mjt@tls.msk.ru>2024-02-08 09:00:50 +0300
committerMichael Tokarev <mjt@tls.msk.ru>2024-02-13 10:59:25 +0300
commitb30fa6b81a89de058b5e5c8029b027eb7365ee55 (patch)
treedd1a27ee1b04617b17ba46a1e120b55069b0b4b5 /qemu-options.hx
parent694226410bc1fd59cb379d0b90158679ea42ab03 (diff)
downloadqemu-b30fa6b81a89de058b5e5c8029b027eb7365ee55.zip
qemu-b30fa6b81a89de058b5e5c8029b027eb7365ee55.tar.gz
qemu-b30fa6b81a89de058b5e5c8029b027eb7365ee55.tar.bz2
qemu-options.hx: document that tftp=dir is readonly
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1286 Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'qemu-options.hx')
-rw-r--r--qemu-options.hx2
1 files changed, 2 insertions, 0 deletions
diff --git a/qemu-options.hx b/qemu-options.hx
index f7c8336..aec2328 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -3100,6 +3100,8 @@ SRST
server. The files in 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 ``bin`` of the Unix TFTP client).
+ The built-in TFTP server is read-only; it does not implement any
+ command for writing files. QEMU will not write to this directory.
``tftp-server-name=name``
In BOOTP reply, broadcast name as the "TFTP server name"