aboutsummaryrefslogtreecommitdiff
path: root/target-microblaze
AgeCommit message (Expand)Author
2012-09-15target-microblaze: switch to AREG0 free modeBlue Swirl
2012-06-21qemu-log: use LOG_UNIMP for some target CPU casesBlue Swirl
2012-06-07Merge remote-tracking branch 'bonzini/nested-makefiles-3' into stagingAnthony Liguori
2012-06-07target-microblaze: fix swx build breakagePeter A. G. Crosthwaite
2012-06-07build: move other target-*/ objects to nested Makefile.objsPaolo Bonzini
2012-06-07build: move libobj-y variable to nested Makefile.objsPaolo Bonzini
2012-06-07build: move obj-TARGET-y variables to nested Makefile.objsPaolo Bonzini
2012-06-04Kill off cpu_state_reset()Andreas Färber
2012-06-04target-microblaze: Let cpu_mb_init() return MicroBlazeCPUAndreas Färber
2012-06-04target-microblaze: lwx/swx: first implementationPeter A. G. Crosthwaite
2012-05-18target-microblaze: impelemented swapx instructionsPeter A. G. Crosthwaite
2012-04-24target-microblaze: QOM'ify CPU initAndreas Färber
2012-04-24target-microblaze: QOM'ify CPU resetAndreas Färber
2012-04-24target-microblaze: QOM'ify CPUAndreas Färber
2012-04-14Use uintptr_t for various op related functionsBlue Swirl
2012-04-12target-microblaze: added PetaLogix copyrightPeter A. G. Crosthwaite
2012-03-14target-lm32/microblaze: Drop second CPU{LM32, MB}State typedefAndreas Färber
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber
2012-03-14target-microblaze: Don't overuse CPUStateAndreas Färber
2012-03-14target-lm32/microblaze: Typedef struct CPU{MB,LM32}StateAndreas Färber
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber
2012-02-28target-microblaze: Clean includesStefan Weil
2012-01-12microblaze: Break the tb at memory barriersEdgar E. Iglesias
2012-01-12microblaze: Emulate the hw stackprotectorEdgar E. Iglesias
2012-01-12microblaze: Add support for the clz insnEdgar E. Iglesias
2011-12-02fix spelling in target sub directoryDong Xu Wang
2011-10-01softmmu_header: pass CPUState to tlb_fillBlue Swirl
2011-08-25microblaze: Add an MSR_PVR constant and use it.Edgar E. Iglesias
2011-08-25microblaze: Make the MSR PVR bit non writableEdgar E. Iglesias
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl
2011-07-31microblaze: Add missing call to qemu_init_vcpu.Peter A. G. Crosthwaite
2011-07-30exec.h cleanupBlue Swirl
2011-07-20Fix unassigned memory access handlingBlue Swirl
2011-06-26Remove exec-all.h include directivesBlue Swirl
2011-06-26Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl
2011-06-26exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl
2011-05-12Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2011-05-08irq: Privatize CPU_INTERRUPT_NMI.Richard Henderson
2011-05-08Fix typos in comments (accross -> across)Stefan Weil
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil
2011-04-20Remove unused function parameters from gen_pc_load and rename the functionStefan Weil
2011-04-17softfloat: rename float*_eq() into float*_eq_quiet()Aurelien Jarno
2011-04-12microblaze: Add partial decoding of stream insnsEdgar E. Iglesias
2011-04-12microblaze: Add stream-insn related constantsEdgar E. Iglesias
2011-04-11microblaze: Add constant for exception-code maskEdgar E. Iglesias
2011-04-11microblaze: Correct MMU_ZONES maskAlejandro Cabrera
2011-04-10Fix conversions from pointer to tcg_target_longStefan Weil
2011-04-03Fix trivial "endianness bugs"Stefan Weil