aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2020-09-16util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé1-1/+1
2020-09-14target/arm: Count PMU events when MDCR.SPME is setAaron Lindsay1-1/+1
2020-09-14target/arm: Remove no-longer-reachable 32-bit KVM codePeter Maydell4-80/+53
2020-09-14target/arm: Remove KVM support for 32-bit Arm hostsPeter Maydell2-599/+1
2020-09-14target/arm: Convert VCMLA, VCADD size field to MO_* in decodePeter Maydell2-16/+24
2020-09-14target/arm: Convert Neon VCVT fp size field to MO_* in decodePeter Maydell2-4/+3
2020-09-14target/arm: Convert Neon 3-same-fp size field to MO_* in decodePeter Maydell2-10/+21
2020-09-13Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...Peter Maydell4-12/+27
2020-09-12Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-fixes-100920-...Peter Maydell1-10/+2
2020-09-12Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell1-2/+3
2020-09-11target/i386/kvm: Add missing fallthrough commentThomas Huth1-0/+1
2020-09-11Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell26-235/+142
2020-09-10target/i386/kvm: Rename host_tsx_blacklisted() as host_tsx_broken()Philippe Mathieu-Daudé1-2/+2
2020-09-10target/mips: simplify gen_compute_imm_branch logicAlex Bennée1-10/+2
2020-09-09hw/riscv: clint: Avoid using hard-coded timebase frequencyBin Meng3-5/+9
2020-09-09target/riscv: cpu: Set reset vector based on the configured property valueBin Meng1-5/+2
2020-09-09target/riscv: cpu: Add a new 'resetvec' propertyBin Meng2-0/+2
2020-09-09target/riscv: Fix bug in getting trap cause name for trace_riscv_trapYifei Jiang3-2/+14
2020-09-09trace-events: Fix attribution of trace points to sourceMarkus Armbruster1-1/+1
2020-09-09trace-events: Delete unused trace pointsMarkus Armbruster1-1/+0
2020-09-09Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost23-92/+46
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost26-156/+54
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost26-78/+133
2020-09-08Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20200908' into...Peter Maydell5-9/+4
2020-09-08Merge remote-tracking branch 'remotes/rth/tags/pull-mb-20200907-2' into stagingPeter Maydell10-334/+478
2020-09-08target/s390x: Use start-powered-off CPUState propertyThiago Jung Bauermann1-1/+1
2020-09-08target/arm: Move setting of CPU halted state to generic codeThiago Jung Bauermann1-1/+0
2020-09-08target/arm: Move start-powered-off property to generic CPUStateThiago Jung Bauermann4-8/+4
2020-09-07Merge remote-tracking branch 'remotes/hdeller/tags/target-hppa-pull-request' ...Peter Maydell2-6/+9
2020-09-07target/microblaze: Put MicroBlazeCPUConfig into DisasContextRichard Henderson1-12/+12
2020-09-07target/microblaze: Fill in VMStateDescription for cpuRichard Henderson4-8/+115
2020-09-07target/microblaze: Move mmu parameters to MicroBlazeCPUConfigRichard Henderson5-25/+30
2020-09-07target/microblaze: Treat pvr_regs as constantRichard Henderson2-9/+0
2020-09-07target/microblaze: Move pvr regs to MicroBlazeCPUConfigRichard Henderson6-60/+54
2020-09-07target/microblaze: Reorg MicroBlazeCPUConfig to minimize holesRichard Henderson1-5/+10
2020-09-07target/microblaze: Split out MicroBlazeCPUConfigRichard Henderson1-26/+29
2020-09-07target/microblaze: Diagnose invalid insns in delay slotsRichard Henderson1-7/+41
2020-09-07target/microblaze: Use tcg_gen_lookup_and_goto_ptrRichard Henderson1-2/+2
2020-09-07target/microblaze: Force rtid, rted, rtbd to exitRichard Henderson1-11/+16
2020-09-07target/microblaze: Handle DISAS_EXIT_NEXT in delay slotRichard Henderson1-1/+33
2020-09-07target/microblaze: Replace cpustate_changed with DISAS_EXIT_NEXTRichard Henderson1-24/+10
2020-09-07target/microblaze: Introduce DISAS_EXIT_NEXT, DISAS_EXIT_JUMPRichard Henderson1-8/+21
2020-09-07target/microblaze: Rename DISAS_UPDATE to DISAS_EXITRichard Henderson1-5/+5
2020-09-07target/microblaze: Rename mmu structsRichard Henderson4-18/+14
2020-09-07target/microblaze: Cleanup mb_cpu_do_interruptRichard Henderson1-133/+106
2020-09-07target/microblaze: Renumber D_FLAGRichard Henderson1-1/+1
2020-09-07target/microblaze: Collected fixes for env->iflagsRichard Henderson4-9/+26
2020-09-02target/hppa: Fix boot with old Linux installation CDsHelge Deller1-5/+5
2020-09-02hw/hppa: Make number of TLB and BTLB entries configurableHelge Deller1-1/+4
2020-09-02Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell11-79/+151