mbox series

[0/2] target/arm: Move more files to tcg/

Message ID 20230504110412.1892411-1-richard.henderson@linaro.org
Headers show
Series target/arm: Move more files to tcg/ | expand

Message

Richard Henderson May 4, 2023, 11:04 a.m. UTC
Move 7 files to tcg/.

r~


Richard Henderson (2):
  target/arm: Move translate-a32.h, arm_ldst.h, sve_ldst_internal.h to
    tcg/
  target/arm: Move helper-{a64,mve,sme,sve}.h to tcg/

 target/arm/helper.h                      | 8 ++++----
 target/arm/{ => tcg}/arm_ldst.h          | 0
 target/arm/{ => tcg}/helper-a64.h        | 0
 target/arm/{ => tcg}/helper-mve.h        | 0
 target/arm/{ => tcg}/helper-sme.h        | 0
 target/arm/{ => tcg}/helper-sve.h        | 0
 target/arm/{ => tcg}/sve_ldst_internal.h | 0
 target/arm/{ => tcg}/translate-a32.h     | 0
 8 files changed, 4 insertions(+), 4 deletions(-)
 rename target/arm/{ => tcg}/arm_ldst.h (100%)
 rename target/arm/{ => tcg}/helper-a64.h (100%)
 rename target/arm/{ => tcg}/helper-mve.h (100%)
 rename target/arm/{ => tcg}/helper-sme.h (100%)
 rename target/arm/{ => tcg}/helper-sve.h (100%)
 rename target/arm/{ => tcg}/sve_ldst_internal.h (100%)
 rename target/arm/{ => tcg}/translate-a32.h (100%)

Comments

Peter Maydell May 9, 2023, 12:57 p.m. UTC | #1
On Thu, 4 May 2023 at 12:05, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> Move 7 files to tcg/.
>
> r~
>
>
> Richard Henderson (2):
>   target/arm: Move translate-a32.h, arm_ldst.h, sve_ldst_internal.h to
>     tcg/
>   target/arm: Move helper-{a64,mve,sme,sve}.h to tcg/
>



Applied to target-arm.next, thanks.

-- PMM
Philippe Mathieu-Daudé May 9, 2023, 2:26 p.m. UTC | #2
On 4/5/23 13:04, Richard Henderson wrote:
> Move 7 files to tcg/.
> 
> r~
> 
> 
> Richard Henderson (2):
>    target/arm: Move translate-a32.h, arm_ldst.h, sve_ldst_internal.h to
>      tcg/
>    target/arm: Move helper-{a64,mve,sme,sve}.h to tcg/

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>