aboutsummaryrefslogtreecommitdiff
path: root/target-microblaze/cpu.c
AgeCommit message (Expand)Author
2014-05-13microblaze: Respect the reset vectorEdgar E. Iglesias
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
2014-01-14Microblaze: Convert Microblaze-pic handling to GPIOsAlistair Francis
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::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-04-26microblaze: Add internal base vectors regEdgar E. Iglesias
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-microblaze: Move TCG initialization to MicroBlazeCPU initfnAndreas Färber
2013-02-16target-microblaze: Introduce QOM realizefn for MicroBlazeCPUAndreas Färber
2013-02-01target-microblaze: Mark as unmigratableAndreas Färber
2013-01-15cpu: Move cpu_index field to CPUStateAndreas Färber
2012-06-04target-microblaze: lwx/swx: first implementationPeter A. G. Crosthwaite
2012-04-24target-microblaze: QOM'ify CPU initAndreas Färber
2012-04-24target-microblaze: QOM'ify CPU resetAndreas Färber
2012-04-24target-microblaze: QOM'ify CPUAndreas Färber