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

2014-04-11 Thread Eric Blake
On 04/02/2014 09:16 AM, 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 > --- > +input_file = "" > output_dir = "" > prefix = "" > dispatch_type = "sync" > @@ -389,6 +391,8 @@ do_h = False > fo

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

2014-04-02 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