Re: [Qemu-devel] [PATCH v3 41/50] qapi: add a 'unit' pragma

2017-12-14 Thread Markus Armbruster
Marc-André Lureau writes: > Add a pragma that allows to tag the following expressions with a unit > name. By default, an expression has no unit name. > > Signed-off-by: Marc-André Lureau > --- > scripts/qapi.py | 9

Re: [Qemu-devel] [PATCH v3 41/50] qapi: add a 'unit' pragma

2017-12-14 Thread Markus Armbruster
Marc-André Lureau writes: > Hi > > On Thu, Dec 14, 2017 at 2:54 PM, Markus Armbruster wrote: >> Marc-André Lureau writes: >> >>> Add a pragma that allows to tag the following expressions with a unit >>> name. By

Re: [Qemu-devel] [PATCH v3 41/50] qapi: add a 'unit' pragma

2017-12-14 Thread Marc-André Lureau
Hi On Thu, Dec 14, 2017 at 2:54 PM, Markus Armbruster wrote: > Marc-André Lureau writes: > >> Add a pragma that allows to tag the following expressions with a unit >> name. By default, an expression has no unit name. > > Please explain the unit

Re: [Qemu-devel] [PATCH v3 41/50] qapi: add a 'unit' pragma

2017-12-14 Thread Markus Armbruster
Marc-André Lureau writes: > Add a pragma that allows to tag the following expressions with a unit > name. By default, an expression has no unit name. Please explain the unit name's intended purpose. > Signed-off-by: Marc-André Lureau >

[Qemu-devel] [PATCH v3 41/50] qapi: add a 'unit' pragma

2017-09-11 Thread Marc-André Lureau
Add a pragma that allows to tag the following expressions with a unit name. By default, an expression has no unit name. Signed-off-by: Marc-André Lureau --- scripts/qapi.py | 9 - docs/devel/qapi-code-gen.txt | 3 +++ 2 files changed, 11