summaryrefslogtreecommitdiffstats
path: root/target-unicore32
Commit message (Expand)AuthorAgeFilesLines
* qdev: Protect device-list-properties against broken devicesMarkus Armbruster2015-10-091-0/+7
* tcg: Remove gen_intermediate_code_pcRichard Henderson2015-10-071-39/+5
* tcg: Pass data argument to restore_state_to_opcRichard Henderson2015-10-071-2/+3
* tcg: Add TCG_MAX_INSNSRichard Henderson2015-10-071-0/+3
* target-*: Introduce and use cpu_breakpoint_testRichard Henderson2015-10-071-14/+10
* 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
* unicore: Remove ELF_MACHINE from cpu.hPeter Crosthwaite2015-09-251-2/+0
* tlb: Add "ifetch" argument to cpu_mmu_index()Benjamin Herrenschmidt2015-09-111-1/+1
* cpu-exec: Purge all uses of ENV_GET_CPU()Peter Crosthwaite2015-07-091-1/+2
* 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
* tcg: Change translator-side labels to a pointerRichard Henderson2015-03-131-3/+3
* cpu: Make cpu_init() return QOM CPUState objectEduardo Habkost2015-03-101-9/+1
* target-unicore32: Make uc32_cpu_init() return UniCore32CPUEduardo Habkost2015-03-102-10/+14
* tcg: Introduce tcg_op_buf_count and tcg_op_buf_fullRichard Henderson2015-02-121-6/+3
* tcg: Move emit of INDEX_op_end into gen_tb_endRichard Henderson2015-02-121-1/+0
* gen-icount: check cflags instead of use_icount globalPaolo Bonzini2015-01-031-1/+1
* target-unicore32: Use cpu_exec_interrupt qom hookRichard Henderson2014-09-253-0/+17
* trace: [tcg] Include TCG-tracing header on all targetsLluís Vilanova2014-08-121-0/+3
* target-unicore: Remove unused functionsPeter Maydell2014-06-242-50/+0
* softmmu: introduce cpu_ldst.hPaolo Bonzini2014-06-052-2/+2
* softmmu: commonize helper definitionsPaolo Bonzini2014-06-051-14/+0
* tcg: Invert the inclusion of helper.hRichard Henderson2014-05-285-9/+5
* cputlb: Change tlb_set_page() argument to CPUStateAndreas Färber2014-03-131-1/+1
* cputlb: Change tlb_flush() argument to CPUStateAndreas Färber2014-03-132-2/+4
* exec: Change cpu_abort() argument to CPUStateAndreas Färber2014-03-134-19/+41
* 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-131-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-131-2/+2
* cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber2014-03-132-5/+7
* cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber2014-03-135-8/+15
* cpu: Factor out cpu_generic_init()Andreas Färber2014-03-131-10/+3
* cpu: Turn cpu_has_work() into a CPUClass hookAndreas Färber2014-03-132-6/+7
* target-unicore32: Clean up ENV_GET_CPU() usageAndreas Färber2014-03-131-1/+1
* exec: Make ldl_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-2/+3
* Merge remote-tracking branch 'rth/tcg-pull' into stagingAnthony Liguori2013-10-111-3/+0
|\
| * tcg: Move helper registration into tcg_context_initRichard Henderson2013-10-101-3/+0
* | cpu: Drop cpu_model_str from CPU_COMMONAndreas Färber2013-10-071-1/+0
|/
* target: Include softmmu_exec.h where forgottenRichard Henderson2013-09-021-0/+2
* tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson2013-09-021-1/+1
* cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState"Andreas Färber2013-07-291-0/+2
* cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber2013-07-233-3/+8
* cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber2013-07-231-3/+4
* cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()Andreas Färber2013-07-231-5/+0
* target-unicore32: Implement CPUClass::set_pc()Andreas Färber2013-07-231-0/+8
* target-unicore32: Change gen_intermediate_code_internal() signatureAndreas Färber2013-07-091-4/+5
OpenPOWER on IntegriCloud