aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2019-08-16target/arm/cpu: Ensure we can use the pmu with kvmAndrew Jones3-5/+46
2019-08-16target/arm/cpu64: Ensure kvm really supports aarch64=offAndrew Jones3-6/+29
2019-08-16target/arm: Remove helper_double_saturateRichard Henderson3-18/+2
2019-08-16target/arm: Use unallocated_encoding for aarch32Richard Henderson5-21/+15
2019-08-16target/arm: Remove offset argument to gen_exception_bkpt_insnRichard Henderson2-8/+7
2019-08-16target/arm: Replace offset with pc in gen_exception_internal_insnRichard Henderson2-8/+8
2019-08-16target/arm: Replace offset with pc in gen_exception_insnRichard Henderson3-29/+33
2019-08-16target/arm: Replace s->pc with s->base.pc_nextRichard Henderson3-83/+72
2019-08-16target/arm: Remove redundant s->pc & ~1Richard Henderson1-5/+5
2019-08-16target/arm: Introduce add_reg_for_litRichard Henderson2-122/+82
2019-08-16target/arm: Introduce read_pcRichard Henderson1-36/+23
2019-08-16target/arm: Introduce pc_currRichard Henderson4-17/+22
2019-08-16target/arm: Pass in pc to thumb_insn_is_16bitRichard Henderson1-7/+7
2019-08-16target/arm: Fix routing of singlestep exceptionsPeter Maydell5-6/+26
2019-08-16target/arm: Factor out 'generate singlestep exception' functionPeter Maydell3-35/+27
2019-08-16target/arm: generate a custom MIDR for -cpu maxAlex Bennée2-0/+25
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster17-13/+19
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster14-14/+0
2019-08-16Include hw/boards.h a bit lessMarkus Armbruster13-13/+0
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-1/+0
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster17-0/+24
2019-08-16Include qemu/queue.h slightly lessMarkus Armbruster1-1/+0
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster17-15/+2
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16migration: Move the VMStateDescription typedef to typedefs.hMarkus Armbruster12-12/+12
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster3-0/+3
2019-08-16Include migration/qemu-file-types.h a lot lessMarkus Armbruster1-0/+1
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster4-0/+4
2019-08-16Include generated QAPI headers lessMarkus Armbruster2-1/+2
2019-08-16include: Make headers more self-containedMarkus Armbruster1-1/+1
2019-08-02target/arm: Avoid bogus NSACR traps on M-profile without Security ExtensionPeter Maydell1-0/+8
2019-07-30target/arm: Deliver BKPT/BRK exceptions to correct exception levelPeter Maydell1-1/+15
2019-07-29i386: Fix Snowridge CPU model name and featuresPaul Lai1-2/+1
2019-07-25Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-5/+5
2019-07-24i386/kvm: Do not sync nested state during runtimeJan Kiszka1-5/+5
2019-07-22target/mips: Fix emulation of MSA pack instructions on big endian hostsAleksandar Markovic1-0/+74
2019-07-22target/mips: Add 'fall through' comments for handling nanoMips' SHXS, SWXSAleksandar Markovic1-0/+2
2019-07-22Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190722'...Peter Maydell2-2/+6
2019-07-22target/arm: Limit ID register assertions to TCGPeter Maydell1-2/+5
2019-07-22target/arm: Add missing break statement for Hypervisor Trap ExceptionPhilippe Mathieu-Daudé1-0/+1
2019-07-19target/i386: sev: fix failed message typosJiri Slaby1-2/+2
2019-07-19i386: indicate that 'pconfig' feature was removed intentionallyDenis V. Lunev1-1/+1
2019-07-19target/i386: skip KVM_GET/SET_NESTED_STATE if VMX disabled, or for SVMPaolo Bonzini2-28/+9
2019-07-19target/i386: kvm: Demand nested migration kernel capabilities only when vCPU ...Liran Alon4-24/+49
2019-07-16Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190716' into stagingPeter Maydell2-4/+3
2019-07-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-2/+13
2019-07-16s390x/cpumodel: change internal name of vxpdeh to match descriptionChristian Borntraeger2-3/+3
2019-07-16s390x/cpumodel: also change name of vxbehChristian Borntraeger1-1/+1
2019-07-16s390x/cpumodel: remove esort from the default modelChristian Borntraeger1-1/+0
2019-07-15target/mips: Add missing 'break' for certain cases of MTTR handlingAleksandar Markovic1-0/+2