qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-trivial] [PATCH] qga: add missing commas in json docs


From: mdroth
Subject: Re: [Qemu-trivial] [PATCH] qga: add missing commas in json docs
Date: Wed, 2 Jan 2013 17:14:21 -0600
User-agent: Mutt/1.5.21 (2010-09-15)

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 <address@hidden>

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 via email to

[Prev in Thread] Current Thread [Next in Thread]