summaryrefslogtreecommitdiffstats
path: root/target/arm/hvf
Commit message (Expand)AuthorAgeFilesLines
* Fix 'writeable' typosPeter Maydell2022-06-081-2/+2
* target/arm/hvf: Include missing "cpregs.h"Philippe Mathieu-Daudé2022-05-301-0/+1
* target/arm: Avoid bare abort() or assert(0)Richard Henderson2022-05-051-1/+1
* target/arm: Change CPUArchState.aarch64 to boolRichard Henderson2022-04-221-1/+1
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0Star
* target/arm: Support PSCI 1.1 and SMCCC 1.0Akihiko Odaki2022-03-021-1/+26
* hvf: arm: Handle unknown ID registers as RES0Alexander Graf2022-02-211-0/+14
* hvf: arm: Use macros for sysreg shift/maskingAlexander Graf2022-02-211-22/+47
* hvf: arm: Ignore cache operations on MMIOAlexander Graf2021-11-021-0/+7
* hvf: arm: Add rudimentary PMC supportAlexander Graf2021-09-211-0/+179
* arm: Add Hypervisor.framework build targetAlexander Graf2021-09-211-0/+3
* hvf: arm: Implement PSCI handlingAlexander Graf2021-09-212-5/+137
* hvf: arm: Implement -cpu hostPeter Maydell2021-09-211-0/+95
* arm/hvf: Add a WFI handlerPeter Collingbourne2021-09-211-0/+79
* hvf: Add Apple Silicon supportAlexander Graf2021-09-202-0/+804