aboutsummaryrefslogtreecommitdiff
path: root/target-sparc/helper.c
AgeCommit message (Expand)Author
2010-05-06sparc64: implement global translation table entries v1Igor V. Kovalenko
2010-03-17Large page TLB flushPaul Brook
2010-03-12Remove cpu_get_phys_page_debug from userspace emulationPaul Brook
2010-01-31sparc32 don't mark page dirty when failingArtyom Tarasenko
2010-01-17Sparc: improve CPU register dumpBlue Swirl
2010-01-13Sparc32: remove unused variable, spotted by clangBlue Swirl
2010-01-08sparc64: add PIL to cpu state dumpIgor V. Kovalenko
2009-12-05Sparc64: handle MMU global bit and nucleus contextBlue Swirl
2009-12-04Sparc64: fix compilation with DEBUG_MMUBlue Swirl
2009-11-07user: move CPU reset call to main.c for x86/PPC/SparcBlue Swirl
2009-11-07sparc32 (mostly): remove unneeded calls to device resetBlue Swirl
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
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