aboutsummaryrefslogtreecommitdiff
path: root/target-sparc/helper.c
AgeCommit message (Expand)Author
2010-12-19Sparc: implement monitor command 'info tlb'Blue Swirl
2010-12-03target-sparc: remove unused functions cpu_lock(), cpu_unlock()Peter Maydell
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil
2010-06-02sparc64: fix tag access register on mmu trapsIgor V. Kovalenko
2010-05-22sparc64: fix mmu context at trap levels above zeroIgor V. Kovalenko
2010-05-22sparc64: fix dump_mmu to look for global bit in tte value instead of tagIgor V. Kovalenko
2010-05-22sparc64: fix pstate privilege bitsIgor V. Kovalenko
2010-05-22sparc64: generate data access exception on RW violationIgor V. Kovalenko
2010-05-22Fix %lld or %llx printf format useBlue Swirl
2010-05-12target-sparc: Fix wrong printf argumentStefan Weil
2010-05-09sparc: Fix lazy flag calculation on interrupts, refactorBlue Swirl
2010-05-07sparc64: fix build with older gccsBlue Swirl
2010-05-06sparc64: handle asi referencing nucleus and secondary MMU contextsIgor V. Kovalenko
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