aboutsummaryrefslogtreecommitdiff
path: root/target-sparc
AgeCommit message (Expand)Author
2011-10-01softmmu_header: pass CPUState to tlb_fillBlue Swirl
2011-09-10Gdbstub: Fix back-trace on SPARC32Fabien Chouteau
2011-09-10Sparc64: remove useless variableBlue Swirl
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl
2011-08-06Fix handling of conditional branches in delay slot of a conditional branchArtyom Tarasenko
2011-08-01Sparc: fix non-faulting unassigned memory accessesBlue Swirl
2011-07-30exec.h cleanupBlue Swirl
2011-07-30SPARC64: implement %fprs dirty bitsTsuneo Saito
2011-07-30SPARC64: fix fnor* and fnand*Tsuneo Saito
2011-07-22target-sparc: Fix compiler errors (format strings)Stefan Weil
2011-07-21SPARC64: implement addtional MMU faults related to nonfaulting loadTsuneo Saito
2011-07-21SPARC64: implement MMU miss traps on nonfaulting loadsTsuneo Saito
2011-07-21SPARC64: fix fault status overwritten on nonfaulting loadTsuneo Saito
2011-07-21SPARC64: split cpu_get_phys_page_debug() from cpu_get_phys_page_nofault()Tsuneo Saito
2011-07-21SPARC64: introduce a convenience function for getting physical addressesTsuneo Saito
2011-07-21SPARC64: SFSR cleanup and fixTsuneo Saito
2011-07-21SPARC64: TTE bits cleanupTsuneo Saito
2011-07-20Fix unassigned memory access handlingBlue Swirl
2011-07-20SPARC64: treat UA2007 ASI_BLK_* as translating ASIs.Tsuneo Saito
2011-07-20SPARC64: add missing break on fmovdccTsuneo Saito
2011-07-20SPARC64: fix VIS1 SIMD signed compare instructionsTsuneo Saito
2011-07-14Sparc: fix FPU and AM enable checks for translationBlue Swirl
2011-07-14SPARC64: C99 comment fix for block-transfer ASIsTsuneo Saito
2011-07-14SPARC64: Add JPS1 ASI_BLK_AIU[PS]L ASIs for ldfa and stfaTsuneo Saito
2011-07-14SPARC64: Add UA2007 ASI_BLK_AIU[PS]L? ASIs for stfaTsuneo Saito
2011-07-14SPARC64: Add UA2007 ASI_BLK_AIU[PS]L? ASIs for ldfaTsuneo Saito
2011-07-14SPARC64: fp_disabled checks on stfa/stdfa/stqfaTsuneo Saito
2011-07-14SPARC64: Implement stfa/stdfa/stqfa instrcutions properlyTsuneo Saito
2011-07-14SPARC64: fp_disabled checks on ldfa/lddfa/ldqfaTsuneo Saito
2011-07-14SPARC64: Implement ldfa/lddfa/ldqfa instructions properlyTsuneo Saito
2011-07-01fix cpu_cc_src and cpu_cc_src2 corruption in udivx and sdivxArtyom Tarasenko
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-26sparc: move do_interrupt to helper.cBlue Swirl
2011-06-26sparc: fix coding style of the area to be movedBlue Swirl
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl
2011-06-26Sparc32: dummy implementation of MXCC MMU breakpoint registersBlue Swirl
2011-06-08Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond
2011-05-22Delete unused tb_invalidate_page_rangeBlue Swirl
2011-05-14sparc64: fix incorrect BPcc target sign extensionBlue Swirl
2011-05-14sparc64: fix wrpstate and wrtl on delay slotBlue Swirl
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-10Fix conversions from pointer to tcg_target_longStefan Weil
2011-03-13inline cpu_halted into sole callerPaolo Bonzini
2011-02-01SPARC: Fix Leon3 cache controlFabien Chouteau
2011-01-24SPARC: Add asr17 register supportFabien Chouteau
2011-01-24SPARC: Emulation of Leon3Fabien Chouteau