aboutsummaryrefslogtreecommitdiffstats
path: root/target-sparc
AgeCommit message (Expand)AuthorFilesLines
2010-01-19kill regs_to_env and env_to_regsPaolo Bonzini1-8/+0
2010-01-17Sparc: improve CPU register dumpBlue Swirl1-30/+55
2010-01-15sparc32 do_unassigned_access overhaul v2Artyom Tarasenko1-12/+30
2010-01-13Sparc32: remove unused variable, spotted by clangBlue Swirl1-5/+0
2010-01-08sparc64: interrupt trap handlingIgor V. Kovalenko1-0/+10
2010-01-08sparc64: move cpu_interrupts_enabled to cpu.hIgor V. Kovalenko2-13/+13
2010-01-08sparc64: add macros to deal with softint and timer interruptIgor V. Kovalenko1-0/+4
2010-01-08sparc64: check for pending irq when pil, pstate or softint is changedIgor V. Kovalenko1-3/+38
2010-01-08sparc64: use helper_wrpil to check pending irq on writeIgor V. Kovalenko3-4/+16
2010-01-08sparc64: add PIL to cpu state dumpIgor V. Kovalenko1-0/+1
2010-01-08sparc64: trace pstate and global register set changesIgor V. Kovalenko1-0/+20
2010-01-08sparc64: change_pstate should have 32bit argumentIgor V. Kovalenko1-3/+3
2010-01-07Sparc32: clear exception_index with -1 valueBlue Swirl1-1/+1
2010-01-06sparc64: clear exception_index with -1 valueIgor V. Kovalenko1-1/+1
2010-01-03pass env to raise_exception if called outside of op_helper codeIgor V. Kovalenko1-2/+5
2010-01-03sparc64: switch to MMU global registers in more MMU related trapsIgor V. Kovalenko1-3/+3
2009-12-05Sparc64: handle MMU global bit and nucleus contextBlue Swirl2-11/+21
2009-12-04Sparc64: fix compilation with DEBUG_MMUBlue Swirl1-15/+15
2009-11-07user: move CPU reset call to main.c for x86/PPC/SparcBlue Swirl1-3/+0
2009-11-07sparc32 (mostly): remove unneeded calls to device resetBlue Swirl1-0/+2
2009-11-04Sparc: fix carry flag handling (Solaris bootblk fix)Artyom Tarasenko1-61/+30
2009-10-13sparc64: fix done instruction pcIgor V. Kovalenko1-1/+1
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