On 08/01/2026 06.29, Richard Henderson wrote:
Remove tcg/arm.
Remove instances of __arm__, except from tests and imported headers.
Remove arm from supported_cpus.
Remove linux-user/include/host/arm.
Remove common-user/host/arm.
Signed-off-by: Richard Henderson <[email protected]>
---
include/qemu/osdep.h | 2 +-
linux-user/include/host/arm/host-signal.h | 43 -
tcg/arm/tcg-target-con-set.h | 47 -
tcg/arm/tcg-target-con-str.h | 26 -
tcg/arm/tcg-target-has.h | 73 -
tcg/arm/tcg-target-mo.h | 13 -
tcg/arm/tcg-target-reg-bits.h | 12 -
tcg/arm/tcg-target.h | 73 -
disas/disas-host.c | 3 -
hw/virtio/virtio-mem.c | 2 +-
linux-user/mmap.c | 2 +-
MAINTAINERS | 6 -
common-user/host/arm/safe-syscall.inc.S | 108 -
configure | 7 -
meson.build | 7 +-
tcg/arm/tcg-target-opc.h.inc | 16 -
tcg/arm/tcg-target.c.inc | 3489 ---------------------
17 files changed, 5 insertions(+), 3924 deletions(-)
delete mode 100644 linux-user/include/host/arm/host-signal.h
delete mode 100644 tcg/arm/tcg-target-con-set.h
delete mode 100644 tcg/arm/tcg-target-con-str.h
delete mode 100644 tcg/arm/tcg-target-has.h
delete mode 100644 tcg/arm/tcg-target-mo.h
delete mode 100644 tcg/arm/tcg-target-reg-bits.h
delete mode 100644 tcg/arm/tcg-target.h
delete mode 100644 common-user/host/arm/safe-syscall.inc.S
delete mode 100644 tcg/arm/tcg-target-opc.h.inc
delete mode 100644 tcg/arm/tcg-target.c.inc
Reviewed-by: Thomas Huth <[email protected]>