aboutsummaryrefslogtreecommitdiff
path: root/target/arm/hvf
AgeCommit message (Expand)AuthorFilesLines
2024-12-20include: Rename sysemu/ -> system/Philippe Mathieu-Daudé1-5/+5
2024-12-20hvf: arm: Ignore writes to CNTP_CTL_EL0Alexander Graf1-0/+9
2024-11-19target/arm/hvf: Add trace.h headerPeter Maydell2-1/+2
2024-09-13hvf: arm: Implement and use hvf_get_physical_address_rangeDanny Canter1-1/+55
2024-09-13hvf: Split up hv_vm_create logic per archDanny Canter1-0/+9
2024-08-03hvf: arm: Fix hvf_sysreg_read_cp() callAkihiko Odaki1-1/+1
2024-07-29hvf: arm: Do not advance PC when raising an exceptionAkihiko Odaki1-3/+3
2024-07-29hvf: arm: Properly disable PMUAkihiko Odaki1-87/+97
2024-07-29hvf: arm: Raise an exception for sysreg by defaultAkihiko Odaki1-89/+85
2024-07-18hvf: arm: Do not advance PC when raising an exceptionAkihiko Odaki1-0/+1
2024-06-24gdbstub: move enums into separate headerAlex Bennée1-1/+1
2024-05-28hvf: arm: Fix encodings for ID_AA64PFR1_EL1 and debug System registersZenghui Yu1-80/+80
2024-04-30target/arm: Implement ID_AA64MMFR3_EL1Peter Maydell1-0/+2
2024-04-30hvf: arm: Remove PL1_WRITE_MASKZenghui Yu1-1/+0
2024-04-26accel/hvf: Use accel-specific per-vcpu @dirty fieldPhilippe Mathieu-Daudé1-2/+2
2024-04-02accel/hvf: Un-inline hvf_arch_supports_guest_debug()Philippe Mathieu-Daudé1-1/+1
2024-01-26target/arm: Move GTimer definitions to new 'gtimer.h' headerPhilippe Mathieu-Daudé1-0/+1
2024-01-26target/arm: Expose arm_cpu_mp_affinity() in 'multiprocessing.h' headerPhilippe Mathieu-Daudé1-0/+1
2024-01-26target/arm: Create arm_cpu_mp_affinityRichard Henderson1-2/+2
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi1-4/+4
2023-12-29target/arm: Constify hvf/hvf.cRichard Henderson1-5/+8
2023-09-29target/arm/hvf: Clean up local variable shadowingPhilippe Mathieu-Daudé1-4/+4
2023-09-08target/arm: Add ID_AA64ISAR2_EL1Aaron Lindsay1-0/+1
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