summaryrefslogtreecommitdiff
path: root/target-sparc/helper.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-16Fix MMU miss trapsblueswir11-2/+2
2008-06-26Fix bogus format, reading uninitialised memory (original patch by Julian Seward)blueswir11-1/+1
2008-06-24Fix Sparc mmu bug seen with NetBSD, based on patch by Cliff Wrightblueswir11-8/+8
2008-06-07Allow NWINDOWS selection (CPU feature with model specific defaults)blueswir11-26/+81
2008-05-31Add more SuperSparcsblueswir11-0/+36
2008-05-29MicroSparc I didn't have fsmuld opblueswir11-7/+15
2008-05-27Move non-op functions from op_helper.c to helper.c and vice versa.blueswir11-6/+215
2008-05-12Wrap long linesblueswir11-26/+46
2008-05-10Fix compiler warningsblueswir11-12/+13
2008-05-09CPU feature selection supportblueswir11-15/+189
2008-04-11Remove osdep.c/qemu-img code duplicationaurel321-0/+1
2008-03-29 Move CPU stuff unrelated to translation to helper.cblueswir11-6/+521
2008-03-02 Convert tick operations to TCGblueswir11-3/+3
2008-02-11 Sparc32 MMU register fixes (Robert Reif)blueswir11-1/+1
2007-12-25 Enforce context table alignmentblueswir11-1/+1
2007-11-29 Increase prom size for boot modeblueswir11-1/+1
2007-11-28Use slavio base as boot prom address, rearrange sun4m init codeblueswir11-1/+1
2007-11-17Break up vl.h.pbrook1-0/+31
2007-11-07 CPU specific boot mode (Robert Reif)blueswir11-1/+1
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer1-11/+14
2007-09-24 CPU boot modeblueswir11-0/+7
2007-09-20 Detabifyblueswir11-252/+252
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-2/+2
2007-05-19Use full 36-bit physical address space on SS10blueswir11-18/+25
2006-06-25C99 64 bit printfbellard1-8/+8
2006-06-14MMU no fault fixbellard1-1/+1
2005-12-05PAGE_EXEC support (Blue Swirl)bellard1-15/+31
2005-11-11sparc merge (Blue Swirl)bellard1-3/+5
2005-10-30avoid using physical accesses in user emulationbellard1-118/+117
2005-07-23sparc64 fixes (Blue Swirl)bellard1-64/+162
2005-07-04correct split between helper.c and op_helper.cbellard1-179/+16
2005-07-02sparc64 marge (Blue Swirl)bellard1-1/+188
2005-04-24MMU fix (Blue Swirl)bellard1-3/+3
2005-03-20sparc exception fix (we go up to the shell prompt)bellard1-1/+1
2005-03-13sparc fixes (Blue Swirl)bellard1-10/+8
2005-02-22MMU fixesbellard1-2/+2
2005-02-15sparc fixbellard1-16/+27
2005-02-13sparc fixesbellard1-22/+20
2005-02-07clean up - commentsbellard1-28/+21
2005-01-30initial sparc64 support - sparc fixes (Blue Swirl)bellard1-17/+24
2005-01-28endianness fixesbellard1-21/+11
2005-01-0364 bit target supportbellard1-3/+11
2004-12-19SPARC mergebellard1-67/+188
2004-10-09monitor fixesbellard1-1/+1
2004-10-04sparc merge (Blue Swirl)bellard1-20/+2
2004-10-03removed access_type hackbellard1-7/+3
2004-09-30full system SPARC emulation (Blue Swirl)bellard1-0/+346