Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260515141032.3271-1-philmd@linaro.org
Maintainers: Peter Maydell <peter.maydell@linaro.org>, "Cédric Le Goater" <clg@kaod.org>, Steven Lee <steven_lee@aspeedtech.com>, Troy Lee <leetroy@gmail.com>, Jamin Lin <jamin_lin@aspeedtech.com>, Kane Chen <kane_chen@aspeedtech.com>, Andrew Jeffery <andrew@codeconstruct.com.au>, Joel Stanley <joel@jms.id.au>, "Philippe Mathieu-Daudé" <philmd@linaro.org>
include/hw/arm/armv7m.h | 2 +-
include/hw/misc/tz-msc.h | 2 +-
target/arm/internals.h | 10 +-
target/arm/{ => tcg}/idau.h | 4 +-
hw/arm/armv7m.c | 2 +-
hw/arm/aspeed_ast27x0.c | 7 +-
hw/arm/bcm2836.c | 14 +-
hw/arm/raspi.c | 4 -
target/arm/cpu-max.c | 241 +++++++++++++++++++++
target/arm/cpu.c | 10 +-
target/arm/cpu32-stubs.c | 8 +-
target/arm/cpu64.c | 92 +-------
target/arm/ptw.c | 2 +-
target/arm/tcg/cpu-v7m.c | 11 +
target/arm/tcg/{cpu32.c => cpu32-system.c} | 191 +---------------
target/arm/tcg/stubs32.c | 10 +
hw/arm/meson.build | 15 +-
hw/intc/meson.build | 2 +-
target/arm/meson.build | 26 ++-
target/arm/tcg/meson.build | 60 ++---
20 files changed, 349 insertions(+), 364 deletions(-)
rename target/arm/{ => tcg}/idau.h (97%)
create mode 100644 target/arm/cpu-max.c
rename target/arm/tcg/{cpu32.c => cpu32-system.c} (80%)