summary refs log tree commit diff stats
path: root/target/arm/hvf/hvf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* target/arm: Implement ID_AA64MMFR3_EL1Peter Maydell2024-04-301-0/+2
* hvf: arm: Remove PL1_WRITE_MASKZenghui Yu2024-04-301-1/+0
* accel/hvf: Use accel-specific per-vcpu @dirty fieldPhilippe Mathieu-Daudé2024-04-261-2/+2
* accel/hvf: Un-inline hvf_arch_supports_guest_debug()Philippe Mathieu-Daudé2024-04-021-1/+1
* target/arm: Move GTimer definitions to new 'gtimer.h' headerPhilippe Mathieu-Daudé2024-01-261-0/+1
* target/arm: Expose arm_cpu_mp_affinity() in 'multiprocessing.h' headerPhilippe Mathieu-Daudé2024-01-261-0/+1
* target/arm: Create arm_cpu_mp_affinityRichard Henderson2024-01-261-2/+2
* system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi2024-01-081-4/+4
* target/arm: Constify hvf/hvf.cRichard Henderson2023-12-291-5/+8
* target/arm/hvf: Clean up local variable shadowingPhilippe Mathieu-Daudé2023-09-291-4/+4
* target/arm: Add ID_AA64ISAR2_EL1Aaron Lindsay2023-09-081-0/+1
* sysemu/hvf: Use vaddr for hvf_arch_[insert|remove]_hw_breakpointAnton Johansson2023-08-241-2/+2
* accel: Rename HVF 'struct hvf_vcpu_state' -> AccelCPUStatePhilippe Mathieu-Daudé2023-06-281-54/+54
* Merge tag 'pull-target-arm-20230606' of https://git.linaro.org/people/pmaydel...Richard Henderson2023-06-061-2/+748
|\
| * hvf: add guest debugging handlers for Apple Silicon hostsFrancesco Cagnin2023-06-061-2/+472
| * hvf: add breakpoint handlersFrancesco Cagnin2023-06-061-0/+63
| * hvf: handle access for more registersFrancesco Cagnin2023-06-061-0/+213
* | atomics: eliminate mb_read/mb_setPaolo Bonzini2023-06-061-1/+1
|/
* hvf: arm: Add support for GICv3Alexander Graf2023-02-031-0/+151
* 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/+0
* 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
* hvf: arm: Implement PSCI handlingAlexander Graf2021-09-211-5/+136
* 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-201-0/+794