From: mdroth <mdroth@linux.vnet.ibm.com>
To: Eric Blake <eblake@redhat.com>
Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org, lcapitulino@redhat.com
Subject: Re: [Qemu-trivial] [PATCH] qga: add missing commas in json docs
Date: Wed, 2 Jan 2013 17:14:21 -0600 [thread overview]
Message-ID: <20130102231421.GC17859@vm> (raw)
In-Reply-To: <1357143311-10927-1-git-send-email-eblake@redhat.com>
On Wed, Jan 02, 2013 at 09:15:11AM -0700, Eric Blake wrote:
> * qga/qapi-schema.json: Use valid JSON.
>
> Signed-off-by: Eric Blake <eblake@redhat.com>
Thanks, applied to qga branch
> ---
> qga/qapi-schema.json | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/qga/qapi-schema.json b/qga/qapi-schema.json
> index ed0eb69..d91d903 100644
> --- a/qga/qapi-schema.json
> +++ b/qga/qapi-schema.json
> @@ -31,7 +31,7 @@
> #
> # Since: 1.1
> # ##
> -{ 'command': 'guest-sync-delimited'
> +{ 'command': 'guest-sync-delimited',
> 'data': { 'id': 'int' },
> 'returns': 'int' }
>
> @@ -69,7 +69,7 @@
> #
> # Since: 0.15.0
> ##
> -{ 'command': 'guest-sync'
> +{ 'command': 'guest-sync',
> 'data': { 'id': 'int' },
> 'returns': 'int' }
>
> --
> 1.8.0.2
>
WARNING: multiple messages have this Message-ID (diff)
From: mdroth <mdroth@linux.vnet.ibm.com>
To: Eric Blake <eblake@redhat.com>
Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org, lcapitulino@redhat.com
Subject: Re: [Qemu-devel] [PATCH] qga: add missing commas in json docs
Date: Wed, 2 Jan 2013 17:14:21 -0600 [thread overview]
Message-ID: <20130102231421.GC17859@vm> (raw)
In-Reply-To: <1357143311-10927-1-git-send-email-eblake@redhat.com>
On Wed, Jan 02, 2013 at 09:15:11AM -0700, Eric Blake wrote:
> * qga/qapi-schema.json: Use valid JSON.
>
> Signed-off-by: Eric Blake <eblake@redhat.com>
Thanks, applied to qga branch
> ---
> qga/qapi-schema.json | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/qga/qapi-schema.json b/qga/qapi-schema.json
> index ed0eb69..d91d903 100644
> --- a/qga/qapi-schema.json
> +++ b/qga/qapi-schema.json
> @@ -31,7 +31,7 @@
> #
> # Since: 1.1
> # ##
> -{ 'command': 'guest-sync-delimited'
> +{ 'command': 'guest-sync-delimited',
> 'data': { 'id': 'int' },
> 'returns': 'int' }
>
> @@ -69,7 +69,7 @@
> #
> # Since: 0.15.0
> ##
> -{ 'command': 'guest-sync'
> +{ 'command': 'guest-sync',
> 'data': { 'id': 'int' },
> 'returns': 'int' }
>
> --
> 1.8.0.2
>
next prev parent reply other threads:[~2013-01-02 23:21 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-02 16:15 [Qemu-trivial] [PATCH] qga: add missing commas in json docs Eric Blake
2013-01-02 16:15 ` [Qemu-devel] " Eric Blake
2013-01-02 23:14 ` mdroth [this message]
2013-01-02 23:14 ` mdroth
2013-01-14 21:54 ` [Qemu-trivial] " Eric Blake
2013-01-14 21:54 ` [Qemu-devel] " Eric Blake
2013-01-14 22:08 ` [Qemu-trivial] " mdroth
2013-01-14 22:08 ` [Qemu-devel] " mdroth
2013-01-14 22:16 ` [Qemu-trivial] " mdroth
2013-01-14 22:16 ` [Qemu-devel] " mdroth
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130102231421.GC17859@vm \
--to=mdroth@linux.vnet.ibm.com \
--cc=eblake@redhat.com \
--cc=lcapitulino@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.