aboutsummaryrefslogtreecommitdiffstats
path: root/target-sparc
AgeCommit message (Expand)AuthorFilesLines
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
2009-02-05targets: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2009-01-26Log reset events (Jan Kiszka)aliguori1-0/+5
2009-01-15global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori2-4/+4
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2-19/+16
2009-01-14Get rid of user_mode_onlyaurel321-1/+0
2009-01-12Fix TLB access (Jakub Jermar)blueswir11-10/+10
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel322-2/+2
2008-12-23Add SuperSPARC MMU breakpoint registers (Robert Reif)blueswir12-1/+45
2008-12-23Better SuperSPARC emulation (Robert Reif)blueswir12-23/+28
2008-12-23Implement tick interrupt disable bitsblueswir11-1/+2
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc1-2/+2
2008-12-13Remove unnecessary trailing newlinesblueswir12-3/+0
2008-12-11Add missing "static"blueswir11-1/+1
2008-11-30Common cpu_loop_exit prototypeaurel321-3/+0
2008-11-25Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori1-2/+2
2008-11-18Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori1-3/+4
2008-11-18Refactor translation block CPU state handling (Jan Kiszka)aliguori1-0/+16
2008-11-18Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)aliguori1-5/+7
2008-11-17TCG variable type checking.pbrook3-632/+627
2008-11-09Use TCG not opblueswir11-14/+12
2008-11-09Use andc, orc, nor and nandblueswir11-52/+36
2008-11-01Fix TCGv size mismatchesblueswir11-19/+21
2008-10-07Add static (spotted by sparse)blueswir11-1/+1
2008-10-07Fix error in fexpand (spotted by sparse)blueswir11-4/+4
2008-10-06Show size for unassigned accesses (Robert Reif)blueswir12-14/+15
2008-10-03Rearrange tick functionsblueswir13-31/+31
2008-10-03Fix missing prototype warnings by moving declarationsblueswir12-11/+9
2008-10-02Fix MXCC printf warning (based on patch by Robert Reif)blueswir11-3/+3
2008-09-27Add mmu tlb demap support (Igor Kovalenko)blueswir11-1/+35
2008-09-26Add a generic Niagara machineblueswir12-2/+2
2008-09-26Implement some UA2007 block ASIsblueswir11-0/+6
2008-09-26Implement UA2005 hypervisor trapsblueswir13-18/+23
2008-09-26Move also DEBUG_PCALL (see r5085)blueswir12-1/+1
2008-09-22Add software and timer interrupt supportblueswir14-5/+49
2008-09-22Fix arguments used in cas/casx, thanks to Igor Kovalenko for spottingblueswir11-5/+5
2008-09-21Use the new concat_tl_i64 op for std and stdablueswir11-18/+6
2008-09-21Use the new concat_i32_i64 op for std and stdablueswir13-22/+20
2008-09-20Move signal handler prototype back to cpu.hblueswir12-1/+1
2008-09-14Fix array subscript above array bounds errorblueswir11-1/+1
2008-09-13Fix mulscc with high bits set in either src1 or src2blueswir11-2/+3
2008-09-11Write zeros to high bits of y, based on patch by Vince Weaverblueswir11-2/+4
2008-09-10Convert rest of ops using float32 to TCG, remove FT0 and FT1blueswir15-64/+39
2008-09-10Partially convert float128 conversion ops to TCGblueswir13-20/+19
2008-09-10Convert basic 64 bit VIS ops to TCGblueswir14-102/+65
2008-09-10Convert basic 32 bit VIS ops to TCGblueswir13-164/+48
2008-09-10Convert basic float32 ops to TCGblueswir13-190/+329