aboutsummaryrefslogtreecommitdiffstats
path: root/target-microblaze
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-02fix spelling in target sub directoryDong Xu Wang2-3/+3
2011-10-01softmmu_header: pass CPUState to tlb_fillBlue Swirl1-4/+3
2011-08-25microblaze: Add an MSR_PVR constant and use it.Edgar E. Iglesias2-2/+3
2011-08-25microblaze: Make the MSR PVR bit non writableEdgar E. Iglesias1-3/+8
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl3-4/+4
2011-07-31microblaze: Add missing call to qemu_init_vcpu.Peter A. G. Crosthwaite1-0/+1
2011-07-30exec.h cleanupBlue Swirl2-28/+4
2011-07-20Fix unassigned memory access handlingBlue Swirl2-12/+6
2011-06-26Remove exec-all.h include directivesBlue Swirl4-4/+0
2011-06-26Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl2-11/+13
2011-06-26exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl1-2/+2
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl1-2/+2
2011-05-12Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-1/+1
2011-05-08irq: Privatize CPU_INTERRUPT_NMI.Richard Henderson1-0/+3
2011-05-08Fix typos in comments (accross -> across)Stefan Weil1-1/+1
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil1-1/+1
2011-04-20Remove unused function parameters from gen_pc_load and rename the functionStefan Weil1-2/+1
2011-04-17softfloat: rename float*_eq() into float*_eq_quiet()Aurelien Jarno1-2/+2
2011-04-12microblaze: Add partial decoding of stream insnsEdgar E. Iglesias4-0/+78
2011-04-12microblaze: Add stream-insn related constantsEdgar E. Iglesias1-0/+9
2011-04-11microblaze: Add constant for exception-code maskEdgar E. Iglesias1-0/+1
2011-04-11microblaze: Correct MMU_ZONES maskAlejandro Cabrera1-1/+1
2011-04-10Fix conversions from pointer to tcg_target_longStefan Weil1-1/+1
2011-04-03Fix trivial "endianness bugs"Stefan Weil1-1/+1
2011-03-13inline cpu_halted into sole callerPaolo Bonzini1-11/+0
2011-03-11microblaze: Add PVR for writeback cache, endiansMichal Simek1-0/+4
2011-02-10microblaze: Handle singlestepping over direct jmpsEdgar E. Iglesias1-2/+6
2011-02-08cris, microblaze: use cpu_has_workPaolo Bonzini1-3/+1
2011-01-23microblaze: cleanup helper_addkcEdgar E. Iglesias3-10/+7
2011-01-22microblaze: Improve subkcEdgar E. Iglesias3-38/+49
2011-01-22microblaze: Fix 3rd addkc arg when rd is r0Edgar E. Iglesias1-2/+1
2011-01-22microblaze: Improve addkcEdgar E. Iglesias3-26/+45
2011-01-22microblaze: Remove debug leftovers.Edgar E. Iglesias1-2/+0
2011-01-22microblaze: Reorganize for future patchesEdgar E. Iglesias1-19/+17
2011-01-19microblaze: Add support for load/store reversedEdgar E. Iglesias1-8/+161
2011-01-19microblaze: Tweak comment, fast cases -> common casesEdgar E. Iglesias1-1/+1
2011-01-14microblaze: Improve unconditional direct branchingEdgar E. Iglesias1-7/+14
2011-01-05microblaze: Use more TB chainingEdgar E. Iglesias1-5/+23
2011-01-02softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()Peter Maydell1-1/+1
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil1-2/+1
2010-10-02target-microblaze: Use %td for ptrdiff_t arguments in debug messageStefan Weil1-1/+1
2010-09-09microblaze: Add support for fcmp.unEdgar E. Iglesias1-2/+16
2010-09-09microblaze: Add basic FPU emulationEdgar E. Iglesias4-9/+358
2010-09-09microblaze: Add definitions for FSR reg fieldsEdgar E. Iglesias1-0/+7
2010-07-25microblaze: Remove unused members from the disas contextEdgar E. Iglesias1-5/+1
2010-07-24microblaze: Speed up base + index addressing modeEdgar E. Iglesias1-0/+7
2010-07-24microblaze: Use setcond for conditional branchesEdgar E. Iglesias1-32/+6
2010-07-24microblaze: Improve branch with small immediatesEdgar E. Iglesias1-7/+21
2010-07-03remove exec-all.h inclusion from cpu.hPaolo Bonzini1-1/+0
2010-07-03move cpu_pc_from_tb to target-*/exec.hPaolo Bonzini2-5/+6
2010-07-03remove unused stuff from */exec.hPaolo Bonzini1-2/+0
2010-06-07microblaze: Make MSR_UM and MSR_VM part of the tb flagsEdgar E. Iglesias1-4/+3
2010-05-19microblaze: Update elf machine nums.Edgar E. Iglesias1-1/+1
2010-04-25microblaze: remove dead assignments, spotted by clang analyzerBlue Swirl1-6/+1
2010-03-17Large page TLB flushPaul Brook1-3/+4
2010-03-12Target specific usermode cleanupPaul Brook2-1/+3
2010-03-12Remove cpu_get_phys_page_debug from userspace emulationPaul Brook1-5/+0
2010-03-12Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.Richard Henderson1-0/+3
2010-02-20microblaze: Improve brk emulation.Edgar E. Iglesias1-5/+14
2010-02-20microblaze: Dont segfault when singlestepping first insn.Edgar E. Iglesias1-0/+6
2010-01-19kill regs_to_env and env_to_regsPaolo Bonzini1-8/+0
2009-12-16microblaze: Print content of EAR registerMichal Simek2-4/+4
2009-12-16microblaze: Update debug logs.Edgar E. Iglesias2-2/+14
2009-12-13microblaze: Handle wdc flush and clear.Edgar E. Iglesias1-0/+3
2009-12-13microblaze: Correct branch to registers.Paul Hartke1-1/+1
2009-11-12microblaze: Restore env when raising unmapped bus access.Edgar E. Iglesias1-0/+2
2009-11-12microblaze: Unbreak reset.Edgar E. Iglesias1-27/+26
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori3-4/+4
2009-10-01Get rid of _t suffixmalc3-4/+4
2009-09-25gcc wants 1st static and then constJuan Quintela1-2/+2
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl1-2/+2
2009-09-11microblaze: Trap if QEMU finds an unknown insns.Edgar E. Iglesias1-0/+6
2009-09-11microblaze: Correct prio between MMU and unaligned exceptions.Edgar E. Iglesias1-6/+25
2009-09-11microblaze: HW Exception fixes.Edgar E. Iglesias2-19/+21
2009-09-04microblaze: Trap on illegal load/store sizes.Edgar E. Iglesias1-0/+13
2009-09-04microblaze: Correct FPU decoding masks.Edgar E. Iglesias1-2/+2
2009-09-03microblaze: Compute masks for alignment checks at translation time.Edgar E. Iglesias2-15/+6
2009-09-03microblaze: Trap on bus accesses to unmapped areas.Edgar E. Iglesias2-0/+30
2009-09-03microblaze: MMU shows more respect to synthesis config.Edgar E. Iglesias3-6/+67
2009-09-03microblaze: Trap on unaligned data accesses.Edgar E. Iglesias3-2/+45
2009-09-03microblaze: Trap on divizions by zero.Edgar E. Iglesias2-2/+6
2009-09-03microblaze: Correct mfs into r0.Edgar E. Iglesias1-0/+4
2009-09-03microblaze: Catch illegal insns and privilege violations.Edgar E. Iglesias2-1/+111
2009-09-03microblaze: Add infrastructure for supporting hw exceptions.Edgar E. Iglesias2-3/+49
2009-09-03microblaze: Clear exception in dslot ESR bit if not in dslot.Edgar E. Iglesias1-0/+1
2009-09-03microblaze: Correct MMU debug log.Edgar E. Iglesias1-1/+1
2009-08-24cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd1-0/+1
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl8-16/+8
2009-05-27microblaze: Make writes to MMU_ZPR flush the TLB.Edgar E. Iglesias1-0/+7
2009-05-27microblaze: Correct typo.Edgar E. Iglesias1-1/+1
2009-05-26microblaze: Add petalogix s3a1800dsp MMU linux ref-design.Edgar E. Iglesias1-0/+11
2009-05-26microblaze: Add MMU emulation.Edgar E. Iglesias2-0/+338
2009-05-26microblaze: Add translation routines.Edgar E. Iglesias7-0/+2305