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 paragraph is either a non-doc

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

2016-09-29 Thread Michael Tokarev
22.09.2016 07:00, 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 Python dict describing an API item. Applied to -trivial, thanks! /mjt

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 Python dict describing an AP

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

2016-09-23 Thread Marc-André Lureau
Hi - Original Message - > 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 > > > immediate

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

2016-09-23 Thread Eric Blake
On 09/23/2016 03:04 PM, David Anderson wrote: > 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 >>> imm

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

2016-09-22 Thread Eric Blake
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 Python dict describing an API item. > > Signed-off-by: David Anderson > --- > qapi-sch