All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Add 'none' as type for drive's if option
@ 2017-03-17 15:49 Craig Jellick
  2017-03-20 14:23 ` Stefan Hajnoczi
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Craig Jellick @ 2017-03-17 15:49 UTC (permalink / raw)
  To: qemu-devel; +Cc: Craig Jellick

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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [Qemu-devel] [PATCH] Add 'none' as type for drive's if option
  2017-03-17 15:49 [Qemu-devel] [PATCH] Add 'none' as type for drive's if option Craig Jellick
@ 2017-03-20 14:23 ` Stefan Hajnoczi
  2017-04-11 13:17 ` Markus Armbruster
  2017-04-22 18:01 ` Michael Tokarev
  2 siblings, 0 replies; 6+ messages in thread
From: Stefan Hajnoczi @ 2017-03-20 14:23 UTC (permalink / raw)
  To: Craig Jellick; +Cc: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 247 bytes --]

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>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 455 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Qemu-devel] [PATCH] Add 'none' as type for drive's if option
  2017-03-17 15:49 [Qemu-devel] [PATCH] Add 'none' as type for drive's if option Craig Jellick
  2017-03-20 14:23 ` Stefan Hajnoczi
@ 2017-04-11 13:17 ` Markus Armbruster
  2017-04-12 16:02   ` Craig Jellick
  2017-04-22 18:01 ` Michael Tokarev
  2 siblings, 1 reply; 6+ messages in thread
From: Markus Armbruster @ 2017-04-11 13:17 UTC (permalink / raw)
  To: Craig Jellick; +Cc: qemu-devel, qemu-trivial

Perhaps this can go via qemu-trivial.

Craig Jellick <craig@rancher.com> writes:

> 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.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Qemu-devel] [PATCH] Add 'none' as type for drive's if option
  2017-04-11 13:17 ` Markus Armbruster
@ 2017-04-12 16:02   ` Craig Jellick
  2017-04-13  7:11     ` Markus Armbruster
  0 siblings, 1 reply; 6+ messages in thread
From: Craig Jellick @ 2017-04-12 16:02 UTC (permalink / raw)
  To: Markus Armbruster; +Cc: qemu-devel, qemu-trivial

Is there an action I need to take for that?

________________________________
From: Markus Armbruster <armbru@redhat.com>
Sent: Tuesday, April 11, 2017 6:17:10 AM
To: Craig Jellick
Cc: qemu-devel@nongnu.org; qemu-trivial@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] Add 'none' as type for drive's if option

Perhaps this can go via qemu-trivial.

Craig Jellick <craig@rancher.com> writes:

> 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.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Qemu-devel] [PATCH] Add 'none' as type for drive's if option
  2017-04-12 16:02   ` Craig Jellick
@ 2017-04-13  7:11     ` Markus Armbruster
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Armbruster @ 2017-04-13  7:11 UTC (permalink / raw)
  To: Craig Jellick; +Cc: qemu-trivial, qemu-devel

Craig Jellick <craig@rancher.com> writes:

> Is there an action I need to take for that?

Fair question.

Expect e-mail from a qemu-trivial maintainer that your patch has been
merged.  If you don't get one within a reasonable time frame, we failed
you.  Send a reminder as a reply to this message then.

I figure one week after 2.10 opens would be reasonable.  It's expected
to open in a week.

Thanks!

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Qemu-devel] [PATCH] Add 'none' as type for drive's if option
  2017-03-17 15:49 [Qemu-devel] [PATCH] Add 'none' as type for drive's if option Craig Jellick
  2017-03-20 14:23 ` Stefan Hajnoczi
  2017-04-11 13:17 ` Markus Armbruster
@ 2017-04-22 18:01 ` Michael Tokarev
  2 siblings, 0 replies; 6+ messages in thread
From: Michael Tokarev @ 2017-04-22 18:01 UTC (permalink / raw)
  To: Craig Jellick, qemu-devel, QEMU Trivial

17.03.2017 18:49, Craig Jellick wrote:
>  qemu-options.hx | 2 +-

Applied to -trivial, thank you!

/mjt

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-04-22 18:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-17 15:49 [Qemu-devel] [PATCH] Add 'none' as type for drive's if option Craig Jellick
2017-03-20 14:23 ` Stefan Hajnoczi
2017-04-11 13:17 ` Markus Armbruster
2017-04-12 16:02   ` Craig Jellick
2017-04-13  7:11     ` Markus Armbruster
2017-04-22 18:01 ` Michael Tokarev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.