Claudio Fontana <cfont...@suse.de> writes:
> Signed-off-by: Claudio Fontana <cfont...@suse.de> > Reviewed-by: Richard Henderson <richard.hender...@linaro.org> > > [claudio: moved vec_internal.h and op_addsub.h to tcg/ too] > > Signed-off-by: Claudio Fontana <cfont...@suse.de> > --- > meson.build | 1 + > target/arm/{ => tcg}/op_addsub.h | 0 > target/arm/tcg/trace.h | 1 + > target/arm/{ => tcg}/vec_internal.h | 0 > target/arm/{ => tcg}/crypto_helper.c | 0 > target/arm/{ => tcg}/debug_helper.c | 0 > target/arm/{ => tcg}/helper-a64.c | 0 > target/arm/{ => tcg}/helper.c | 0 > target/arm/{ => tcg}/iwmmxt_helper.c | 0 > target/arm/{ => tcg}/m_helper.c | 0 > target/arm/{ => tcg}/mte_helper.c | 0 > target/arm/{ => tcg}/neon_helper.c | 0 > target/arm/{ => tcg}/op_helper.c | 0 > target/arm/{ => tcg}/pauth_helper.c | 0 > target/arm/{ => tcg}/sve_helper.c | 0 > target/arm/{ => tcg}/tlb_helper.c | 0 > target/arm/{ => tcg}/vec_helper.c | 0 > target/arm/{ => tcg}/vfp_helper.c | 0 > target/arm/meson.build | 14 -------------- > target/arm/tcg/meson.build | 14 ++++++++++++++ > target/arm/tcg/trace-events | 10 ++++++++++ > target/arm/trace-events | 9 --------- > 22 files changed, 26 insertions(+), 23 deletions(-) > rename target/arm/{ => tcg}/op_addsub.h (100%) > create mode 100644 target/arm/tcg/trace.h > rename target/arm/{ => tcg}/vec_internal.h (100%) > rename target/arm/{ => tcg}/crypto_helper.c (100%) > rename target/arm/{ => tcg}/debug_helper.c (100%) > rename target/arm/{ => tcg}/helper-a64.c (100%) > rename target/arm/{ => tcg}/helper.c (100%) > rename target/arm/{ => tcg}/iwmmxt_helper.c (100%) > rename target/arm/{ => tcg}/m_helper.c (100%) > rename target/arm/{ => tcg}/mte_helper.c (100%) > rename target/arm/{ => tcg}/neon_helper.c (100%) > rename target/arm/{ => tcg}/op_helper.c (100%) > rename target/arm/{ => tcg}/pauth_helper.c (100%) > rename target/arm/{ => tcg}/sve_helper.c (100%) > rename target/arm/{ => tcg}/tlb_helper.c (100%) > rename target/arm/{ => tcg}/vec_helper.c (100%) > rename target/arm/{ => tcg}/vfp_helper.c (100%) > create mode 100644 target/arm/tcg/trace-events > > diff --git a/meson.build b/meson.build > index 3be616e39b..53f2650907 100644 > --- a/meson.build > +++ b/meson.build > @@ -1845,6 +1845,7 @@ if have_system or have_user > 'accel/tcg', > 'hw/core', > 'target/arm', > + 'target/arm/tcg', This confuses me when we already have a subdir("tcg") in the previous patch. Otherwise: Reviewed-by: Alex Bennée <alex.ben...@linaro.org> -- Alex Bennée