summaryrefslogtreecommitdiffstats
path: root/target-microblaze
Commit message (Expand)AuthorAgeFilesLines
* cpu: Move reset logging to CPUStateAndreas Färber2013-07-091-5/+0
* log: Change log_cpu_state[_mask]() argument to CPUStateAndreas Färber2013-07-093-8/+8
* target-microblaze: Change gen_intermediate_code_internal() argument typesAndreas Färber2013-07-091-4/+5
* target-microblaze: gen_intermediate_code_internal() should be inlinedAndreas Färber2013-07-091-1/+1
* 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-14/+0
* cpu: Turn cpu_unassigned_access() into a CPUState hookAndreas Färber2013-06-283-7/+17
* cpu: Change qemu_init_vcpu() argument to CPUStateAndreas Färber2013-06-281-1/+0
* cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber2013-06-284-3/+10
* microblaze: Add internal base vectors regEdgar E. Iglesias2013-04-263-4/+13
* Typo, spelling and grammatical fixesPeter Maydell2013-04-121-1/+1
* microblaze: Add support for the sleep insnEdgar E. Iglesias2013-04-021-0/+17
* microblaze: Ignore non-cpu accesses to unmapped areasEdgar E. Iglesias2013-03-191-1/+1
* cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber2013-03-124-3/+10
* cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber2013-03-121-3/+1
* 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
* qemu-log: Remove qemu_log_try_set_file() and its usersPeter Maydell2013-02-231-2/+0
* cpu: Add CPUArchState pointer to CPUStateAndreas Färber2013-02-161-0/+2
* target-microblaze: Move TCG initialization to MicroBlazeCPU initfnAndreas Färber2013-02-163-8/+12
* target-microblaze: Introduce QOM realizefn for MicroBlazeCPUAndreas Färber2013-02-163-2/+17
* target-microblaze: Mark as unmigratableAndreas Färber2013-02-014-14/+10
* target-microblaze: Drop unused cpu_mb_close() prototypeAndreas Färber2013-01-211-1/+0
* cpu: Move cpu_index field to CPUStateAndreas Färber2013-01-151-1/+1
* 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-194-11/+11
* build: kill libdis, move disassemblers to disas/Paolo Bonzini2012-12-192-2/+2
* exec: refactor cpu_restore_stateBlue Swirl2012-12-161-7/+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-4/+5
* TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin2012-11-171-5/+5
* disas: avoid using cpu_single_envBlue Swirl2012-11-101-1/+1
* microblaze: translate.c: Fix swaph decodingPeter Crosthwaite2012-11-081-1/+1
* cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber2012-10-311-1/+3
* target-microblaze: rename helper flagsAurelien Jarno2012-10-281-3/+3
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-233-3/+3
* microblaze: Support setting of TLS ptrEdgar E. Iglesias2012-10-191-0/+1
* Emit debug_insn for CPU_LOG_TB_OP_OPT as well.Richard Henderson2012-09-271-1/+2
* target-microblaze: switch to AREG0 free modeBlue Swirl2012-09-154-117/+109
* qemu-log: use LOG_UNIMP for some target CPU casesBlue Swirl2012-06-211-4/+7
* Merge remote-tracking branch 'bonzini/nested-makefiles-3' into stagingAnthony Liguori2012-06-071-0/+4
|\
| * build: move other target-*/ objects to nested Makefile.objsPaolo Bonzini2012-06-071-2/+2
| * build: move libobj-y variable to nested Makefile.objsPaolo Bonzini2012-06-071-1/+4
| * build: move obj-TARGET-y variables to nested Makefile.objsPaolo Bonzini2012-06-071-0/+1
* | target-microblaze: fix swx build breakagePeter A. G. Crosthwaite2012-06-071-5/+6
|/
* Kill off cpu_state_reset()Andreas Färber2012-06-041-5/+0
OpenPOWER on IntegriCloud