aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-11-11removed warnings - improved sparc32/64 signal frame setup - disabled x86 fram...bellard1-59/+92
2007-11-11removed warningbellard1-2/+1
2007-11-11sparc64_[get|set]_context are not meaningful in abi32 modebellard1-0/+2
2007-11-11better than nothing 64 bit support - added sign extension for TYPE_LONGbellard1-1/+27
2007-11-11 Add SPARCserver 600MP emulation (original patch by Robert Reif)blueswir15-9/+122
2007-11-11hex numbers must have a leading 0xbellard1-3/+3
2007-11-11removed invalid use of _INTC_ARRAYbellard1-2/+2
2007-11-11suppressed invalid TARGET_CMSG_FIRSTHDR macrobellard1-3/+0
2007-11-11improved cmsg handling - improved shm memory codebellard1-42/+72
2007-11-11removed warningbellard1-1/+1
2007-11-11use -fno-strict-aliasingbellard1-1/+1
2007-11-11fixed invalid castbellard1-1/+1
2007-11-11use correct typesbellard2-35/+41
2007-11-11printf format fixesbellard1-8/+8
2007-11-11 Fix Sun4u compileblueswir11-67/+42
2007-11-11removed warnings - fixed arm stack copy bugbellard1-8/+19
2007-11-11removed warningbellard1-0/+2
2007-11-11move get_errno() inside do_fcntl()bellard1-35/+25
2007-11-11no longer use get_errno for do_modify_ldt()bellard1-16/+17
2007-11-11Fix format mismatch.pbrook1-1/+2
2007-11-11fixed error codesbellard1-2/+2
2007-11-11-strace optionbellard1-3/+6
2007-11-11Fix PowerPC boot device selection.j_mayer3-14/+24
2007-11-11compilation fixesbellard1-17/+20
2007-11-11Fix msr_mask.pbrook1-4/+3
2007-11-11Linux user memory access API change (initial patch by Thayne Harbaugh)bellard14-628/+977
2007-11-11fixed invalid typebellard5-10/+10
2007-11-11mips_r4k warning fixes.pbrook1-6/+1
2007-11-11block-raw/kqemu fix.pbrook1-1/+1
2007-11-11Cleanup qemu-img.c.pbrook1-16/+3
2007-11-11Split block API from vl.h.pbrook21-271/+307
2007-11-11More generic boot devices specification, allowing more devices to be specifiedj_mayer5-51/+125
2007-11-11Remove duplicate i2c.o.pbrook1-1/+1
2007-11-11Fix POWER abs & abso computation.j_mayer2-8/+10
2007-11-11Optimize PowerPC overflow flag computation in most useful cases.j_mayer4-115/+57
2007-11-11Fix typo.ths1-1/+1
2007-11-11ARMv7 support.pbrook35-652/+11798
2007-11-10Allow selection of PowerPC CPU giving a PVR.j_mayer2-372/+420
2007-11-10always use mktimegmbellard3-1/+16
2007-11-10Fix Makefile dependencies.pbrook1-2/+2
2007-11-10Fix build failure.pbrook1-5/+7
2007-11-10Add dummy m68k board.pbrook4-1/+71
2007-11-10Fix m68k FP register debug dumps.pbrook1-2/+2
2007-11-10Update ARM disassembler.pbrook2-1167/+3660
2007-11-10Fix 64-bit host printf format mismatches.pbrook8-18/+20
2007-11-10exported display init functions to common codebellard1-16/+16
2007-11-10added cpu_model parameter to cpu_init()bellard46-324/+320
2007-11-10 More Sparc64 CPU definitionsblueswir11-1/+99
2007-11-09Use FORCE_RET, scrap RETURN which was implemented in target-specific code.ths5-424/+418
2007-11-09 More CPU definitionsblueswir11-4/+102