Is there an action I need to take for that? ________________________________ From: Markus Armbruster <[email protected]> Sent: Tuesday, April 11, 2017 6:17:10 AM To: Craig Jellick Cc: [email protected]; [email protected] Subject: Re: [Qemu-devel] [PATCH] Add 'none' as type for drive's if option
Perhaps this can go via qemu-trivial. Craig Jellick <[email protected]> writes: > Signed-off-by: Craig Jellick <[email protected]> > --- > qemu-options.hx | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/qemu-options.hx b/qemu-options.hx > index 99af8ed..8291e64 100644 > --- a/qemu-options.hx > +++ b/qemu-options.hx > @@ -591,7 +591,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.
