Re: [Qemu-devel] [PATCH] qapi: make the json schema files more regular.

2016-10-09 Thread David Anderson
This patch doesn't seem to be in the main repo yet. Any idea when it might land? - Dave On Thu, Sep 29, 2016 at 8:52 AM, Michael Tokarev wrote: > 22.09.2016 07:00, David Anderson wrote: > >> This makes it easier to parse the schema file for tool generation: >> each pa

Re: [Qemu-devel] [PATCH] qapi: make the json schema files more regular.

2016-09-23 Thread David Anderson
On Thu, Sep 22, 2016 at 6:07 AM, Eric Blake wrote: > On 09/21/2016 11:00 PM, David Anderson wrote: > > This makes it easier to parse the schema file for tool generation: > > each paragraph is either a non-docstring comment, or a docstring > > immediately followed by a Pyth

[Qemu-devel] [PATCH] qapi: make the json schema files more regular.

2016-09-21 Thread David Anderson
This makes it easier to parse the schema file for tool generation: each paragraph is either a non-docstring comment, or a docstring immediately followed by a Python dict describing an API item. Signed-off-by: David Anderson --- qapi-schema.json | 3 +-- qapi/block-core.json | 5 - 2