aboutsummaryrefslogtreecommitdiff
path: root/target-openrisc
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-03gen-icount.h: Rename gen_icount_start/end to gen_tb_start/endPeter Maydell
2013-03-03cpu: Introduce ENV_OFFSET macrosAndreas Färber
2013-02-23qemu-log: Remove qemu_log_try_set_file() and its usersPeter Maydell
2013-02-16cpu: Add CPUArchState pointer to CPUStateAndreas Färber
2013-02-16target-openrisc: Update OpenRISCCPU to QOM realizefnAndreas Färber
2013-02-01target-openrisc: Rename CPU subtypesAndreas Färber
2013-02-01target-openrisc: TYPE_OPENRISC_CPU should be abstractAndreas Färber
2013-01-28target-openrisc: Use type_register() instead of type_register_static()Andreas Färber
2013-01-28target-openrisc: Catch attempt to instantiate abstract type in cpu_init()Andreas Färber
2013-01-27target-openrisc: Detect attempt to instantiate non-CPU type in cpu_init()Andreas Färber
2013-01-27target-openrisc: Clean up triple QOM castsAndreas Färber
2013-01-27target-openrisc: Drop OpenRISCCPUListAndreas Färber
2013-01-15cpu: Move cpu_index field to CPUStateAndreas Färber
2012-12-19fpu: move public header file to include/fpuPaolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19qom: move include files to include/qom/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini
2012-12-19build: kill libdis, move disassemblers to disas/Paolo Bonzini
2012-12-16exec: refactor cpu_restore_stateBlue Swirl
2012-12-08TCG: Use gen_opc_instr_start from context instead of global variable.Evgeny Voevodin
2012-12-08TCG: Use gen_opc_icount from context instead of global variable.Evgeny Voevodin
2012-12-08TCG: Use gen_opc_pc from context instead of global variable.Evgeny Voevodin
2012-11-24target-openrisc: remove conflicting definitions from cpu.hAurelien Jarno
2012-11-17TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin
2012-11-17TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin
2012-11-10disas: avoid using cpu_single_envBlue Swirl
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-27Emit debug_insn for CPU_LOG_TB_OP_OPT as well.Richard Henderson
2012-07-27target-or32: Add linux user supportJia Liu
2012-07-27target-or32: Add system instructionsJia Liu
2012-07-27target-or32: Add timer supportJia Liu
2012-07-27target-or32: Add PIC supportJia Liu
2012-07-27target-or32: Add instruction translationJia Liu
2012-07-27target-or32: Add float instruction helpersJia Liu
2012-07-27target-or32: Add int instruction helpersJia Liu
2012-07-27target-or32: Add exception supportJia Liu
2012-07-27target-or32: Add interrupt supportJia Liu
2012-07-27target-or32: Add MMU supportJia Liu
2012-07-27target-or32: Add target stubs and QOM cpuJia Liu