aboutsummaryrefslogtreecommitdiff
path: root/target/arm/kvm_arm.h
AgeCommit message (Expand)AuthorFilesLines
2024-10-29target/arm: kvm: require KVM_CAP_DEVICE_CTRLPaolo Bonzini1-9/+7
2024-10-29arm/kvm: add support for MTECornelia Huck1-0/+19
2023-12-19target/arm/kvm: Have kvm_arm_pmu_set_irq take a ARMCPU argumentPhilippe Mathieu-Daudé1-2/+2
2023-12-19target/arm/kvm: Have kvm_arm_pmu_init take a ARMCPU argumentPhilippe Mathieu-Daudé1-2/+2
2023-12-19target/arm/kvm: Have kvm_arm_pvtime_init take a ARMCPU argumentPhilippe Mathieu-Daudé1-3/+3
2023-12-19target/arm/kvm: Have kvm_arm_sve_get_vls take a ARMCPU argumentPhilippe Mathieu-Daudé1-3/+3
2023-12-19target/arm/kvm: Have kvm_arm_add_vcpu_properties take a ARMCPU argumentPhilippe Mathieu-Daudé1-3/+3
2023-12-19target/arm/kvm: Remove unused includesPhilippe Mathieu-Daudé1-2/+0
2023-12-19target/arm/kvm: Unexport kvm_arm_vm_state_changeRichard Henderson1-2/+0
2023-12-19target/arm/kvm: Unexport and tidy kvm_arm_sync_mpstate_to_{kvm, qemu}Richard Henderson1-20/+0
2023-12-19target/arm/kvm: Unexport kvm_{get,put}_vcpu_eventsRichard Henderson1-20/+0
2023-12-19target/arm/kvm: Init cap_has_inject_serror_esr in kvm_arch_initRichard Henderson1-8/+0
2023-12-19target/arm/kvm: Unexport kvm_arm_init_cpreg_listRichard Henderson1-12/+0
2023-12-19target/arm/kvm: Unexport kvm_arm_vcpu_finalizeRichard Henderson1-14/+0
2023-12-19target/arm/kvm: Unexport kvm_arm_vcpu_initRichard Henderson1-12/+0
2023-12-19target/arm/kvm: Move kvm_arm_reg_syncs_via_cpreg_list and unexportRichard Henderson1-10/+0
2023-12-19target/arm/kvm: Move kvm_arm_cpreg_level and unexportRichard Henderson1-9/+0
2023-12-19target/arm/kvm: Move kvm_arm_get_host_cpu_features and unexportRichard Henderson1-22/+0
2023-12-19target/arm/kvm: Inline kvm_arm_steal_time_supportedRichard Henderson1-13/+0
2023-12-19target/arm/kvm: Unexport kvm_arm_{get, put}_virtual_timeRichard Henderson1-16/+0
2023-12-19target/arm/kvm: Move kvm_arm_handle_debug and unexportRichard Henderson1-9/+0
2023-12-19target/arm/kvm: Move kvm_arm_hw_debug_active and unexportRichard Henderson1-8/+0
2023-12-19target/arm/kvm: Move kvm_arm_copy_hw_debug_data and unexportRichard Henderson1-10/+0
2023-12-19target/arm/kvm: Move kvm_arm_verify_ext_dabt_pending and unexportRichard Henderson1-10/+0
2023-12-19target/arm/kvm: Merge kvm_arm_init_debug into kvm_arch_initRichard Henderson1-8/+0
2023-06-28hw/intc/arm_gic: Un-inline GIC*/ITS class_name() helpersPhilippe Mathieu-Daudé1-45/+0
2023-05-19Revert "arm/kvm: add support for MTE"Peter Maydell1-19/+0
2023-05-18arm/kvm: add support for MTECornelia Huck1-0/+19
2023-04-20target/arm: Initialize debug capabilities only onceAkihiko Odaki1-0/+8
2022-06-08target/arm: Use uint32_t instead of bitmap for sve vq'sRichard Henderson1-4/+3
2021-09-21hvf: arm: Implement -cpu hostPeter Maydell1-2/+0
2021-09-13hw/arm/virt: add ITS support in virt GICShashi Mallela1-2/+2
2021-03-12hw/arm/virt: KVM: The IPA lower bound is 32Andrew Jones1-2/+4
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé1-1/+1
2020-10-08hw/arm/virt: Implement kvm-steal-timeAndrew Jones1-0/+43
2020-10-08target/arm/kvm: Make uncalled stubs explicitly unreachableAndrew Jones1-19/+32
2020-09-14target/arm: Remove no-longer-reachable 32-bit KVM codePeter Maydell1-6/+0
2020-07-03target/arm: kvm: Handle misconfigured dabt injectionBeata Michalska1-0/+10
2020-06-23target/arm: Check supported KVM features globally (not per vCPU)Philippe Mathieu-Daudé1-12/+9
2020-03-12target/arm/kvm: Let kvm_arm_vgic_probe() return a bitmapEric Auger1-0/+3
2020-01-30target/arm/cpu: Add the kvm-no-adjvtime CPU propertyAndrew Jones1-0/+11
2020-01-30target/arm/kvm: Implement virtual time adjustmentAndrew Jones1-0/+38
2020-01-30target/arm/kvm: trivial: Clean up header documentationAndrew Jones1-19/+27
2019-11-01target/arm/cpu64: max cpu: Support sve properties with KVMAndrew Jones1-0/+12
2019-11-01target/arm/kvm64: max cpu: Enable SVE when availableAndrew Jones1-0/+27
2019-10-15intc/arm_gic: Support IRQ injection for more than 256 vpusEric Auger1-0/+1
2019-08-16target/arm/cpu: Ensure we can use the pmu with kvmAndrew Jones1-0/+14
2019-08-16target/arm/cpu64: Ensure kvm really supports aarch64=offAndrew Jones1-0/+14
2019-03-05kvm: add kvm_arm_get_max_vm_ipa_sizeEric Auger1-0/+13
2018-11-19target/arm: Install ARMISARegisters from kvm hostRichard Henderson1-0/+1