summaryrefslogtreecommitdiffstats
path: root/target-openrisc
Commit message (Expand)AuthorAgeFilesLines
* target-*: Advance pc after recognizing a breakpointRichard Henderson2015-10-281-0/+5
* qdev: Protect device-list-properties against broken devicesMarkus Armbruster2015-10-091-0/+7
* tcg: Remove gen_intermediate_code_pcRichard Henderson2015-10-071-38/+4
* tcg: Pass data argument to restore_state_to_opcRichard Henderson2015-10-071-2/+2
* tcg: Add TCG_MAX_INSNSRichard Henderson2015-10-071-0/+3
* target-*: Drop cpu_gen_code defineRichard Henderson2015-10-071-1/+0
* target-*: Introduce and use cpu_breakpoint_testRichard Henderson2015-10-071-17/+7
* target-*: Increment num_insns immediately after tcg_gen_insn_startRichard Henderson2015-10-071-2/+2
* target-*: Unconditionally emit tcg_gen_insn_startRichard Henderson2015-10-071-4/+1
* tcg: Rename debug_insn_start to insn_startRichard Henderson2015-10-071-1/+1
* or32: Remove ELF_MACHINE from cpu.hPeter Crosthwaite2015-09-251-1/+0
* tlb: Add "ifetch" argument to cpu_mmu_index()Benjamin Herrenschmidt2015-09-112-2/+2
* tcg: Remove tcg_gen_trunc_i64_i32Richard Henderson2015-08-241-11/+11
* cpu-exec: Purge all uses of ENV_GET_CPU()Peter Crosthwaite2015-07-091-1/+1
* 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
* disas: Remove uses of CPU envPeter Crosthwaite2015-06-221-1/+1
* openrisc: cpu: Remove unused cpu_get_pcPeter Crosthwaite2015-04-301-5/+0
* tcg: Change translator-side labels to a pointerRichard Henderson2015-03-131-18/+16
* cpu: Make cpu_init() return QOM CPUState objectEduardo Habkost2015-03-101-8/+1
* tcg: Introduce tcg_op_buf_count and tcg_op_buf_fullRichard Henderson2015-02-121-8/+5
* tcg: Move emit of INDEX_op_end into gen_tb_endRichard Henderson2015-02-121-1/+1
* target-openrisc: bugfix for dec_sys to decode instructions correctlyDavid Morrison2015-01-151-1/+1
* gen-icount: check cflags instead of use_icount globalPaolo Bonzini2015-01-031-1/+1
* target-openrisc: Use cpu_exec_interrupt qom hookRichard Henderson2014-09-253-0/+22
* trace: [tcg] Include TCG-tracing header on all targetsLluís Vilanova2014-08-121-0/+3
* openrisc: fix commentMichael S. Tsirkin2014-06-291-2/+2
* softmmu: introduce cpu_ldst.hPaolo Bonzini2014-06-052-1/+2
* softmmu: commonize helper definitionsPaolo Bonzini2014-06-051-13/+0
* tcg: Invert the inclusion of helper.hRichard Henderson2014-05-287-12/+7
* savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela2014-05-141-2/+0
* cputlb: Change tlb_set_page() argument to CPUStateAndreas Färber2014-03-131-1/+1
* cputlb: Change tlb_flush() argument to CPUStateAndreas Färber2014-03-134-4/+4
* cputlb: Change tlb_flush_page() argument to CPUStateAndreas Färber2014-03-131-2/+2
* exec: Change cpu_abort() argument to CPUStateAndreas Färber2014-03-131-1/+1
* translate-all: Change cpu_restore_state() argument to CPUStateAndreas Färber2014-03-131-4/+1
* cpu-exec: Change cpu_loop_exit() argument to CPUStateAndreas Färber2014-03-132-2/+2
* exec: Change tlb_fill() argument to CPUStateAndreas Färber2014-03-131-3/+5
* cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber2014-03-133-3/+9
* cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber2014-03-134-9/+12
* cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber2014-03-134-12/+13
* cpu: Factor out cpu_generic_init()Andreas Färber2014-03-131-12/+1
* cpu: Turn cpu_has_work() into a CPUClass hookAndreas Färber2014-03-132-5/+7
* target-openrisc: Use new qemu_ld/st opcodesRichard Henderson2014-02-121-67/+32
* openrisc: Fix spelling in comment (transaltion -> translation)Stefan Weil2013-12-231-1/+1
* misc: Replace 'struct QEMUTimer' by 'QEMUTimer'Stefan Weil2013-12-021-1/+1
* target-openrisc: Correct memory bounds checking for the tlb buffersSebastian Macke2013-11-201-8/+8
* openrisc-timer: Reduce overhead, Separate clock update functionsSebastian Macke2013-11-202-20/+19
* target-openrisc: Correct wrong epcr register in interrupt handlerSebastian Macke2013-11-201-18/+7
* target-openrisc: Remove executable flag for every pageSebastian Macke2013-11-201-2/+2
OpenPOWER on IntegriCloud