Re: [Qemu-devel] [PATCH v3 04/14] qapi: fix schema symbol sections

2016-11-07 Thread Eric Blake
On 11/07/2016 01:30 AM, Marc-André Lureau wrote: > According to docs/qapi-code-gen.txt, there needs to be '##' to start a > and end a symbol section, that's also what the documentation parser > expects. > > Signed-off-by: Marc-André Lureau > --- > qapi-schema.json | 18 +- >

[Qemu-devel] [PATCH v3 04/14] qapi: fix schema symbol sections

2016-11-06 Thread Marc-André Lureau
According to docs/qapi-code-gen.txt, there needs to be '##' to start a and end a symbol section, that's also what the documentation parser expects. Signed-off-by: Marc-André Lureau --- qapi-schema.json | 18 +- qapi/block-core.json | 1 + qga/qapi-schema.json | 3 +++ 3 fil