aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-11-11updatebellard1-1/+1
2007-11-11options to enable or disable -Werror. Enable -Werror for builds from CVS by d...bellard1-0/+16
2007-11-11removed warningbellard2-3/+3
2007-11-11removed warningbellard3-3/+8
2007-11-11fixed FPU rounding initbellard1-2/+2
2007-11-11removed unused variablebellard2-2/+0
2007-11-11fixed castbellard1-1/+1
2007-11-11removed unused variablesbellard1-5/+17
2007-11-11use correct printf formatbellard3-3/+7
2007-11-11fixed invalid constantbellard1-1/+1
2007-11-11removed unused codebellard1-0/+2
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