qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
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
> 

  reply	other threads:[~2013-01-02 23:21 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-02 16:15 [Qemu-devel] [PATCH] qga: add missing commas in json docs Eric Blake
2013-01-02 23:14 ` mdroth [this message]
2013-01-14 21:54   ` Eric Blake
2013-01-14 22:08     ` mdroth
2013-01-14 22:16     ` mdroth
  -- strict thread matches above, loose matches on Subject: below --
2013-01-14 22:25 [Qemu-devel] [PULL 0/1] qemu-ga: documentation/schema fix Michael Roth
2013-01-14 22:25 ` [Qemu-devel] [PATCH] qga: add missing commas in json docs Michael Roth

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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).