aboutsummaryrefslogtreecommitdiff
path: root/target/arm/kvm.c
AgeCommit message (Expand)Author
2019-10-24target/arm/kvm: scratch vcpu: Preserve input kvm_vcpu_init featuresAndrew Jones
2019-10-24target/arm/kvm64: max cpu: Enable SVE when availableAndrew Jones
2019-10-15ARM: KVM: Check KVM_CAP_ARM_IRQ_LINE_LAYOUT_2 for smp_cpus > 256Eric Auger
2019-10-15intc/arm_gic: Support IRQ injection for more than 256 vpusEric Auger
2019-08-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190816'...Peter Maydell
2019-08-16target/arm/cpu: Ensure we can use the pmu with kvmAndrew Jones
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-05-23arm: Remove unnecessary includes of hw/arm/arm.hPeter Maydell
2019-05-07arm: Allow system registers for KVM guests to be changed by QEMU codePeter Maydell
2019-03-05kvm: add kvm_arm_get_max_vm_ipa_sizeEric Auger
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini
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-06-22target-arm: fix a segmentation fault due to illegal memory accessZheng Xiang
2018-05-31Make address_space_translate{, _cached}() take a MemTxAttrs argumentPeter Maydell
2018-05-04target/arm/kvm: Translate the MSI doorbell in kvm_arch_fixup_msi_routeEric Auger
2018-03-09target/arm: Move definition of 'host' cpu type into cpu.cPeter Maydell
2018-03-09target/arm: Query host CPU features on-demand at instance initPeter Maydell
2018-02-07arm: postpone device listener unregisterPeter Xu
2017-09-04hw/arm/virt: allow pmu instantiation with userspace irqchipAndrew Jones
2017-07-11ARM: KVM: Enable in-kernel timers with user space gicAlexander Graf
2017-03-03KVM: do not use sigtimedwait to catch SIGBUSPaolo Bonzini
2017-03-03KVM: remove kvm_arch_on_sigbusPaolo Bonzini
2017-02-24target-arm/powerctl: defer cpu reset work to CPU contextAlex Bennée
2016-12-20Move target-* CPU file into a target/ folderThomas Huth