aboutsummaryrefslogtreecommitdiff
path: root/target/arm/kvm32.c
AgeCommit message (Expand)Author
2020-01-30target/arm/kvm: Implement virtual time adjustmentAndrew Jones
2019-11-01target/arm/kvm: scratch vcpu: Preserve input kvm_vcpu_init featuresAndrew Jones
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-06-21KVM: Introduce kvm_arch_destroy_vcpu()Liran Alon
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-02-28Revert "arm: Allow system registers for KVM guests to be changed by QEMU code"Peter Maydell
2019-02-28target/arm: Use MVFR1 feature bits to gate A32/T32 FP16 instructionsPeter Maydell
2019-02-15arm: Allow system registers for KVM guests to be changed by QEMU codePeter Maydell
2018-11-19target/arm: Fill in ARMISARegisters for kvm32Richard Henderson
2018-11-19target/arm: Introduce read_sys_reg32 for kvm32Richard Henderson
2018-11-13target/arm: Hyp mode R14 is shared with User and SystemPeter Maydell
2018-10-24target/arm: Add support for VCPU event statesDongjiu Geng
2018-06-29target/arm: Remove redundant DIV detection for KVMAaron Lindsay
2018-06-29target/arm: Add ARM_FEATURE_V7VE for v7 Virtualization ExtensionsAaron Lindsay
2018-03-09target/arm: Query host CPU features on-demand at instance initPeter Maydell
2018-01-25target/arm: Add aa{32, 64}_vfp_{dreg, qreg} helpersRichard Henderson
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