aboutsummaryrefslogtreecommitdiff
path: root/target/arm/kvm32.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-14target/arm: Remove KVM support for 32-bit Arm hostsPeter Maydell1-595/+0
2020-09-08target/arm: Move start-powered-off property to generic CPUStateThiago Jung Bauermann1-1/+1
2020-07-03target/arm: kvm: Handle misconfigured dabt injectionBeata Michalska1-0/+34
2020-05-11target/arm/kvm: Inline set_feature() callsPhilippe Mathieu-Daudé1-9/+4
2020-03-12target/arm: kvm: Inject events at the last stage of syncBeata Michalska1-5/+10
2020-02-28target/arm: Remove ARM_FEATURE_VFP*Richard Henderson1-5/+0
2020-02-21target/arm: Test correct register in aa32_pan and aa32_ats1e1 checksPeter Maydell1-0/+17
2020-02-21target/arm: Read debug-related ID registers from KVMPeter Maydell1-0/+8
2020-01-30target/arm/kvm: Implement virtual time adjustmentAndrew Jones1-0/+3
2019-11-01target/arm/kvm: scratch vcpu: Preserve input kvm_vcpu_init featuresAndrew Jones1-1/+5
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
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