summaryrefslogtreecommitdiff
path: root/qemu-options.hx
diff options
context:
space:
mode:
authorCraig Jellick <craig@rancher.com>2017-03-17 08:49:55 -0700
committerMichael Tokarev <mjt@tls.msk.ru>2017-05-07 09:57:51 +0300
commited1fcd00094cdd9395315068442abe28f612e8a3 (patch)
treec73fbbdbf58d6ed2090deaf7b72c3a27a13183c6 /qemu-options.hx
parent61f7c6a0c200db3749f131ff023fa50e7f71814e (diff)
downloadqemu-ed1fcd00094cdd9395315068442abe28f612e8a3.tar.gz
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.