diff options
author | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-01-14 02:56:53 +0000 |
---|---|---|
committer | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-01-14 02:56:53 +0000 |
commit | 609497ab3cf9ca65595ea78dbce253309bd11da3 (patch) | |
tree | cea581e657d54986755c1d6bd8771e85aff04410 /qemu-doc.texi | |
parent | 5697ff6b88fc6236bb80ebb93efe7d3524c33fd8 (diff) |
Change -drive parsing so that paths don't have to be double-escaped (Laurent Vivier, Johannes Schindelin)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3909 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index 931573e307..a9c2e2e78f 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -234,7 +234,8 @@ Define a new drive. Valid options are: @table @code @item file=@var{file} This option defines which disk image (@pxref{disk_images}) to use with -this drive. +this drive. If the filename contains comma, you must double it +(for instance, "file=my,,file" to use file "my,file"). @item if=@var{interface} This option defines on which type on interface the drive is connected. Available types are: ide, scsi, sd, mtd, floppy, pflash. |