aboutsummaryrefslogtreecommitdiffstats
path: root/target-sparc
AgeCommit message (Expand)AuthorFilesLines
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori3-37/+37
2009-10-01Get rid of _t suffixmalc3-37/+37
2009-09-23sparc64-8bit-asiIgor V. Kovalenko2-0/+6
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl1-2/+2
2009-08-24cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd1-0/+1
2009-08-22sparc32 remove an unnecessary cpu irq setBlue Swirl1-35/+30
2009-08-22Sparc32/64: fix jmpl followed by branchBlue Swirl1-0/+2
2009-08-18Sparc32/64: Fix user emulator breakageBlue Swirl1-1/+1
2009-08-15Fix desynchronization of condition code state when a memory access trapsBlue Swirl1-0/+11
2009-08-04Sparc64: replace tsptr with helper routineIgor Kovalenko5-39/+68
2009-07-31sparc64 flush pending conditional evaluations before exposing cpu stateIgor Kovalenko1-0/+5
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela1-1/+1
2009-07-27sparc64 really implement itlb/dtlb automatic replacement writesIgor Kovalenko3-90/+84
2009-07-27sparc64 name mmu registers and general cleanupIgor Kovalenko4-111/+225
2009-07-20Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl2-15/+19
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl2-4/+2
2009-07-12sparc64: trap handling correctionsIgor Kovalenko4-25/+75
2009-07-12sparc64: fix helper_st_asi little endian case typoIgor Kovalenko1-6/+6
2009-07-12sparc64: unify mmu tag matching codeIgor Kovalenko1-44/+57
2009-07-12sparc64: mmu bypass mode correctionIgor Kovalenko1-3/+11
2009-06-06Use correct type for SPARC cpu_cc_opPaul Brook1-1/+2
2009-05-21Convert machine registration to use module init functionsAnthony Liguori1-22/+0
2009-05-19Hardware convenience libraryPaul Brook1-2/+0
2009-05-13Include assert.h from qemu-common.hPaul Brook1-1/+0
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-8/+8
2009-05-10Convert mulsccBlue Swirl1-131/+2
2009-05-10Convert udiv/sdivBlue Swirl2-19/+31
2009-05-10Convert tagged opsBlue Swirl2-129/+85
2009-05-10Convert subxBlue Swirl2-31/+50
2009-05-10Convert subBlue Swirl2-37/+83
2009-05-10Convert logical operations and umul/smulBlue Swirl2-24/+43
2009-05-10Convert addxBlue Swirl2-31/+50
2009-05-10Convert addBlue Swirl2-21/+99
2009-05-10Use dynamical computation for condition codesBlue Swirl5-24/+196
2009-05-03Optimize cmp x, 0 caseBlue Swirl1-14/+19
2009-05-03ReindentBlue Swirl1-319/+312
2009-05-02Improve instruction name comments for easier searchingBlue Swirl1-44/+44
2009-05-02Clarify: dmmuregs[1] is not a typoBlue Swirl1-0/+1
2009-05-02Optimize operations with immediate parametersBlue Swirl1-52/+200
2009-05-02Fix Sparc64 sign extension problemsBlue Swirl1-32/+36
2009-04-28sparc64 fix context value for ITLB faultIgor Kovalenko1-1/+1
2009-04-27sparc64 fix TLB match codeIgor Kovalenko1-7/+7
2009-04-25Fix a warning in sparc64-linux-user buildBlue Swirl1-1/+1
2009-04-25sparc64 support TSB related MMU registersIgor Kovalenko1-6/+93
2009-04-24qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori1-0/+1
2009-04-24qemu: per-arch cpu_has_work (Marcelo Tosatti)aliguori1-1/+8
2009-04-05Add new command line option -singlestep for tcg single stepping.aurel321-1/+1
2009-03-16Delete some unused macros detected with -Wp,-Wunused-macros useblueswir13-24/+3
2009-03-07The _exit syscall is used for both thread termination in NPTL applications,pbrook1-1/+2
2009-02-21Turn MMUs and caches off on resetblueswir11-0/+1