summaryrefslogtreecommitdiffstats
path: root/qemu-doc.texi
diff options
context:
space:
mode:
authoraurel322008-08-22 00:24:32 +0200
committeraurel322008-08-22 00:24:32 +0200
commit334c0241c006533d1f4ed7e07239ec00b46c6efd (patch)
tree4193191edc5dfdc8dc6e9a4971ae079a77bd9cb1 /qemu-doc.texi
parentmove GUI_REFRESH_INTERVAL define from vl.c to console.h (Gerd Hoffmann) (diff)
downloadqemu-334c0241c006533d1f4ed7e07239ec00b46c6efd.tar.gz
qemu-334c0241c006533d1f4ed7e07239ec00b46c6efd.tar.xz
qemu-334c0241c006533d1f4ed7e07239ec00b46c6efd.zip
Add image format option for USB mass-storage devices
(fix CVE-2008-1945) Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5059 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r--qemu-doc.texi6
1 files changed, 4 insertions, 2 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi
index 636d819281..9519d9a072 100644
--- a/qemu-doc.texi
+++ b/qemu-doc.texi
@@ -550,8 +550,10 @@ Pointer device that uses absolute coordinates (like a touchscreen). This
means qemu is able to report the mouse position without having to grab the
mouse. Also overrides the PS/2 mouse emulation when activated.
-@item disk:file
-Mass storage device based on file
+@item disk:[format=@var{format}]:file
+Mass storage device based on file. The optional @var{format} argument
+will be used rather than detecting the format. Can be used to specifiy
+format=raw to avoid interpreting an untrusted format header.
@item host:bus.addr
Pass through the host device identified by bus.addr (Linux only).