aboutsummaryrefslogtreecommitdiff
path: root/target-mips/cpu.c
AgeCommit message (Expand)Author
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-26target-mips: implement R6 multi-threadingYongbok Kim
2016-01-23mips: Clean up includesPeter Maydell
2015-10-29target-mips: implement the CPU wake-up on non-enabled interrupts in R6Leon Alrae
2015-10-29target-mips: move the test for enabled interrupts to a separate functionLeon Alrae
2015-10-22disas: QOMify mips specific disas setupPeter Crosthwaite
2015-10-09qdev: Protect device-list-properties against broken devicesMarkus Armbruster
2015-07-09cpu: Change cpu_exec_init() arg to cpu, not envPeter Crosthwaite
2015-07-09cpu: Add Error argument to cpu_exec_init()Bharata B Rao
2015-03-11target-mips: replace cpu_save/cpu_load with VMStateDescriptionLeon Alrae
2014-10-06gdbstub: Allow target CPUs to specify watchpoint STOP_BEFORE_ACCESS flagPeter Maydell
2014-09-25target-mips: Use cpu_exec_interrupt qom hookRichard Henderson
2014-06-18target-mips: Call kvm_mips_reset_vcpu() from mips_cpu_reset()James Hogan
2014-06-05softmmu: make do_unaligned_access a method of CPUPaolo Bonzini
2014-03-13cputlb: Change tlb_flush() argument to CPUStateAndreas Färber
2014-03-13cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber
2014-03-13cpu: Turn cpu_has_work() into a CPUClass hookAndreas Färber
2013-07-29cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState"Andreas Färber
2013-07-27cpu: Introduce CPUClass::gdb_{read,write}_register()Andreas Färber
2013-07-26cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regsAndreas Färber
2013-07-23cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber
2013-07-23cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()Andreas Färber
2013-07-23cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc()Andreas Färber
2013-07-09cpu: Move reset logging to CPUStateAndreas Färber
2013-07-09log: Change log_cpu_state[_mask]() argument to CPUStateAndreas Färber
2013-06-28cpu: Turn cpu_unassigned_access() into a CPUState hookAndreas Färber
2013-06-28cpu: Change qemu_init_vcpu() argument to CPUStateAndreas Färber
2013-06-28cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber
2013-03-12cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber
2013-02-16cpu: Add CPUArchState pointer to CPUStateAndreas Färber
2013-02-16target-mips: Move TCG initialization to MIPSCPU initfnAndreas Färber
2013-02-16target-mips: Introduce QOM realizefn for MIPSCPUAndreas Färber
2013-01-15cpu: Move cpu_index field to CPUStateAndreas Färber
2012-04-30target-mips: Start QOM'ifying CPU initAndreas Färber
2012-04-30target-mips: QOM'ify CPUAndreas Färber