On 12/16/20 7:55 AM, Paolo Bonzini wrote: > Enable removing tcg/$tcg_arch from the include path when TCG is disabled. > Move translate-all.h to include/exec, since stubs exist for the functions > defined therein. > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > --- > accel/stubs/tcg-stub.c | 1 - > accel/tcg/cputlb.c | 2 +- > accel/tcg/translate-all.c | 2 +- > accel/tcg/user-exec.c | 2 +- > cpu.c | 2 +- > hw/i386/kvmvapic.c | 1 - > {accel/tcg => include/exec}/translate-all.h | 0 > monitor/misc.c | 1 - > softmmu/physmem.c | 3 +-- > 9 files changed, 5 insertions(+), 9 deletions(-) > rename {accel/tcg => include/exec}/translate-all.h (100%)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~