From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38120) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TqXcw-0001BJ-Nu for qemu-devel@nongnu.org; Wed, 02 Jan 2013 18:21:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TqXcv-0000M0-IW for qemu-devel@nongnu.org; Wed, 02 Jan 2013 18:21:38 -0500 Sender: fluxion Date: Wed, 2 Jan 2013 17:14:21 -0600 From: mdroth Message-ID: <20130102231421.GC17859@vm> References: <1357143311-10927-1-git-send-email-eblake@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1357143311-10927-1-git-send-email-eblake@redhat.com> Subject: Re: [Qemu-devel] [PATCH] qga: add missing commas in json docs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org, lcapitulino@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 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 >