summaryrefslogtreecommitdiffstats
path: root/target-mips
Commit message (Expand)AuthorAgeFilesLines
* tcg: Add type for vCPU pointersLluĂ­s Vilanova2016-03-011-1/+1
* target-mips: implement R6 multi-threadingYongbok Kim2016-02-266-1/+147
* mips/kvm: Support MSA in MIPS KVM guestsJames Hogan2016-02-261-20/+109
* mips/kvm: Support FPU in MIPS KVM guestsJames Hogan2016-02-261-4/+117
* mips/kvm: Support signed 64-bit KVM registersJames Hogan2016-02-261-9/+31
* mips/kvm: Support unsigned KVM registersJames Hogan2016-02-261-0/+22
* mips/kvm: Implement Config CP0 registersJames Hogan2016-02-261-0/+106
* mips/kvm: Implement PRid CP0 registerJames Hogan2016-02-261-0/+11
* mips/kvm: Remove a couple of noisy DPRINTFsJames Hogan2016-02-261-2/+0Star
* all: Clean up includesPeter Maydell2016-02-231-1/+0Star
* target-mips: Stop using uint_fast*_t types in r4k_tlb_t structPeter Maydell2016-02-191-13/+13
* tcg: Change tcg_global_mem_new_* to take a TCGv_ptrRichard Henderson2016-02-091-12/+13
* log: do not unnecessarily include qom/cpu.hPaolo Bonzini2016-02-032-0/+2
* mips: Clean up includesPeter Maydell2016-01-2311-9/+11
* target-mips: Fix ALIGN instruction when bp=0Miodrag Dinic2016-01-231-1/+10
* target-mips: silence NaNs for cvt.s.d and cvt.d.sAurelien Jarno2016-01-231-0/+2
* target-mips/cpu.h: Fix spell errorDongxue Zhang2016-01-231-1/+1
* fpu: Replace int32 typedef with int32_tPeter Maydell2016-01-221-12/+12
* fpu: Replace uint64 typedef with uint64_tPeter Maydell2016-01-221-2/+2
* fpu: Replace int64 typedef with int64_tPeter Maydell2016-01-221-6/+6
* target-mips: flush QEMU TLB when disabling 64-bit addressingLeon Alrae2015-11-242-14/+17
* target-mips: Fix exceptions while UX=0James Hogan2015-11-241-0/+12
* target-mips: fix updating XContext on mmu exceptionYongbok Kim2015-10-301-3/+4
* target-mips: add SIGRIE instructionYongbok Kim2015-10-301-1/+11
* target-mips: Set Config5.XNP for R6 coresYongbok Kim2015-10-301-2/+2
* target-mips: add PC, XNP reg numbers to RDHWRYongbok Kim2015-10-304-32/+63
* target-mips: Add enum for BREAK32Yongbok Kim2015-10-291-1/+2
* target-mips: update writing to CP0.Status.KX/SX/UX in MIPS Release R6Leon Alrae2015-10-291-1/+6
* target-mips: implement the CPU wake-up on non-enabled interrupts in R6Leon Alrae2015-10-291-3/+4
* target-mips: move the test for enabled interrupts to a separate functionLeon Alrae2015-10-293-16/+20
* target-*: Advance pc after recognizing a breakpointRichard Henderson2015-10-281-2/+4
* disas: QOMify mips specific disas setupPeter Crosthwaite2015-10-221-0/+9
* kvm: Pass PCI device pointer to MSI routing functionsPavel Fedin2015-10-191-1/+1
* qdev: Protect device-list-properties against broken devicesMarkus Armbruster2015-10-091-0/+7
* tcg: Remove gen_intermediate_code_pcRichard Henderson2015-10-071-43/+5Star
* tcg: Pass data argument to restore_state_to_opcRichard Henderson2015-10-071-4/+5
* tcg: Add TCG_MAX_INSNSRichard Henderson2015-10-071-1/+6
* target-*: Drop cpu_gen_code defineRichard Henderson2015-10-071-1/+0Star
* target-mips: Add delayed branch state to insn_startRichard Henderson2015-10-072-1/+3
* target-*: Introduce and use cpu_breakpoint_testRichard Henderson2015-10-071-15/+10Star
* target-*: Increment num_insns immediately after tcg_gen_insn_startRichard Henderson2015-10-071-3/+2Star
* target-*: Unconditionally emit tcg_gen_insn_startRichard Henderson2015-10-071-5/+4Star
* tcg: Rename debug_insn_start to insn_startRichard Henderson2015-10-071-1/+1
* mips: Remove ELF_MACHINE from cpu.hPeter Crosthwaite2015-09-251-2/+0Star
* target-mips: improve exception handlingPavel Dovgaluk2015-09-185-377/+425
* target-mips: correct MTC0 instruction on MIPS64Leon Alrae2015-09-181-11/+7Star
* target-mips: add missing restriction in DAUI instructionLeon Alrae2015-09-181-1/+3
* target-mips: get rid of MIPS_DEBUG_SIGN_EXTENSIONSAurelien Jarno2015-09-181-39/+0Star
* target-mips: get rid of MIPS_DEBUGAurelien Jarno2015-09-181-605/+19Star
* target-mips: Fix RDHWR on CP0.CountAlex Smith2015-09-181-2/+7