Re: [PATCH v2 2/4] tcg: Search includes in the parent source directory

2020-01-07 Thread Paolo Bonzini
On 01/01/20 12:23, Philippe Mathieu-Daudé wrote: > All the *.inc.c files included by tcg/$TARGET/tcg-target.inc.c > are in tcg/, their parent directory. To simplify the preprocessor > search path, include the relative parent path: '..'. > > Patch created mechanically by running: > > $ for x in

Re: [PATCH v2 2/4] tcg: Search includes in the parent source directory

2020-01-02 Thread Alistair Francis
On Wed, Jan 1, 2020 at 3:24 AM Philippe Mathieu-Daudé wrote: > > All the *.inc.c files included by tcg/$TARGET/tcg-target.inc.c > are in tcg/, their parent directory. To simplify the preprocessor > search path, include the relative parent path: '..'. > > Patch created mechanically by running: > >

Re: [PATCH v2 2/4] tcg: Search includes in the parent source directory

2020-01-01 Thread David Gibson
On Wed, Jan 01, 2020 at 12:23:01PM +0100, Philippe Mathieu-Daudé wrote: > All the *.inc.c files included by tcg/$TARGET/tcg-target.inc.c > are in tcg/, their parent directory. To simplify the preprocessor > search path, include the relative parent path: '..'. > > Patch created mechanically by runn

[PATCH v2 2/4] tcg: Search includes in the parent source directory

2020-01-01 Thread Philippe Mathieu-Daudé
All the *.inc.c files included by tcg/$TARGET/tcg-target.inc.c are in tcg/, their parent directory. To simplify the preprocessor search path, include the relative parent path: '..'. Patch created mechanically by running: $ for x in tcg-pool.inc.c tcg-ldst.inc.c; do \ sed -i "s,#include \"$x