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

2014-04-01 Thread Lluís Vilanova
Eric Blake writes: > On 03/31/2014 01:16 PM, Lluís Vilanova wrote: [...] >> @@ -368,7 +368,8 @@ check-tests/test-qapi.py: tests/test-qapi.py >> >> .PHONY: $(patsubst %, check-%, $(check-qapi-schema-y)) >> $(patsubst %, check-%, $(check-qapi-schema-y)): check-%.json: >> $(SRC_PATH)/%.json >> -

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

2014-03-31 Thread Eric Blake
On 03/31/2014 01:16 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 > --- > +++ b/Makefile > @@ -238,33 +238,33 @@ qapi-py = $(SRC_PATH)/scripts/qapi.py > $(SRC_PATH)/scripts/ordereddict.py >

[Qemu-devel] [PATCH v6 2/4] qapi: Use an explicit input file

2014-03-31 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