summaryrefslogtreecommitdiffstats
path: root/target-mips/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* 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-291-1/+3
* disas: QOMify mips specific disas setupPeter Crosthwaite2015-10-221-0/+9
* qdev: Protect device-list-properties against broken devicesMarkus Armbruster2015-10-091-0/+7
* cpu: Change cpu_exec_init() arg to cpu, not envPeter Crosthwaite2015-07-091-1/+1
* cpu: Add Error argument to cpu_exec_init()Bharata B Rao2015-07-091-1/+1
* target-mips: replace cpu_save/cpu_load with VMStateDescriptionLeon Alrae2015-03-111-0/+1
* gdbstub: Allow target CPUs to specify watchpoint STOP_BEFORE_ACCESS flagPeter Maydell2014-10-061-0/+1
* target-mips: Use cpu_exec_interrupt qom hookRichard Henderson2014-09-251-0/+1
* target-mips: Call kvm_mips_reset_vcpu() from mips_cpu_reset()James Hogan2014-06-181-0/+8
* softmmu: make do_unaligned_access a method of CPUPaolo Bonzini2014-06-051-0/+1
* cputlb: Change tlb_flush() argument to CPUStateAndreas Färber2014-03-131-1/+1
* cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-1/+1
* cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber2014-03-131-1/+3
* cpu: Turn cpu_has_work() into a CPUClass hookAndreas Färber2014-03-131-0/+30
* cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState"Andreas Färber2013-07-291-2/+3
* cpu: Introduce CPUClass::gdb_{read,write}_register()Andreas Färber2013-07-271-0/+2
* cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regsAndreas Färber2013-07-261-0/+2
* cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber2013-07-231-1/+4
* cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()Andreas Färber2013-07-231-0/+11
* cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc()Andreas Färber2013-07-231-0/+14
* cpu: Move reset logging to CPUStateAndreas Färber2013-07-091-5/+0
* log: Change log_cpu_state[_mask]() argument to CPUStateAndreas Färber2013-07-091-1/+1
* cpu: Turn cpu_unassigned_access() into a CPUState hookAndreas Färber2013-06-281-0/+1
* cpu: Change qemu_init_vcpu() argument to CPUStateAndreas Färber2013-06-281-1/+0
* cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber2013-06-281-0/+1
* cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber2013-03-121-0/+2
* cpu: Add CPUArchState pointer to CPUStateAndreas Färber2013-02-161-0/+2
* target-mips: Move TCG initialization to MIPSCPU initfnAndreas Färber2013-02-161-0/+4
* target-mips: Introduce QOM realizefn for MIPSCPUAndreas Färber2013-02-161-0/+15
* cpu: Move cpu_index field to CPUStateAndreas Färber2013-01-151-0/+8
* target-mips: Start QOM'ifying CPU initAndreas Färber2012-04-301-0/+9
* target-mips: QOM'ify CPUAndreas Färber2012-04-301-0/+60
OpenPOWER on IntegriCloud