Re: [Qemu-devel] [PATCH v4 42/51] qapi: add a 'unit' pragma

2018-02-06 Thread Markus Armbruster
Marc-André Lureau writes: > On Mon, Feb 5, 2018 at 7:13 PM, Markus Armbruster wrote: >> Marc-André Lureau writes: >> >>> Hi >>> >>> On Thu, Jan 11, 2018 at 10:32 PM, Marc-André Lureau >>> wrote: Add a pragma that allows to tag the following expressions in the schema with a unit name.

Re: [Qemu-devel] [PATCH v4 42/51] qapi: add a 'unit' pragma

2018-02-06 Thread Marc-André Lureau
On Mon, Feb 5, 2018 at 7:13 PM, Markus Armbruster wrote: > Marc-André Lureau writes: > >> Hi >> >> On Thu, Jan 11, 2018 at 10:32 PM, Marc-André Lureau >> wrote: >>> Add a pragma that allows to tag the following expressions in the >>> schema with a unit name. By default, an expression has no unit

Re: [Qemu-devel] [PATCH v4 42/51] qapi: add a 'unit' pragma

2018-02-05 Thread Markus Armbruster
Marc-André Lureau writes: > Hi > > On Thu, Jan 11, 2018 at 10:32 PM, Marc-André Lureau > wrote: >> Add a pragma that allows to tag the following expressions in the >> schema with a unit name. By default, an expression has no unit name. >> >> See the docs/devel/qapi-code-gen.txt for more details.

Re: [Qemu-devel] [PATCH v4 42/51] qapi: add a 'unit' pragma

2018-01-12 Thread Marc-André Lureau
Hi On Thu, Jan 11, 2018 at 10:32 PM, Marc-André Lureau wrote: > Add a pragma that allows to tag the following expressions in the > schema with a unit name. By default, an expression has no unit name. > > See the docs/devel/qapi-code-gen.txt for more details. > I inadvertently merged the followin

[Qemu-devel] [PATCH v4 42/51] qapi: add a 'unit' pragma

2018-01-11 Thread Marc-André Lureau
Add a pragma that allows to tag the following expressions in the schema with a unit name. By default, an expression has no unit name. See the docs/devel/qapi-code-gen.txt for more details. Signed-off-by: Marc-André Lureau --- scripts/qapi.py| 22 +++--