Re: [Qemu-devel] [PATCH] qapi: use valid JSON in schema

2013-04-11 Thread Luiz Capitulino
On Wed, 10 Apr 2013 13:12:44 -0600 Eric Blake wrote: > * qapi-schema.json: JSON doesn't allow trailing commas. > > Signed-off-by: Eric Blake Applied to the qmp branch, thanks. > --- > > a multi-line regex search for ',[ \n]*[]}]' didn't turn up any > other violations > > qapi-schema.json |

[Qemu-devel] [PATCH] qapi: use valid JSON in schema

2013-04-10 Thread Eric Blake
* qapi-schema.json: JSON doesn't allow trailing commas. Signed-off-by: Eric Blake --- a multi-line regex search for ',[ \n]*[]}]' didn't turn up any other violations qapi-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qapi-schema.json b/qapi-schema.json index d