summaryrefslogtreecommitdiff
path: root/target-sparc/helper.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-07Add static (spotted by sparse)blueswir11-1/+1
2008-10-03Rearrange tick functionsblueswir11-31/+0
2008-09-26Add a generic Niagara machineblueswir11-2/+1
2008-09-26Move also DEBUG_PCALL (see r5085)blueswir11-1/+0
2008-09-09Implement ldxfsr/stxfsr, fix ld(x)fsr masks, convert to TCGblueswir11-1/+1
2008-08-29Fix Sparc64 boot on i386 host:blueswir11-242/+0
2008-08-21Use initial CPU definition structure for some CPU fields instead of copyingblueswir11-26/+10
2008-07-25Make MAXTL dynamic, bounds check tl when indexingblueswir11-41/+44
2008-07-22Add T1 and T2 CPUs, add a Sun4v machineblueswir11-0/+22
2008-07-21Use MMU globals for some MMU trapsblueswir11-3/+17
2008-07-21Fix reset vectorblueswir11-1/+1
2008-07-20Print default and available CPU features separatelyblueswir11-4/+7
2008-07-20Make UA200x features selectable, add MMU typesblueswir11-17/+22
2008-07-19Update TLB miss addressesblueswir11-0/+2
2008-07-17Fix saving and loading of trap stateblueswir11-8/+8
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