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
/
kvm64.c
Age
Commit message (
Expand
)
Author
2023-12-19
target/arm/kvm: Merge kvm64.c into kvm.c
Richard Henderson
2023-12-19
target/arm/kvm: Move kvm_arm_reg_syncs_via_cpreg_list and unexport
Richard Henderson
2023-12-19
target/arm/kvm: Move kvm_arm_cpreg_level and unexport
Richard Henderson
2023-12-19
target/arm/kvm: Use a switch for kvm_arm_cpreg_level
Richard Henderson
2023-12-19
target/arm/kvm: Move kvm_arm_get_host_cpu_features and unexport
Richard Henderson
2023-12-19
target/arm/kvm: Inline kvm_arm_steal_time_supported
Richard Henderson
2023-12-19
target/arm/kvm: Move kvm_arm_handle_debug and unexport
Richard Henderson
2023-12-19
target/arm/kvm: Move kvm_arm_hw_debug_active and unexport
Richard Henderson
2023-12-19
target/arm/kvm: Move kvm_arm_copy_hw_debug_data and unexport
Richard Henderson
2023-12-19
target/arm/kvm: Move kvm_arm_verify_ext_dabt_pending and unexport
Richard Henderson
2023-12-19
target/arm/kvm: Merge kvm_arm_init_debug into kvm_arch_init
Richard Henderson
2023-12-19
target/arm: kvm64: remove a redundant KVM_CAP_SET_GUEST_DEBUG probe
Chao Du
2023-10-27
target/arm: Move feature test functions to their own header
Peter Maydell
2023-10-19
target/arm/kvm64.c: Remove unused include
Peter Maydell
2023-10-19
arm/kvm: convert to kvm_get_one_reg
Cornelia Huck
2023-10-19
arm/kvm: convert to kvm_set_one_reg
Cornelia Huck
2023-09-08
arm64: Restore trapless ptimer access
Colton Lewis
2023-09-08
target/arm: Add ID_AA64ISAR2_EL1
Aaron Lindsay
2023-08-24
sysemu/kvm: Use vaddr for kvm_arch_[insert|remove]_hw_breakpoint
Anton Johansson
2023-06-06
arm: move KVM breakpoints helpers
Francesco Cagnin
2023-05-19
Revert "arm/kvm: add support for MTE"
Peter Maydell
2023-05-18
arm/kvm: add support for MTE
Cornelia Huck
2023-04-20
target/arm: Initialize debug capabilities only once
Akihiko Odaki
2022-09-14
target/arm: Implement ID_DFR1
Peter Maydell
2022-09-14
target/arm: Implement ID_MMFR5
Peter Maydell
2022-09-14
target/arm: Sort KVM reads of AArch32 ID registers into encoding order
Peter Maydell
2022-08-01
target/arm: Move sve probe inside kvm >= 4.15 branch
Richard Henderson
2022-08-01
target/arm: Set KVM_ARM_VCPU_SVE while probing the host
Richard Henderson
2022-08-01
target/arm: Use kvm_arm_sve_supported in kvm_arm_get_host_cpu_features
Richard Henderson
2022-06-27
target/arm: Create ARMVQMap
Richard Henderson
2022-06-08
target/arm: Add ID_AA64SMFR0_EL1
Richard Henderson
2022-06-08
target/arm: Use uint32_t instead of bitmap for sve vq's
Richard Henderson
2022-05-19
target/arm: Make number of counters in PMCR follow the CPU
Peter Maydell
2022-04-28
target/arm: Use field names for accessing DBGWCRn
Richard Henderson
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
2022-03-02
target/arm: Report KVM's actual PSCI version to guest in dtb
Peter Maydell
2022-03-02
target/arm: Support PSCI 1.1 and SMCCC 1.0
Akihiko Odaki
2022-01-20
hw/arm/virt: KVM: Enable PAuth when supported by the host
Marc Zyngier
2021-08-26
target/arm/kvm64: Ensure sve vls map is completely clear
Andrew Jones
2021-06-21
target/arm: Use acpi_ghes_present() to see if we report ACPI memory errors
Peter Maydell
2021-05-25
target/arm: Add ID_AA64ZFR0 fields and isar_feature_aa64_sve2
Richard Henderson
2021-04-06
Revert "target/arm: Make number of counters in PMCR follow the CPU"
Peter Maydell
2021-03-30
target/arm: Make number of counters in PMCR follow the CPU
Peter Maydell
2021-02-05
target/arm: do not use cc->do_interrupt for KVM directly
Claudio Fontana
2021-01-29
target/arm: Implement ID_PFR2
Richard Henderson
2020-10-08
hw/arm/virt: Implement kvm-steal-time
Andrew Jones
2020-10-01
target/arm: Move id_pfr0, id_pfr1 into ARMISARegisters
Peter Maydell
2020-09-08
target/arm: Move start-powered-off property to generic CPUState
Thiago Jung Bauermann
2020-09-01
target/arm/kvm: Remove superfluous break
Liao Pingfang
[next]