All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] qapi: Set boolean value correctly in examples
@ 2021-08-27  9:06 Guoyi Tu
  2021-08-27 20:15 ` Eric Blake
  2021-09-01 11:38 ` Markus Armbruster
  0 siblings, 2 replies; 3+ messages in thread
From: Guoyi Tu @ 2021-08-27  9:06 UTC (permalink / raw)
  To: Stefan Hajnoczi, Eric Blake, Markus Armbruster; +Cc: tugy, qemu-devel


Signed-off-by: Guoyi Tu <tugy@chinatelecom.cn>
---
  qapi/trace.json | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qapi/trace.json b/qapi/trace.json
index 47c68f04da..eedfded512 100644
--- a/qapi/trace.json
+++ b/qapi/trace.json
@@ -99,7 +99,7 @@
  # Example:
  #
  # -> { "execute": "trace-event-set-state",
-#      "arguments": { "name": "qemu_memalign", "enable": "true" } }
+#      "arguments": { "name": "qemu_memalign", "enable": true } }
  # <- { "return": {} }
  #
  ##
-- 
2.25.1

-- 
Best Regards,
Guoyi Tu


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

* Re: [PATCH] qapi: Set boolean value correctly in examples
  2021-08-27  9:06 [PATCH] qapi: Set boolean value correctly in examples Guoyi Tu
@ 2021-08-27 20:15 ` Eric Blake
  2021-09-01 11:38 ` Markus Armbruster
  1 sibling, 0 replies; 3+ messages in thread
From: Eric Blake @ 2021-08-27 20:15 UTC (permalink / raw)
  To: Guoyi Tu; +Cc: Markus Armbruster, Stefan Hajnoczi, qemu-devel

On Fri, Aug 27, 2021 at 05:06:27PM +0800, Guoyi Tu wrote:
> 
> Signed-off-by: Guoyi Tu <tugy@chinatelecom.cn>
> ---
>  qapi/trace.json | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Eric Blake <eblake@redhat.com>

> 
> diff --git a/qapi/trace.json b/qapi/trace.json
> index 47c68f04da..eedfded512 100644
> --- a/qapi/trace.json
> +++ b/qapi/trace.json
> @@ -99,7 +99,7 @@
>  # Example:
>  #
>  # -> { "execute": "trace-event-set-state",
> -#      "arguments": { "name": "qemu_memalign", "enable": "true" } }
> +#      "arguments": { "name": "qemu_memalign", "enable": true } }
>  # <- { "return": {} }
>  #
>  ##
> -- 
> 2.25.1
> 
> -- 
> Best Regards,
> Guoyi Tu
> 

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org



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

* Re: [PATCH] qapi: Set boolean value correctly in examples
  2021-08-27  9:06 [PATCH] qapi: Set boolean value correctly in examples Guoyi Tu
  2021-08-27 20:15 ` Eric Blake
@ 2021-09-01 11:38 ` Markus Armbruster
  1 sibling, 0 replies; 3+ messages in thread
From: Markus Armbruster @ 2021-09-01 11:38 UTC (permalink / raw)
  To: Guoyi Tu; +Cc: Eric Blake, qemu-devel, Stefan Hajnoczi

Queued, thanks!



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

end of thread, other threads:[~2021-09-03 13:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-27  9:06 [PATCH] qapi: Set boolean value correctly in examples Guoyi Tu
2021-08-27 20:15 ` Eric Blake
2021-09-01 11:38 ` Markus Armbruster

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.