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

Richard Henderson posted 2 patches 12 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230504110412.1892411-1-richard.henderson@linaro.org
Maintainers: Peter Maydell <peter.maydell@linaro.org>
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%)
[PATCH 0/2] target/arm: Move more files to tcg/
Posted by Richard Henderson 12 months ago
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%)

-- 
2.34.1
Re: [PATCH 0/2] target/arm: Move more files to tcg/
Posted by Philippe Mathieu-Daudé 11 months, 3 weeks ago
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>


Re: [PATCH 0/2] target/arm: Move more files to tcg/
Posted by Peter Maydell 11 months, 3 weeks ago
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