summaryrefslogtreecommitdiffstats
path: root/qemu-options.hx
diff options
context:
space:
mode:
authorCraig Jellick2017-03-17 16:49:55 +0100
committerMichael Tokarev2017-05-07 08:57:51 +0200
commited1fcd00094cdd9395315068442abe28f612e8a3 (patch)
treec73fbbdbf58d6ed2090deaf7b72c3a27a13183c6 /qemu-options.hx
parentdoc: fix function spelling (diff)
downloadqemu-ed1fcd00094cdd9395315068442abe28f612e8a3.tar.gz
qemu-ed1fcd00094cdd9395315068442abe28f612e8a3.tar.xz
qemu-ed1fcd00094cdd9395315068442abe28f612e8a3.zip
Add 'none' as type for drive's if option
Signed-off-by: Craig Jellick <craig@rancher.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'qemu-options.hx')
-rw-r--r--qemu-options.hx2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-options.hx b/qemu-options.hx
index f68829f3b0..a24fef2107 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -604,7 +604,7 @@ Special files such as iSCSI devices can be specified using protocol
specific URLs. See the section for "Device URL Syntax" for more information.
@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, virtio.
+Available types are: ide, scsi, sd, mtd, floppy, pflash, virtio, none.
@item bus=@var{bus},unit=@var{unit}
These options define where is connected the drive by defining the bus number and
the unit id.