aboutsummaryrefslogtreecommitdiff
path: root/target/arm/hvf
AgeCommit message (Expand)AuthorFilesLines
2023-08-24sysemu/hvf: Use vaddr for hvf_arch_[insert|remove]_hw_breakpointAnton Johansson1-2/+2
2023-06-28accel: Rename HVF 'struct hvf_vcpu_state' -> AccelCPUStatePhilippe Mathieu-Daudé1-54/+54
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé1-1/+1
2023-06-06Merge tag 'pull-target-arm-20230606' of https://git.linaro.org/people/pmaydel...Richard Henderson1-2/+748
2023-06-06hvf: add guest debugging handlers for Apple Silicon hostsFrancesco Cagnin1-2/+472
2023-06-06hvf: add breakpoint handlersFrancesco Cagnin1-0/+63
2023-06-06hvf: handle access for more registersFrancesco Cagnin1-0/+213
2023-06-06atomics: eliminate mb_read/mb_setPaolo Bonzini1-1/+1
2023-02-03hvf: arm: Add support for GICv3Alexander Graf2-0/+153
2022-06-08Fix 'writeable' typosPeter Maydell1-2/+2
2022-05-30target/arm/hvf: Include missing "cpregs.h"Philippe Mathieu-Daudé1-0/+1
2022-05-05target/arm: Avoid bare abort() or assert(0)Richard Henderson1-1/+1
2022-04-22target/arm: Change CPUArchState.aarch64 to boolRichard Henderson1-1/+1
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-03-02target/arm: Support PSCI 1.1 and SMCCC 1.0Akihiko Odaki1-1/+26
2022-02-21hvf: arm: Handle unknown ID registers as RES0Alexander Graf1-0/+14
2022-02-21hvf: arm: Use macros for sysreg shift/maskingAlexander Graf1-22/+47
2021-11-02hvf: arm: Ignore cache operations on MMIOAlexander Graf1-0/+7
2021-09-21hvf: arm: Add rudimentary PMC supportAlexander Graf1-0/+179
2021-09-21arm: Add Hypervisor.framework build targetAlexander Graf1-0/+3
2021-09-21hvf: arm: Implement PSCI handlingAlexander Graf2-5/+137
2021-09-21hvf: arm: Implement -cpu hostPeter Maydell1-0/+95
2021-09-21arm/hvf: Add a WFI handlerPeter Collingbourne1-0/+79
2021-09-20hvf: Add Apple Silicon supportAlexander Graf2-0/+804