summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix handling of conditional branches in delay slot of a conditional branchArtyom Tarasenko2011-08-061-9/+21
* Sparc: fix non-faulting unassigned memory accessesBlue Swirl2011-08-011-17/+8
* exec.h cleanupBlue Swirl2011-07-302-16/+6
* SPARC64: implement %fprs dirty bitsTsuneo Saito2011-07-301-0/+116
* SPARC64: fix fnor* and fnand*Tsuneo Saito2011-07-301-6/+8
* target-sparc: Fix compiler errors (format strings)Stefan Weil2011-07-221-2/+2
* SPARC64: implement addtional MMU faults related to nonfaulting loadTsuneo Saito2011-07-212-3/+30
* SPARC64: implement MMU miss traps on nonfaulting loadsTsuneo Saito2011-07-211-16/+20
* SPARC64: fix fault status overwritten on nonfaulting loadTsuneo Saito2011-07-211-6/+2
* SPARC64: split cpu_get_phys_page_debug() from cpu_get_phys_page_nofault()Tsuneo Saito2011-07-212-1/+16
* SPARC64: introduce a convenience function for getting physical addressesTsuneo Saito2011-07-211-6/+14
* SPARC64: SFSR cleanup and fixTsuneo Saito2011-07-212-12/+62
* SPARC64: TTE bits cleanupTsuneo Saito2011-07-212-16/+26
* Fix unassigned memory access handlingBlue Swirl2011-07-202-8/+22
* SPARC64: treat UA2007 ASI_BLK_* as translating ASIs.Tsuneo Saito2011-07-201-1/+2
* SPARC64: add missing break on fmovdccTsuneo Saito2011-07-201-0/+1
* SPARC64: fix VIS1 SIMD signed compare instructionsTsuneo Saito2011-07-203-28/+31
* Sparc: fix FPU and AM enable checks for translationBlue Swirl2011-07-142-23/+35
* SPARC64: C99 comment fix for block-transfer ASIsTsuneo Saito2011-07-141-14/+14
* SPARC64: Add JPS1 ASI_BLK_AIU[PS]L ASIs for ldfa and stfaTsuneo Saito2011-07-141-0/+4
* SPARC64: Add UA2007 ASI_BLK_AIU[PS]L? ASIs for stfaTsuneo Saito2011-07-141-1/+5
* SPARC64: Add UA2007 ASI_BLK_AIU[PS]L? ASIs for ldfaTsuneo Saito2011-07-141-1/+5
* SPARC64: fp_disabled checks on stfa/stdfa/stqfaTsuneo Saito2011-07-141-0/+9
* SPARC64: Implement stfa/stdfa/stqfa instrcutions properlyTsuneo Saito2011-07-142-6/+11
* SPARC64: fp_disabled checks on ldfa/lddfa/ldqfaTsuneo Saito2011-07-141-0/+9
* SPARC64: Implement ldfa/lddfa/ldqfa instructions properlyTsuneo Saito2011-07-141-5/+11
* fix cpu_cc_src and cpu_cc_src2 corruption in udivx and sdivxArtyom Tarasenko2011-07-011-10/+22
* Remove exec-all.h include directivesBlue Swirl2011-06-263-3/+1
* Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl2011-06-262-14/+14
* exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl2011-06-261-1/+1
* sparc: move do_interrupt to helper.cBlue Swirl2011-06-264-242/+256
* sparc: fix coding style of the area to be movedBlue Swirl2011-06-261-14/+17
* cpu_loop_exit: avoid using AREG0Blue Swirl2011-06-261-3/+3
* Sparc32: dummy implementation of MXCC MMU breakpoint registersBlue Swirl2011-06-263-3/+53
* Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond2011-06-081-1/+0
* Delete unused tb_invalidate_page_rangeBlue Swirl2011-05-223-8/+1
* sparc64: fix incorrect BPcc target sign extensionBlue Swirl2011-05-141-1/+1
* sparc64: fix wrpstate and wrtl on delay slotBlue Swirl2011-05-141-8/+20
* Remove unused function parameter from cpu_restore_stateStefan Weil2011-04-201-1/+1
* Remove unused function parameters from gen_pc_load and rename the functionStefan Weil2011-04-201-2/+1
* Fix conversions from pointer to tcg_target_longStefan Weil2011-04-101-1/+1
* inline cpu_halted into sole callerPaolo Bonzini2011-03-131-10/+0
* SPARC: Fix Leon3 cache controlFabien Chouteau2011-02-013-7/+21
* SPARC: Add asr17 register supportFabien Chouteau2011-01-243-1/+14
* SPARC: Emulation of Leon3Fabien Chouteau2011-01-245-21/+193
* sparc: fix NaN handlingBlue Swirl2011-01-181-22/+34
* target-sparc: fix udiv(cc) and sdiv(cc)Aurelien Jarno2010-12-283-18/+50
* Sparc: implement monitor command 'info tlb'Blue Swirl2010-12-193-55/+55
* target-sparc: Use fprintf_function (format checking)Stefan Weil2010-12-041-2/+2
* target-sparc: remove unused functions cpu_lock(), cpu_unlock()Peter Maydell2010-12-032-16/+0