qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] target/arm: Move more files to tcg/
@ 2023-05-04 11:04 Richard Henderson
  2023-05-04 11:04 ` [PATCH 1/2] target/arm: Move translate-a32.h, arm_ldst.h, sve_ldst_internal.h " Richard Henderson
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Richard Henderson @ 2023-05-04 11:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-arm

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



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-05-09 14:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-04 11:04 [PATCH 0/2] target/arm: Move more files to tcg/ Richard Henderson
2023-05-04 11:04 ` [PATCH 1/2] target/arm: Move translate-a32.h, arm_ldst.h, sve_ldst_internal.h " Richard Henderson
2023-05-04 13:25   ` Fabiano Rosas
2023-05-04 11:04 ` [PATCH 2/2] target/arm: Move helper-{a64,mve,sme,sve}.h " Richard Henderson
2023-05-04 13:25   ` Fabiano Rosas
2023-05-09 12:57 ` [PATCH 0/2] target/arm: Move more files " Peter Maydell
2023-05-09 14:26 ` Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).