From: Craig Jellick Date: Fri, 17 Mar 2017 15:49:55 +0000 (-0700) Subject: Add 'none' as type for drive's if option X-Git-Tag: v2.10.0-rc0~202^2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed1fcd00094cdd9395315068442abe28f612e8a3;p=thirdparty%2Fqemu.git Add 'none' as type for drive's if option Signed-off-by: Craig Jellick Reviewed-by: Stefan Hajnoczi Signed-off-by: Michael Tokarev --- diff --git a/qemu-options.hx b/qemu-options.hx index f68829f3b04..a24fef2107f 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.