aboutsummaryrefslogtreecommitdiff
path: root/target-mips/cpu.h
AgeCommit message (Expand)Author
2013-03-12cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber
2013-03-05mips-linux-user: Save and restore fpu and dsp from sigcontextRichard Henderson
2013-02-16target-mips: Move TCG initialization to MIPSCPU initfnAndreas Färber
2013-01-08target-mips: Allow DSP access to be disabled once enabled.Eric Johnson
2012-12-19fpu: move public header file to include/fpuPaolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-11-01Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori
2012-10-31target-mips: Add ASE DSP resources access checkJia Liu
2012-10-31cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-09-15target-mips: switch to AREG0 free modeBlue Swirl
2012-09-08MIPS/user: Fix reset CPU state initializationMaciej W. Rozycki
2012-06-04Kill off cpu_state_reset()Andreas Färber
2012-06-04target-mips: Let cpu_mips_init() return MIPSCPUAndreas Färber
2012-05-12target-mips: Remove commented-out function declarationAndreas Färber
2012-05-01Merge branch 'qom-cpu-rest.v1' of git://github.com/afaerber/qemu-cpuBlue Swirl
2012-04-30target-mips: QOM'ify CPUAndreas Färber
2012-04-28target-mips: Move definition of uint_fast{8, 16}_t to osdep.hAndreas Färber
2012-04-07Replace Qemu by QEMU in commentsStefan Weil
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber
2012-03-14target-mips: Don't overuse CPUStateAndreas Färber
2011-12-02fix spelling in target sub directoryDong Xu Wang
2011-09-06mips: Support the MT TCStatus IXMT irq disable flagEdgar E. Iglesias
2011-09-06mips: Add MT halting and waking of VPEsEdgar E. Iglesias
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl
2011-07-30exec.h cleanupBlue Swirl
2011-07-20Fix unassigned memory access handlingBlue Swirl
2011-06-26Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl
2011-04-03Fix trivial "endianness bugs"Stefan Weil
2010-12-27target-mips: fix host CPU consumption when guest is idleAurelien Jarno
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil
2010-08-06mips: Add support for VInt and VEIC irq modesEdgar E. Iglesias
2010-07-25mips: more fixes to the MIPS interrupt glue logicAurelien Jarno
2010-07-24mips: Correct MIPS interrupt glue logic for icountEdgar E. Iglesias
2010-07-03remove exec-all.h inclusion from cpu.hPaolo Bonzini
2010-07-03move cpu_pc_from_tb to target-*/exec.hPaolo Bonzini
2010-06-09target-mips: add microMIPS exception handler supportNathan Froyd
2010-03-12Target specific usermode cleanupPaul Brook
2010-02-06target-mips: don't call cpu_loop_exit() from helper.cAurelien Jarno
2009-12-13target-mips: add new HFLAGs for JALX and 16/32-bit delay slotsNathan Froyd
2009-11-30target-mips: add a function to do virtual -> physical translationsAurelien Jarno
2009-11-22target-mips: fix physical address type in MMU functionsAurelien Jarno
2009-11-22target-mips: make CP0_LLAddr register CPU dependentAurelien Jarno
2009-11-22target-mips: rename CP0_LLAddr into lladdrAurelien Jarno
2009-11-14mips: fix cpu_reset memory leakBlue Swirl
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-08-24cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela