index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
arm
/
hvf
Age
Commit message (
Expand
)
Author
2 days
target/arm/hvf: Add trace.h header
Peter Maydell
2024-09-13
hvf: arm: Implement and use hvf_get_physical_address_range
Danny Canter
2024-09-13
hvf: Split up hv_vm_create logic per arch
Danny Canter
2024-08-03
hvf: arm: Fix hvf_sysreg_read_cp() call
Akihiko Odaki
2024-07-29
hvf: arm: Do not advance PC when raising an exception
Akihiko Odaki
2024-07-29
hvf: arm: Properly disable PMU
Akihiko Odaki
2024-07-29
hvf: arm: Raise an exception for sysreg by default
Akihiko Odaki
2024-07-18
hvf: arm: Do not advance PC when raising an exception
Akihiko Odaki
2024-06-24
gdbstub: move enums into separate header
Alex Bennée
2024-05-28
hvf: arm: Fix encodings for ID_AA64PFR1_EL1 and debug System registers
Zenghui Yu
2024-04-30
target/arm: Implement ID_AA64MMFR3_EL1
Peter Maydell
2024-04-30
hvf: arm: Remove PL1_WRITE_MASK
Zenghui Yu
2024-04-26
accel/hvf: Use accel-specific per-vcpu @dirty field
Philippe Mathieu-Daudé
2024-04-02
accel/hvf: Un-inline hvf_arch_supports_guest_debug()
Philippe Mathieu-Daudé
2024-01-26
target/arm: Move GTimer definitions to new 'gtimer.h' header
Philippe Mathieu-Daudé
2024-01-26
target/arm: Expose arm_cpu_mp_affinity() in 'multiprocessing.h' header
Philippe Mathieu-Daudé
2024-01-26
target/arm: Create arm_cpu_mp_affinity
Richard Henderson
2024-01-08
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
2023-12-29
target/arm: Constify hvf/hvf.c
Richard Henderson
2023-09-29
target/arm/hvf: Clean up local variable shadowing
Philippe Mathieu-Daudé
2023-09-08
target/arm: Add ID_AA64ISAR2_EL1
Aaron Lindsay
2023-08-24
sysemu/hvf: Use vaddr for hvf_arch_[insert|remove]_hw_breakpoint
Anton Johansson
2023-06-28
accel: Rename HVF 'struct hvf_vcpu_state' -> AccelCPUState
Philippe Mathieu-Daudé
2023-06-20
meson: Replace softmmu_ss -> system_ss
Philippe Mathieu-Daudé
2023-06-06
Merge tag 'pull-target-arm-20230606' of https://git.linaro.org/people/pmaydel...
Richard Henderson
2023-06-06
hvf: add guest debugging handlers for Apple Silicon hosts
Francesco Cagnin
2023-06-06
hvf: add breakpoint handlers
Francesco Cagnin
2023-06-06
hvf: handle access for more registers
Francesco Cagnin
2023-06-06
atomics: eliminate mb_read/mb_set
Paolo Bonzini
2023-02-03
hvf: arm: Add support for GICv3
Alexander Graf
2022-06-08
Fix 'writeable' typos
Peter Maydell
2022-05-30
target/arm/hvf: Include missing "cpregs.h"
Philippe Mathieu-Daudé
2022-05-05
target/arm: Avoid bare abort() or assert(0)
Richard Henderson
2022-04-22
target/arm: Change CPUArchState.aarch64 to bool
Richard Henderson
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
2022-03-02
target/arm: Support PSCI 1.1 and SMCCC 1.0
Akihiko Odaki
2022-02-21
hvf: arm: Handle unknown ID registers as RES0
Alexander Graf
2022-02-21
hvf: arm: Use macros for sysreg shift/masking
Alexander Graf
2021-11-02
hvf: arm: Ignore cache operations on MMIO
Alexander Graf
2021-09-21
hvf: arm: Add rudimentary PMC support
Alexander Graf
2021-09-21
arm: Add Hypervisor.framework build target
Alexander Graf
2021-09-21
hvf: arm: Implement PSCI handling
Alexander Graf
2021-09-21
hvf: arm: Implement -cpu host
Peter Maydell
2021-09-21
arm/hvf: Add a WFI handler
Peter Collingbourne
2021-09-20
hvf: Add Apple Silicon support
Alexander Graf