summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2007-11-09Fix typo, spotted by Samuel Thibault.ths1-1/+1
2007-11-09Move kernel loader parameters from the cpu state to being board specific.ths4-59/+72
2007-11-08Clean out the N32 macros from target-mips, and introduce MIPS ABI specificths13-73/+75
2007-11-08More .cvsignore.ths2-0/+2
2007-11-08Formatting fix.ths1-1/+1
2007-11-08.cvsignore dependency files.ths1-0/+1
2007-11-08Revert "Last AIO Patch" as requested by Fabrice, it is incomplete andths1-38/+18
2007-11-08removed obsolete x86 code copy supportbellard13-327/+23
2007-11-08removedbellard1-1323/+0
2007-11-08removed unused codebellard1-5/+0
2007-11-08added -cpu option for x86 - fixed glibc hack in case the global variables are...bellard1-6/+31
2007-11-08added -cpu option for x86 (initial patch by Dan Kenigsberg)bellard3-64/+322
2007-11-07use config-host.h instead of config.hbellard2-2/+2
2007-11-07fixed QEMU_TOOL testsbellard1-60/+61
2007-11-07SDL and COCA are no longer target dependent - support for common code compila...bellard1-32/+24
2007-11-07compile common code oncebellard2-55/+98