summaryrefslogtreecommitdiff
path: root/target-sparc/helper.c
AgeCommit message (Expand)Author
2009-08-18Sparc32/64: Fix user emulator breakageBlue Swirl
2009-08-04Sparc64: replace tsptr with helper routineIgor Kovalenko
2009-07-27sparc64 really implement itlb/dtlb automatic replacement writesIgor Kovalenko
2009-07-27sparc64 name mmu registers and general cleanupIgor Kovalenko
2009-07-20Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-07-12sparc64: trap handling correctionsIgor Kovalenko
2009-07-12sparc64: unify mmu tag matching codeIgor Kovalenko
2009-07-12sparc64: mmu bypass mode correctionIgor Kovalenko
2009-05-13Include assert.h from qemu-common.hPaul Brook
2009-05-10Use dynamical computation for condition codesBlue Swirl
2009-05-02Clarify: dmmuregs[1] is not a typoBlue Swirl
2009-04-28sparc64 fix context value for ITLB faultIgor Kovalenko
2009-04-27sparc64 fix TLB match codeIgor Kovalenko
2009-04-24qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori
2009-03-16Delete some unused macros detected with -Wp,-Wunused-macros useblueswir1
2009-02-21Turn MMUs and caches off on resetblueswir1
2009-02-05targets: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2009-01-26Log reset events (Jan Kiszka)aliguori
2009-01-14Get rid of user_mode_onlyaurel32
2009-01-12Fix TLB access (Jakub Jermar)blueswir1
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2008-12-23Better SuperSPARC emulation (Robert Reif)blueswir1
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc
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