aboutsummaryrefslogtreecommitdiff
path: root/target/arm/hvf
AgeCommit message (Expand)AuthorFilesLines
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