Re: [Qemu-devel] [PATCH v2 3/3] decodetree: Allow multiple input files

2018-10-31 Thread Bastian Koppelmann
On 10/31/18 1:14 PM, Richard Henderson wrote: While it would be possible to concatenate input files with make, passing the original input files to decodetree.py allows us to generate error messages which allows compilation environments (read: emacs) to next-error to the correct input file. Sig

[Qemu-devel] [PATCH v2 3/3] decodetree: Allow multiple input files

2018-10-31 Thread Richard Henderson
While it would be possible to concatenate input files with make, passing the original input files to decodetree.py allows us to generate error messages which allows compilation environments (read: emacs) to next-error to the correct input file. Signed-off-by: Richard Henderson --- scripts/decode