* [Qemu-trivial] [PATCH v2] qmp-commands.hx: s/tray-open/tray_open/ to match qapi schema
@ 2013-01-29 16:58 Michal Privoznik
2013-01-29 20:07 ` [Qemu-trivial] [Qemu-devel] " Eric Blake
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Michal Privoznik @ 2013-01-29 16:58 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-trivial
Currently, we are using 'tray_open' in QMP and 'tray-open' in
HMP. However, the QMP documentation was mistakenly using the
HMP version.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
---
diff to v1:
-add S-o-b line
qmp-commands.hx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/qmp-commands.hx b/qmp-commands.hx
index f58a841..f90efe5 100644
--- a/qmp-commands.hx
+++ b/qmp-commands.hx
@@ -1659,7 +1659,7 @@ Each json-object contain the following:
- Possible values: "unknown"
- "removable": true if the device is removable, false otherwise (json-bool)
- "locked": true if the device is locked, false otherwise (json-bool)
-- "tray-open": only present if removable, true if the device has a tray,
+- "tray_open": only present if removable, true if the device has a tray,
and it is open (json-bool)
- "inserted": only present if the device is inserted, it is a json-object
containing the following:
--
1.8.0.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Qemu-trivial] [Qemu-devel] [PATCH v2] qmp-commands.hx: s/tray-open/tray_open/ to match qapi schema
2013-01-29 16:58 [Qemu-trivial] [PATCH v2] qmp-commands.hx: s/tray-open/tray_open/ to match qapi schema Michal Privoznik
@ 2013-01-29 20:07 ` Eric Blake
2013-01-30 10:19 ` [Qemu-trivial] " Stefan Hajnoczi
2013-01-30 11:25 ` [Qemu-trivial] [Qemu-devel] " Luiz Capitulino
2 siblings, 0 replies; 4+ messages in thread
From: Eric Blake @ 2013-01-29 20:07 UTC (permalink / raw)
To: Michal Privoznik; +Cc: qemu-trivial, qemu-devel
[-- Attachment #1: Type: text/plain, Size: 1254 bytes --]
On 01/29/2013 09:58 AM, Michal Privoznik wrote:
> Currently, we are using 'tray_open' in QMP and 'tray-open' in
> HMP. However, the QMP documentation was mistakenly using the
> HMP version.
>
> Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
> ---
>
> diff to v1:
> -add S-o-b line
>
> qmp-commands.hx | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Eric Blake <eblake@redhat.com>
>
> diff --git a/qmp-commands.hx b/qmp-commands.hx
> index f58a841..f90efe5 100644
> --- a/qmp-commands.hx
> +++ b/qmp-commands.hx
> @@ -1659,7 +1659,7 @@ Each json-object contain the following:
> - Possible values: "unknown"
> - "removable": true if the device is removable, false otherwise (json-bool)
> - "locked": true if the device is locked, false otherwise (json-bool)
> -- "tray-open": only present if removable, true if the device has a tray,
> +- "tray_open": only present if removable, true if the device has a tray,
> and it is open (json-bool)
> - "inserted": only present if the device is inserted, it is a json-object
> containing the following:
>
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 621 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-trivial] [PATCH v2] qmp-commands.hx: s/tray-open/tray_open/ to match qapi schema
2013-01-29 16:58 [Qemu-trivial] [PATCH v2] qmp-commands.hx: s/tray-open/tray_open/ to match qapi schema Michal Privoznik
2013-01-29 20:07 ` [Qemu-trivial] [Qemu-devel] " Eric Blake
@ 2013-01-30 10:19 ` Stefan Hajnoczi
2013-01-30 11:25 ` [Qemu-trivial] [Qemu-devel] " Luiz Capitulino
2 siblings, 0 replies; 4+ messages in thread
From: Stefan Hajnoczi @ 2013-01-30 10:19 UTC (permalink / raw)
To: Michal Privoznik; +Cc: qemu-trivial, qemu-devel
On Tue, Jan 29, 2013 at 05:58:41PM +0100, Michal Privoznik wrote:
> Currently, we are using 'tray_open' in QMP and 'tray-open' in
> HMP. However, the QMP documentation was mistakenly using the
> HMP version.
>
> Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
> ---
Thanks, applied to the trivial patches tree:
https://github.com/stefanha/qemu/commits/trivial-patches
Stefan
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-trivial] [Qemu-devel] [PATCH v2] qmp-commands.hx: s/tray-open/tray_open/ to match qapi schema
2013-01-29 16:58 [Qemu-trivial] [PATCH v2] qmp-commands.hx: s/tray-open/tray_open/ to match qapi schema Michal Privoznik
2013-01-29 20:07 ` [Qemu-trivial] [Qemu-devel] " Eric Blake
2013-01-30 10:19 ` [Qemu-trivial] " Stefan Hajnoczi
@ 2013-01-30 11:25 ` Luiz Capitulino
2 siblings, 0 replies; 4+ messages in thread
From: Luiz Capitulino @ 2013-01-30 11:25 UTC (permalink / raw)
To: Michal Privoznik; +Cc: qemu-trivial, qemu-devel
On Tue, 29 Jan 2013 17:58:41 +0100
Michal Privoznik <mprivozn@redhat.com> wrote:
> Currently, we are using 'tray_open' in QMP and 'tray-open' in
> HMP. However, the QMP documentation was mistakenly using the
> HMP version.
>
> Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Luiz Capitulino <lcapitulino@redhat.com>
> ---
>
> diff to v1:
> -add S-o-b line
>
> qmp-commands.hx | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/qmp-commands.hx b/qmp-commands.hx
> index f58a841..f90efe5 100644
> --- a/qmp-commands.hx
> +++ b/qmp-commands.hx
> @@ -1659,7 +1659,7 @@ Each json-object contain the following:
> - Possible values: "unknown"
> - "removable": true if the device is removable, false otherwise (json-bool)
> - "locked": true if the device is locked, false otherwise (json-bool)
> -- "tray-open": only present if removable, true if the device has a tray,
> +- "tray_open": only present if removable, true if the device has a tray,
> and it is open (json-bool)
> - "inserted": only present if the device is inserted, it is a json-object
> containing the following:
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-01-30 11:25 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-29 16:58 [Qemu-trivial] [PATCH v2] qmp-commands.hx: s/tray-open/tray_open/ to match qapi schema Michal Privoznik
2013-01-29 20:07 ` [Qemu-trivial] [Qemu-devel] " Eric Blake
2013-01-30 10:19 ` [Qemu-trivial] " Stefan Hajnoczi
2013-01-30 11:25 ` [Qemu-trivial] [Qemu-devel] " Luiz Capitulino
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.