[Qemu-devel] [PATCH] Add 'none' as type for drive's if option

Craig Jellick posted 1 patch 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1489765795-32398-1-git-send-email-craig@rancher.com
Test checkpatch passed
Test docker passed
Test s390x passed
qemu-options.hx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[Qemu-devel] [PATCH] Add 'none' as type for drive's if option
Posted by Craig Jellick 7 years, 1 month ago
Signed-off-by: Craig Jellick <craig@rancher.com>
---
 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.
-- 
2.7.4


Re: [Qemu-devel] [PATCH] Add 'none' as type for drive's if option
Posted by Stefan Hajnoczi 7 years, 1 month ago
On Fri, Mar 17, 2017 at 08:49:55AM -0700, Craig Jellick wrote:
> Signed-off-by: Craig Jellick <craig@rancher.com>
> ---
>  qemu-options.hx | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Re: [Qemu-devel] [PATCH] Add 'none' as type for drive's if option
Posted by Michael Tokarev 7 years ago
17.03.2017 18:49, Craig Jellick wrote:
>  qemu-options.hx | 2 +-

Applied to -trivial, thank you!

/mjt