Re: [Qemu-devel] [PATCH 02/10] tcg: Invert the inclusion of helper.h

2014-05-13 Thread Alex Bennée
Richard Henderson writes: > Rather than include helper.h with N values of GEN_HELPER, include a > secondary file that sets up the macros to include helper.h. This > minimizes the files that must be rebuilt when changing the macros > for file N. > > Signed-off-by: Richard Henderson > --- > inc

[Qemu-devel] [PATCH 02/10] tcg: Invert the inclusion of helper.h

2014-05-12 Thread Richard Henderson
Rather than include helper.h with N values of GEN_HELPER, include a secondary file that sets up the macros to include helper.h. This minimizes the files that must be rebuilt when changing the macros for file N. Signed-off-by: Richard Henderson --- include/exec/helper-gen.h|