summaryrefslogtreecommitdiffstats
path: root/target-unicore32
Commit message (Expand)AuthorAgeFilesLines
* 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
* qom: move include files to include/qom/Paolo Bonzini2012-12-191-1/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-195-11/+11
* ui: move files to ui/ and include/ui/Paolo Bonzini2012-12-191-1/+1
* build: kill libdis, move disassemblers to disas/Paolo Bonzini2012-12-191-1/+1
* exec: refactor cpu_restore_stateBlue Swirl2012-12-161-8/+1
* TCG: Use gen_opc_instr_start from context instead of global variable.Evgeny Voevodin2012-12-081-3/+3
* TCG: Use gen_opc_icount from context instead of global variable.Evgeny Voevodin2012-12-081-1/+1
* TCG: Use gen_opc_pc from context instead of global variable.Evgeny Voevodin2012-12-081-2/+2
* TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin2012-11-171-3/+3
* TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin2012-11-171-4/+4
* target-unicore32: avoid using cpu_single_envBlue Swirl2012-11-101-4/+4
* disas: avoid using cpu_single_envBlue Swirl2012-11-101-1/+1
* cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber2012-10-312-2/+4
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-1/+1
* cleanup useless return sentenceAmos Kong2012-10-051-2/+0
* target-unicore32: Call tcg_gen_debug_insn_startRichard Henderson2012-09-271-0/+4
* target-unicore32: switch to AREG0 free modeBlue Swirl2012-09-154-74/+57
* unicore32-softmmu: Add a minimal curses screen supportGuan Xuetao2012-08-111-2/+43
* unicore32: Close dump-option of cpu_dump_state_ucf64 functionGuan Xuetao2012-08-111-1/+1
* unicore32: Disintegrate cpu_dump_state_ucf64 functionGuan Xuetao2012-08-111-16/+25
* unicore32: Split UniCore-F64 instruction helpers from helper.cGuan Xuetao2012-08-113-330/+347
OpenPOWER on IntegriCloud