Re: [Qemu-devel] [PATCH v9 3/4] qapi: Use an explicit input file

2014-04-29 Thread Markus Armbruster
Eric Blake writes: > On 04/29/2014 02:20 PM, Lluís Vilanova wrote: >> Markus Armbruster writes: >> >>> Lluís Vilanova writes: Use an explicit input file on the command-line instead of reading from standard input >> >>> Please limit commit message line length to 70 characters. >> >>>

Re: [Qemu-devel] [PATCH v9 3/4] qapi: Use an explicit input file

2014-04-29 Thread Eric Blake
On 04/29/2014 02:20 PM, Lluís Vilanova wrote: > Markus Armbruster writes: > >> Lluís Vilanova writes: >>> Use an explicit input file on the command-line instead of reading from >>> standard input > >> Please limit commit message line length to 70 characters. > >> Worth mentioning that this com

Re: [Qemu-devel] [PATCH v9 3/4] qapi: Use an explicit input file

2014-04-29 Thread Lluís Vilanova
Markus Armbruster writes: > Lluís Vilanova writes: >> Use an explicit input file on the command-line instead of reading from >> standard input > Please limit commit message line length to 70 characters. > Worth mentioning that this commit improves error messages! > :123: Borked > becomes

Re: [Qemu-devel] [PATCH v9 3/4] qapi: Use an explicit input file

2014-04-29 Thread Markus Armbruster
Lluís Vilanova writes: > Use an explicit input file on the command-line instead of reading from > standard input Please limit commit message line length to 70 characters. Worth mentioning that this commit improves error messages! :123: Borked becomes qapi-schema.json:123: Borked wh

Re: [Qemu-devel] [PATCH v9 3/4] qapi: Use an explicit input file

2014-04-25 Thread Eric Blake
On 04/13/2014 01:08 PM, Lluís Vilanova wrote: > Use an explicit input file on the command-line instead of reading from > standard input > > Signed-off-by: Lluís Vilanova > --- Reviewed-by: Eric Blake -- Eric Blake eblake redhat com+1-919-301-3266 Libvirt virtualization library http://l

[Qemu-devel] [PATCH v9 3/4] qapi: Use an explicit input file

2014-04-13 Thread Lluís Vilanova
Use an explicit input file on the command-line instead of reading from standard input Signed-off-by: Lluís Vilanova --- Makefile | 12 ++-- docs/qapi-code-gen.txt |4 ++-- scripts/qapi-commands.py