aboutsummaryrefslogtreecommitdiff
path: root/target/arm/kvm32.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-21KVM: Introduce kvm_arch_destroy_vcpu()Liran Alon1-0/+5
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-18/+2
2019-02-28Revert "arm: Allow system registers for KVM guests to be changed by QEMU code"Peter Maydell1-2/+18
2019-02-28target/arm: Use MVFR1 feature bits to gate A32/T32 FP16 instructionsPeter Maydell1-3/+0
2019-02-15arm: Allow system registers for KVM guests to be changed by QEMU codePeter Maydell1-18/+2
2018-11-19target/arm: Fill in ARMISARegisters for kvm32Richard Henderson1-5/+35
2018-11-19target/arm: Introduce read_sys_reg32 for kvm32Richard Henderson1-25/+16
2018-11-13target/arm: Hyp mode R14 is shared with User and SystemPeter Maydell1-2/+2
2018-10-24target/arm: Add support for VCPU event statesDongjiu Geng1-0/+13
2018-06-29target/arm: Remove redundant DIV detection for KVMAaron Lindsay1-18/+1
2018-06-29target/arm: Add ARM_FEATURE_V7VE for v7 Virtualization ExtensionsAaron Lindsay1-4/+4
2018-03-09target/arm: Query host CPU features on-demand at instance initPeter Maydell1-4/+4
2018-01-25target/arm: Add aa{32, 64}_vfp_{dreg, qreg} helpersRichard Henderson1-2/+2
2017-09-04target/arm/kvm: pmu: improve error handlingAndrew Jones1-4/+2
2017-09-04target/arm/kvm: pmu: split init and set-irq stagesAndrew Jones1-1/+7
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+529