aboutsummaryrefslogtreecommitdiff
path: root/qemu-doc.texi
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2006-12-22 16:34:12 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2006-12-22 16:34:12 +0000
commit42550fde7e16ac040fbd391bb2c65c3f5fa08d60 (patch)
tree7e592c6013287a3e70ec65296b35613b212583b0 /qemu-doc.texi
parent62ee021121dea0b08b7e2f7c741cb417fc392bb2 (diff)
SCSI emulation improvements, by Chuck Brazie.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2265 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r--qemu-doc.texi8
1 files changed, 7 insertions, 1 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi
index 6796aeb6d3..9b9df33053 100644
--- a/qemu-doc.texi
+++ b/qemu-doc.texi
@@ -223,10 +223,16 @@ using @file{/dev/cdrom} as filename (@pxref{host_drives}).
Boot on floppy (a), hard disk (c) or CD-ROM (d). Hard disk boot is
the default.
+@item -disk ide,img=file[,hdx=a..dd][,type=disk|cdrom]
+Use @var{file} as the IDE disk/CD-ROM image. The defaults are: hdx=a,type=disk
+
+@item -disk scsi,img=file[,sdx=a..g][,type=disk|cdrom][,id=n]
+Use @var{file} as the SCSI disk/CD-ROM image. The defaults are: sdx=a,type=disk,id='auto assign'
+
@item -snapshot
Write to temporary files instead of disk image files. In this case,
the raw disk image you use is not written back. You can however force
-the write back by pressing @key{C-a s} (@pxref{disk_images}).
+the write back by pressing @key{C-a s} (@pxref{disk_images}).
@item -no-fd-bootchk
Disable boot signature checking for floppy disks in Bochs BIOS. It may