aboutsummaryrefslogtreecommitdiff
path: root/target/arm/kvm64.c
AgeCommit message (Expand)Author
2023-12-19target/arm/kvm: Merge kvm64.c into kvm.cRichard Henderson
2023-12-19target/arm/kvm: Move kvm_arm_reg_syncs_via_cpreg_list and unexportRichard Henderson
2023-12-19target/arm/kvm: Move kvm_arm_cpreg_level and unexportRichard Henderson
2023-12-19target/arm/kvm: Use a switch for kvm_arm_cpreg_levelRichard Henderson
2023-12-19target/arm/kvm: Move kvm_arm_get_host_cpu_features and unexportRichard Henderson
2023-12-19target/arm/kvm: Inline kvm_arm_steal_time_supportedRichard Henderson
2023-12-19target/arm/kvm: Move kvm_arm_handle_debug and unexportRichard Henderson
2023-12-19target/arm/kvm: Move kvm_arm_hw_debug_active and unexportRichard Henderson
2023-12-19target/arm/kvm: Move kvm_arm_copy_hw_debug_data and unexportRichard Henderson
2023-12-19target/arm/kvm: Move kvm_arm_verify_ext_dabt_pending and unexportRichard Henderson
2023-12-19target/arm/kvm: Merge kvm_arm_init_debug into kvm_arch_initRichard Henderson
2023-12-19target/arm: kvm64: remove a redundant KVM_CAP_SET_GUEST_DEBUG probeChao Du
2023-10-27target/arm: Move feature test functions to their own headerPeter Maydell
2023-10-19target/arm/kvm64.c: Remove unused includePeter Maydell
2023-10-19arm/kvm: convert to kvm_get_one_regCornelia Huck
2023-10-19arm/kvm: convert to kvm_set_one_regCornelia Huck
2023-09-08arm64: Restore trapless ptimer accessColton Lewis
2023-09-08target/arm: Add ID_AA64ISAR2_EL1Aaron Lindsay
2023-08-24sysemu/kvm: Use vaddr for kvm_arch_[insert|remove]_hw_breakpointAnton Johansson
2023-06-06arm: move KVM breakpoints helpersFrancesco Cagnin
2023-05-19Revert "arm/kvm: add support for MTE"Peter Maydell
2023-05-18arm/kvm: add support for MTECornelia Huck
2023-04-20target/arm: Initialize debug capabilities only onceAkihiko Odaki
2022-09-14target/arm: Implement ID_DFR1Peter Maydell
2022-09-14target/arm: Implement ID_MMFR5Peter Maydell
2022-09-14target/arm: Sort KVM reads of AArch32 ID registers into encoding orderPeter Maydell
2022-08-01target/arm: Move sve probe inside kvm >= 4.15 branchRichard Henderson
2022-08-01target/arm: Set KVM_ARM_VCPU_SVE while probing the hostRichard Henderson
2022-08-01target/arm: Use kvm_arm_sve_supported in kvm_arm_get_host_cpu_featuresRichard Henderson
2022-06-27target/arm: Create ARMVQMapRichard Henderson
2022-06-08target/arm: Add ID_AA64SMFR0_EL1Richard Henderson
2022-06-08target/arm: Use uint32_t instead of bitmap for sve vq'sRichard Henderson
2022-05-19target/arm: Make number of counters in PMCR follow the CPUPeter Maydell
2022-04-28target/arm: Use field names for accessing DBGWCRnRichard Henderson
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau
2022-03-02target/arm: Report KVM's actual PSCI version to guest in dtbPeter Maydell
2022-03-02target/arm: Support PSCI 1.1 and SMCCC 1.0Akihiko Odaki
2022-01-20hw/arm/virt: KVM: Enable PAuth when supported by the hostMarc Zyngier
2021-08-26target/arm/kvm64: Ensure sve vls map is completely clearAndrew Jones
2021-06-21target/arm: Use acpi_ghes_present() to see if we report ACPI memory errorsPeter Maydell
2021-05-25target/arm: Add ID_AA64ZFR0 fields and isar_feature_aa64_sve2Richard Henderson
2021-04-06Revert "target/arm: Make number of counters in PMCR follow the CPU"Peter Maydell
2021-03-30target/arm: Make number of counters in PMCR follow the CPUPeter Maydell
2021-02-05target/arm: do not use cc->do_interrupt for KVM directlyClaudio Fontana
2021-01-29target/arm: Implement ID_PFR2Richard Henderson
2020-10-08hw/arm/virt: Implement kvm-steal-timeAndrew Jones
2020-10-01target/arm: Move id_pfr0, id_pfr1 into ARMISARegistersPeter Maydell
2020-09-08target/arm: Move start-powered-off property to generic CPUStateThiago Jung Bauermann
2020-09-01target/arm/kvm: Remove superfluous breakLiao Pingfang