aboutsummaryrefslogtreecommitdiff
path: root/target/arm/kvm.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-12target/arm/kvm: Let kvm_arm_vgic_probe() return a bitmapEric Auger1-6/+8
2020-01-30target/arm/cpu: Add the kvm-no-adjvtime CPU propertyAndrew Jones1-0/+28
2020-01-30target/arm/kvm: Implement virtual time adjustmentAndrew Jones1-0/+92
2020-01-24target/arm/kvm: Use CPUState::kvm_state in kvm_arm_pmu_supported()Philippe Mathieu-Daudé1-3/+1
2019-12-17kvm: introduce kvm_kernel_irqchip_* functionsPaolo Bonzini1-4/+4
2019-11-01target/arm/kvm: scratch vcpu: Preserve input kvm_vcpu_init featuresAndrew Jones1-5/+15
2019-11-01target/arm/kvm64: max cpu: Enable SVE when availableAndrew Jones1-0/+5
2019-10-15ARM: KVM: Check KVM_CAP_ARM_IRQ_LINE_LAYOUT_2 for smp_cpus > 256Eric Auger1-1/+9
2019-10-15intc/arm_gic: Support IRQ injection for more than 256 vpusEric Auger1-0/+12
2019-08-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190816'...Peter Maydell1-0/+7
2019-08-16target/arm/cpu: Ensure we can use the pmu with kvmAndrew Jones1-0/+7
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-05-23arm: Remove unnecessary includes of hw/arm/arm.hPeter Maydell1-1/+0
2019-05-07arm: Allow system registers for KVM guests to be changed by QEMU codePeter Maydell1-0/+8
2019-03-05kvm: add kvm_arm_get_max_vm_ipa_sizeEric Auger1-0/+10
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini1-1/+1
2018-11-19target/arm: Install ARMISARegisters from kvm hostRichard Henderson1-0/+1
2018-10-24target/arm: Add support for VCPU event statesDongjiu Geng1-0/+60
2018-10-08target/arm: fix code comments errorDongjiu Geng1-1/+1
2018-06-22target/arm: Allow KVM device address overwritingEric Auger1-1/+9
2018-06-22target-arm: fix a segmentation fault due to illegal memory accessZheng Xiang1-0/+1
2018-05-31Make address_space_translate{, _cached}() take a MemTxAttrs argumentPeter Maydell1-1/+2
2018-05-04target/arm/kvm: Translate the MSI doorbell in kvm_arch_fixup_msi_routeEric Auger1-1/+37
2018-03-09target/arm: Move definition of 'host' cpu type into cpu.cPeter Maydell1-19/+0
2018-03-09target/arm: Query host CPU features on-demand at instance initPeter Maydell1-17/+19
2018-02-07arm: postpone device listener unregisterPeter Xu1-1/+1
2017-09-04hw/arm/virt: allow pmu instantiation with userspace irqchipAndrew Jones1-1/+5
2017-07-11ARM: KVM: Enable in-kernel timers with user space gicAlexander Graf1-0/+51
2017-03-03KVM: do not use sigtimedwait to catch SIGBUSPaolo Bonzini1-5/+0
2017-03-03KVM: remove kvm_arch_on_sigbusPaolo Bonzini1-5/+0
2017-02-24target-arm/powerctl: defer cpu reset work to CPU contextAlex Bennée1-3/+4
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+640