aboutsummaryrefslogtreecommitdiff
path: root/target/arm/kvm_arm.h
AgeCommit message (Expand)Author
2021-09-21hvf: arm: Implement -cpu hostPeter Maydell
2021-09-13hw/arm/virt: add ITS support in virt GICShashi Mallela
2021-03-12hw/arm/virt: KVM: The IPA lower bound is 32Andrew Jones
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé
2020-10-08hw/arm/virt: Implement kvm-steal-timeAndrew Jones
2020-10-08target/arm/kvm: Make uncalled stubs explicitly unreachableAndrew Jones
2020-09-14target/arm: Remove no-longer-reachable 32-bit KVM codePeter Maydell
2020-07-03target/arm: kvm: Handle misconfigured dabt injectionBeata Michalska
2020-06-23target/arm: Check supported KVM features globally (not per vCPU)Philippe Mathieu-Daudé
2020-03-12target/arm/kvm: Let kvm_arm_vgic_probe() return a bitmapEric Auger
2020-01-30target/arm/cpu: Add the kvm-no-adjvtime CPU propertypull-target-arm-20200130Andrew Jones
2020-01-30target/arm/kvm: Implement virtual time adjustmentAndrew Jones
2020-01-30target/arm/kvm: trivial: Clean up header documentationAndrew Jones
2019-11-01target/arm/cpu64: max cpu: Support sve properties with KVMAndrew Jones
2019-11-01target/arm/kvm64: max cpu: Enable SVE when availableAndrew Jones
2019-10-15intc/arm_gic: Support IRQ injection for more than 256 vpusEric Auger
2019-08-16target/arm/cpu: Ensure we can use the pmu with kvmAndrew Jones
2019-08-16target/arm/cpu64: Ensure kvm really supports aarch64=offAndrew Jones
2019-03-05kvm: add kvm_arm_get_max_vm_ipa_sizeEric Auger
2018-11-19target/arm: Install ARMISARegisters from kvm hostRichard Henderson
2018-10-24target/arm: Add support for VCPU event statesDongjiu Geng
2018-10-08target/arm: fix code comments errorDongjiu Geng
2018-06-22target/arm: Allow KVM device address overwritingEric Auger
2018-03-09target/arm: Query host CPU features on-demand at instance initPeter Maydell
2018-02-09target/arm/kvm: gic: Prevent creating userspace GICv3 with KVMChristoffer Dall
2017-09-04target/arm/kvm: pmu: improve error handlingAndrew Jones
2017-09-04target/arm/kvm: pmu: split init and set-irq stagesAndrew Jones
2016-12-20Move target-* CPU file into a target/ folderThomas Huth