Re: [Qemu-devel] [PATCH v4 04/15] qapi: fix schema symbol sections

2016-11-17 Thread Markus Armbruster
Markus Armbruster writes: > Marc-André Lureau writes: > >> 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 >> Reviewed-by: Eric Blake > > Reviewed-by

Re: [Qemu-devel] [PATCH v4 04/15] qapi: fix schema symbol sections

2016-11-17 Thread Markus Armbruster
Marc-André Lureau writes: > 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 > Reviewed-by: Eric Blake Reviewed-by: Markus Armbruster

[Qemu-devel] [PATCH v4 04/15] qapi: fix schema symbol sections

2016-11-10 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 Reviewed-by: Eric Blake --- qapi-schema.json | 18 +- qapi/block-core.json | 1 + qga/qapi-sc