aboutsummaryrefslogtreecommitdiff
path: root/target/arm/meson.build
AgeCommit message (Expand)Author
2023-10-07meson: Rename target_softmmu_arch -> target_system_archPhilippe Mathieu-Daudé
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé
2023-06-06arm: move KVM breakpoints helpersFrancesco Cagnin
2023-05-02target/arm: move cpu_tcg to tcg/cpu32.cClaudio Fontana
2023-05-02target/arm: Move cortex sysregs into a separate fileFabiano Rosas
2023-03-02target/arm: Restrict 'qapi-commands-machine.h' to system emulationPhilippe Mathieu-Daudé
2023-02-27target/arm: Move psci.c into the tcg directoryClaudio Fontana
2023-02-27target/arm: move helpers to tcg/Claudio Fontana
2023-02-27target/arm: move translate modules to tcg/Fabiano Rosas
2022-07-11target/arm: Trap non-streaming usage when Streaming SVE is activeRichard Henderson
2022-07-11target/arm: Add infrastructure for disas_smeRichard Henderson
2022-06-27target/arm: Implement SMSTART, SMSTOPRichard Henderson
2022-06-08target/arm: Move get_phys_addr to ptw.cRichard Henderson
2021-09-21arm: Add Hypervisor.framework build targetAlexander Graf
2021-06-21target/arm: Implement MVE VLDR/VSTR (non-widening forms)Peter Maydell
2021-06-16target/arm: Add framework for MVE decodePeter Maydell
2021-05-10target/arm: Make translate-neon.c.inc its own compilation unitPeter Maydell
2021-05-10target/arm: Make translate-vfp.c.inc its own compilation unitPeter Maydell
2021-05-10target/arm: Split m-nocp trans functions into their own filePeter Maydell
2021-01-18semihosting: Move ARM semihosting code to shared directoriesKeith Packard
2020-09-14target/arm: Remove KVM support for 32-bit Arm hostsPeter Maydell
2020-08-24target/arm: Do M-profile NOCP checks early and via decodetreePeter Maydell
2020-08-21meson: targetPaolo Bonzini