summaryrefslogtreecommitdiff
path: root/target-microblaze
AgeCommit message (Expand)AuthorFilesLines
2013-02-23qemu-log: Remove qemu_log_try_set_file() and its usersPeter Maydell1-2/+0
2013-02-16cpu: Add CPUArchState pointer to CPUStateAndreas Färber1-0/+2
2013-02-16target-microblaze: Move TCG initialization to MicroBlazeCPU initfnAndreas Färber3-8/+12
2013-02-16target-microblaze: Introduce QOM realizefn for MicroBlazeCPUAndreas Färber3-2/+17
2013-02-01target-microblaze: Mark as unmigratableAndreas Färber4-14/+10
2013-01-21target-microblaze: Drop unused cpu_mb_close() prototypeAndreas Färber1-1/+0
2013-01-15cpu: Move cpu_index field to CPUStateAndreas Färber1-1/+1
2012-12-19fpu: move public header file to include/fpuPaolo Bonzini1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini2-2/+2
2012-12-19qom: move include files to include/qom/Paolo Bonzini1-1/+1
2012-12-19exec: move include files to include/exec/Paolo Bonzini4-11/+11
2012-12-19build: kill libdis, move disassemblers to disas/Paolo Bonzini2-2/+2
2012-12-16exec: refactor cpu_restore_stateBlue Swirl1-7/+1
2012-12-08TCG: Use gen_opc_instr_start from context instead of global variable.Evgeny Voevodin1-3/+3
2012-12-08TCG: Use gen_opc_icount from context instead of global variable.Evgeny Voevodin1-1/+1
2012-12-08TCG: Use gen_opc_pc from context instead of global variable.Evgeny Voevodin1-2/+2
2012-11-17TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin1-4/+5
2012-11-17TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin1-5/+5
2012-11-10disas: avoid using cpu_single_envBlue Swirl1-1/+1
2012-11-08microblaze: translate.c: Fix swaph decodingPeter Crosthwaite1-1/+1
2012-10-31cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber1-1/+3
2012-10-28target-microblaze: rename helper flagsAurelien Jarno1-3/+3
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity3-3/+3
2012-10-19microblaze: Support setting of TLS ptrEdgar E. Iglesias1-0/+1
2012-09-27Emit debug_insn for CPU_LOG_TB_OP_OPT as well.Richard Henderson1-1/+2
2012-09-15target-microblaze: switch to AREG0 free modeBlue Swirl4-117/+109
2012-06-21qemu-log: use LOG_UNIMP for some target CPU casesBlue Swirl1-4/+7
2012-06-07Merge remote-tracking branch 'bonzini/nested-makefiles-3' into stagingAnthony Liguori1-0/+4
2012-06-07target-microblaze: fix swx build breakagePeter A. G. Crosthwaite1-5/+6
2012-06-07build: move other target-*/ objects to nested Makefile.objsPaolo Bonzini1-2/+2
2012-06-07build: move libobj-y variable to nested Makefile.objsPaolo Bonzini1-1/+4
2012-06-07build: move obj-TARGET-y variables to nested Makefile.objsPaolo Bonzini1-0/+1
2012-06-04Kill off cpu_state_reset()Andreas Färber1-5/+0
2012-06-04target-microblaze: Let cpu_mb_init() return MicroBlazeCPUAndreas Färber2-9/+16
2012-06-04target-microblaze: lwx/swx: first implementationPeter A. G. Crosthwaite4-5/+64
2012-05-18target-microblaze: impelemented swapx instructionsPeter A. G. Crosthwaite1-1/+11
2012-04-24target-microblaze: QOM'ify CPU initAndreas Färber2-2/+11
2012-04-24target-microblaze: QOM'ify CPU resetAndreas Färber2-50/+52
2012-04-24target-microblaze: QOM'ify CPUAndreas Färber4-1/+134
2012-04-14Use uintptr_t for various op related functionsBlue Swirl1-5/+3
2012-04-12target-microblaze: added PetaLogix copyrightPeter A. G. Crosthwaite4-0/+4
2012-03-14target-lm32/microblaze: Drop second CPU{LM32, MB}State typedefAndreas Färber1-2/+2
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber1-1/+1
2012-03-14target-microblaze: Don't overuse CPUStateAndreas Färber6-57/+57
2012-03-14target-lm32/microblaze: Typedef struct CPU{MB,LM32}StateAndreas Färber1-0/+1
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber1-2/+2
2012-02-28target-microblaze: Clean includesStefan Weil4-17/+3
2012-01-12microblaze: Break the tb at memory barriersEdgar E. Iglesias1-1/+11
2012-01-12microblaze: Emulate the hw stackprotectorEdgar E. Iglesias4-0/+48
2012-01-12microblaze: Add support for the clz insnEdgar E. Iglesias3-0/+17