aboutsummaryrefslogtreecommitdiff
path: root/target/arm/meson.build
AgeCommit message (Expand)AuthorFilesLines
2024-03-08target/arm: Move v7m-related code from cpu32.c into a separate fileThomas Huth1-0/+3
2023-12-31meson: rename config_allPaolo Bonzini1-1/+1
2023-12-19target/arm/kvm: Merge kvm64.c into kvm.cRichard Henderson1-1/+1
2023-10-07meson: Rename target_softmmu_arch -> target_system_archPhilippe Mathieu-Daudé1-1/+1
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé1-3/+3
2023-06-06arm: move KVM breakpoints helpersFrancesco Cagnin1-1/+2
2023-05-02target/arm: move cpu_tcg to tcg/cpu32.cClaudio Fontana1-1/+0
2023-05-02target/arm: Move cortex sysregs into a separate fileFabiano Rosas1-0/+1
2023-03-02target/arm: Restrict 'qapi-commands-machine.h' to system emulationPhilippe Mathieu-Daudé1-1/+1
2023-02-27target/arm: Move psci.c into the tcg directoryClaudio Fontana1-1/+0
2023-02-27target/arm: move helpers to tcg/Claudio Fontana1-13/+2
2023-02-27target/arm: move translate modules to tcg/Fabiano Rosas1-26/+4
2022-07-11target/arm: Trap non-streaming usage when Streaming SVE is activeRichard Henderson1-0/+1
2022-07-11target/arm: Add infrastructure for disas_smeRichard Henderson1-0/+2
2022-06-27target/arm: Implement SMSTART, SMSTOPRichard Henderson1-0/+1
2022-06-08target/arm: Move get_phys_addr to ptw.cRichard Henderson1-0/+1
2021-09-21arm: Add Hypervisor.framework build targetAlexander Graf1-0/+2
2021-06-21target/arm: Implement MVE VLDR/VSTR (non-widening forms)Peter Maydell1-0/+1
2021-06-16target/arm: Add framework for MVE decodePeter Maydell1-0/+2
2021-05-10target/arm: Make translate-neon.c.inc its own compilation unitPeter Maydell1-3/+4
2021-05-10target/arm: Make translate-vfp.c.inc its own compilation unitPeter Maydell1-2/+3
2021-05-10target/arm: Split m-nocp trans functions into their own filePeter Maydell1-1/+2
2021-01-18semihosting: Move ARM semihosting code to shared directoriesKeith Packard1-2/+0
2020-09-14target/arm: Remove KVM support for 32-bit Arm hostsPeter Maydell1-4/+1
2020-08-24target/arm: Do M-profile NOCP checks early and via decodetreePeter Maydell1-0/+1
2020-08-21meson: targetPaolo Bonzini1-0/+62