aboutsummaryrefslogtreecommitdiff
path: root/target/arm/hvf
AgeCommit message (Expand)Author
2 daystarget/arm/hvf: Add trace.h headerPeter Maydell
2024-09-13hvf: arm: Implement and use hvf_get_physical_address_rangeDanny Canter
2024-09-13hvf: Split up hv_vm_create logic per archDanny Canter
2024-08-03hvf: arm: Fix hvf_sysreg_read_cp() callAkihiko Odaki
2024-07-29hvf: arm: Do not advance PC when raising an exceptionAkihiko Odaki
2024-07-29hvf: arm: Properly disable PMUAkihiko Odaki
2024-07-29hvf: arm: Raise an exception for sysreg by defaultAkihiko Odaki
2024-07-18hvf: arm: Do not advance PC when raising an exceptionAkihiko Odaki
2024-06-24gdbstub: move enums into separate headerAlex Bennée
2024-05-28hvf: arm: Fix encodings for ID_AA64PFR1_EL1 and debug System registersZenghui Yu
2024-04-30target/arm: Implement ID_AA64MMFR3_EL1Peter Maydell
2024-04-30hvf: arm: Remove PL1_WRITE_MASKZenghui Yu
2024-04-26accel/hvf: Use accel-specific per-vcpu @dirty fieldPhilippe Mathieu-Daudé
2024-04-02accel/hvf: Un-inline hvf_arch_supports_guest_debug()Philippe Mathieu-Daudé
2024-01-26target/arm: Move GTimer definitions to new 'gtimer.h' headerPhilippe Mathieu-Daudé
2024-01-26target/arm: Expose arm_cpu_mp_affinity() in 'multiprocessing.h' headerPhilippe Mathieu-Daudé
2024-01-26target/arm: Create arm_cpu_mp_affinityRichard Henderson
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi
2023-12-29target/arm: Constify hvf/hvf.cRichard Henderson
2023-09-29target/arm/hvf: Clean up local variable shadowingPhilippe Mathieu-Daudé
2023-09-08target/arm: Add ID_AA64ISAR2_EL1Aaron Lindsay
2023-08-24sysemu/hvf: Use vaddr for hvf_arch_[insert|remove]_hw_breakpointAnton Johansson
2023-06-28accel: Rename HVF 'struct hvf_vcpu_state' -> AccelCPUStatePhilippe Mathieu-Daudé
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé
2023-06-06Merge tag 'pull-target-arm-20230606' of https://git.linaro.org/people/pmaydel...Richard Henderson
2023-06-06hvf: add guest debugging handlers for Apple Silicon hostsFrancesco Cagnin
2023-06-06hvf: add breakpoint handlersFrancesco Cagnin
2023-06-06hvf: handle access for more registersFrancesco Cagnin
2023-06-06atomics: eliminate mb_read/mb_setPaolo Bonzini
2023-02-03hvf: arm: Add support for GICv3Alexander Graf
2022-06-08Fix 'writeable' typosPeter Maydell
2022-05-30target/arm/hvf: Include missing "cpregs.h"Philippe Mathieu-Daudé
2022-05-05target/arm: Avoid bare abort() or assert(0)Richard Henderson
2022-04-22target/arm: Change CPUArchState.aarch64 to boolRichard Henderson
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-03-02target/arm: Support PSCI 1.1 and SMCCC 1.0Akihiko Odaki
2022-02-21hvf: arm: Handle unknown ID registers as RES0Alexander Graf
2022-02-21hvf: arm: Use macros for sysreg shift/maskingAlexander Graf
2021-11-02hvf: arm: Ignore cache operations on MMIOAlexander Graf
2021-09-21hvf: arm: Add rudimentary PMC supportAlexander Graf
2021-09-21arm: Add Hypervisor.framework build targetAlexander Graf
2021-09-21hvf: arm: Implement PSCI handlingAlexander Graf
2021-09-21hvf: arm: Implement -cpu hostPeter Maydell
2021-09-21arm/hvf: Add a WFI handlerPeter Collingbourne
2021-09-20hvf: Add Apple Silicon supportAlexander Graf