summaryrefslogtreecommitdiff
path: root/target-sparc/helper.c
AgeCommit message (Expand)Author
2008-10-07Add static (spotted by sparse)blueswir1
2008-10-03Rearrange tick functionsblueswir1
2008-09-26Add a generic Niagara machineblueswir1
2008-09-26Move also DEBUG_PCALL (see r5085)blueswir1
2008-09-09Implement ldxfsr/stxfsr, fix ld(x)fsr masks, convert to TCGblueswir1
2008-08-29Fix Sparc64 boot on i386 host:blueswir1
2008-08-21Use initial CPU definition structure for some CPU fields instead of copyingblueswir1
2008-07-25Make MAXTL dynamic, bounds check tl when indexingblueswir1
2008-07-22Add T1 and T2 CPUs, add a Sun4v machineblueswir1
2008-07-21Use MMU globals for some MMU trapsblueswir1
2008-07-21Fix reset vectorblueswir1
2008-07-20Print default and available CPU features separatelyblueswir1
2008-07-20Make UA200x features selectable, add MMU typesblueswir1
2008-07-19Update TLB miss addressesblueswir1
2008-07-17Fix saving and loading of trap stateblueswir1
2008-07-16Fix MMU miss trapsblueswir1
2008-06-26Fix bogus format, reading uninitialised memory (original patch by Julian Seward)blueswir1
2008-06-24Fix Sparc mmu bug seen with NetBSD, based on patch by Cliff Wrightblueswir1
2008-06-07Allow NWINDOWS selection (CPU feature with model specific defaults)blueswir1
2008-05-31Add more SuperSparcsblueswir1
2008-05-29MicroSparc I didn't have fsmuld opblueswir1
2008-05-27Move non-op functions from op_helper.c to helper.c and vice versa.blueswir1
2008-05-12Wrap long linesblueswir1
2008-05-10Fix compiler warningsblueswir1
2008-05-09CPU feature selection supportblueswir1
2008-04-11Remove osdep.c/qemu-img code duplicationaurel32
2008-03-29 Move CPU stuff unrelated to translation to helper.cblueswir1
2008-03-02 Convert tick operations to TCGblueswir1
2008-02-11 Sparc32 MMU register fixes (Robert Reif)blueswir1
2007-12-25 Enforce context table alignmentblueswir1
2007-11-29 Increase prom size for boot modeblueswir1
2007-11-28Use slavio base as boot prom address, rearrange sun4m init codeblueswir1
2007-11-17Break up vl.h.pbrook
2007-11-07 CPU specific boot mode (Robert Reif)blueswir1
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer
2007-09-24 CPU boot modeblueswir1
2007-09-20 Detabifyblueswir1
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-05-19Use full 36-bit physical address space on SS10blueswir1
2006-06-25C99 64 bit printfbellard
2006-06-14MMU no fault fixbellard
2005-12-05PAGE_EXEC support (Blue Swirl)bellard
2005-11-11sparc merge (Blue Swirl)bellard
2005-10-30avoid using physical accesses in user emulationbellard
2005-07-23sparc64 fixes (Blue Swirl)bellard
2005-07-04correct split between helper.c and op_helper.cbellard
2005-07-02sparc64 marge (Blue Swirl)bellard
2005-04-24MMU fix (Blue Swirl)bellard
2005-03-20sparc exception fix (we go up to the shell prompt)bellard
2005-03-13sparc fixes (Blue Swirl)bellard