diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-01-07 20:42:14 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-01-07 20:42:14 +0000 |
commit | 96d30e4801dd31b0fbbee4ac8977937ce0ec116f (patch) | |
tree | 85e858266f0bef424487b3bacff4549dd3e47dfa /qemu-doc.texi | |
parent | 2f67a0d55aea184ec31f81df87ba4aa07c378fdb (diff) |
Revert -disk patch, as requested by Fabrice. The general idea of this
patch is sound, but the implementation is just too ugly.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2309 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index 45f5ea412f..655e151490 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -223,12 +223,6 @@ using @file{/dev/cdrom} as filename (@pxref{host_drives}). Boot on floppy (a), hard disk (c), CD-ROM (d), or Etherboot (n). 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 |