summaryrefslogtreecommitdiffstats
path: root/target-unicore32
Commit message (Expand)AuthorAgeFilesLines
* 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
* cpu: Drop unnecessary dynamic casts in *_env_get_cpu()Andreas Färber2013-07-091-1/+1
* linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-userPeter Maydell2013-07-091-13/+0
* cpu: Change qemu_init_vcpu() argument to CPUStateAndreas Färber2013-06-281-3/+0
* cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber2013-06-283-2/+7
* Remove unnecessary break statementsStefan Weil2013-06-011-1/+0
* cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber2013-03-125-4/+10
* cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber2013-03-122-4/+3
* gen-icount.h: Rename gen_icount_start/end to gen_tb_start/endPeter Maydell2013-03-031-2/+2
* cpu: Introduce ENV_OFFSET macrosAndreas Färber2013-03-031-0/+1
* target-unicore32: Use mul*2 for do_multRichard Henderson2013-02-231-72/+11
* cpu: Add CPUArchState pointer to CPUStateAndreas Färber2013-02-161-0/+2
* target-unicore32: Move TCG initialization to UniCore32CPU initfnAndreas Färber2013-02-162-6/+6
* target-unicore32: Introduce QOM realizefn for UniCore32CPUAndreas Färber2013-02-163-1/+19
* target-unicore32: Rename CPU subtypesAndreas Färber2013-02-012-3/+7
* target-unicore32: Mark as unmigratableAndreas Färber2013-02-014-26/+9
* target-unicore32: Use type_register() instead of type_register_static()Andreas Färber2013-01-281-1/+1
* target-unicore32: Catch attempt to instantiate abstract type in cpu_init()Andreas Färber2013-01-281-1/+2
* target-unicore32: Detect attempt to instantiate non-CPU type in cpu_init()Andreas Färber2013-01-272-2/+27
* configure: allow disabling pixman if not neededRobert Schiele2012-12-231-0/+2
* fpu: move public header file to include/fpuPaolo Bonzini2012-12-191-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-192-2/+2
OpenPOWER on IntegriCloud