summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-05-10Fix compiler warnings in common filesblueswir16-31/+30
2008-05-10Fix compiler warningsblueswir115-121/+104
2008-05-10updatebellard1-1/+4
2008-05-10Special-case CTL_ALIAS instead of CTL_DNS in udp loopback test.balrog4-7/+8
2008-05-09Improve tsc2005 touchscreen usability.balrog3-15/+7
2008-05-09Add the LM8323-based keyboard of N810.balrog4-9/+658
2008-05-09CPU feature selection supportblueswir16-231/+409
2008-05-09Move #include to speed up compilationblueswir12-5/+3
2008-05-09SH4 serial controler improvementsaurel323-5/+49
2008-05-09SH4 MMU improvementsaurel327-6/+158
2008-05-09Move #include "softfloat.h" to cpu-all.haurel322-2/+1
2008-05-09x86_64 and better i386 supportbellard1-86/+147
2008-05-09list of maintainersbellard1-0/+73
2008-05-09Remove x86-64 specific reg fillers.edgar_igl1-134/+1
2008-05-09Debugger single step without interrupts (Jason Wessel).edgar_igl4-6/+70
2008-05-09Add x86_64 gdb stub for qemu (Jason Wessel).edgar_igl1-1/+133
2008-05-09CRIS: Concistent use of btarget and make it possible to single-step over dela...edgar_igl1-10/+14
2008-05-09Make a safer guess for max generated ops per guest insn (spotted by Jan Kiszka).edgar_igl1-1/+1
2008-05-08CFI-0002 linux MTD compatibility.edgar_igl1-7/+25
2008-05-08cirrusfb: proper "Attribute Controller Toggle Readback" register behaviouraurel321-1/+3
2008-05-07Update ARM non-rt sigframe layout.pbrook1-101/+165
2008-05-07Be more economical with local temporaries.ths1-2/+44
2008-05-07Simplify some constant loadsblueswir11-17/+14
2008-05-07Fix potential condition code problemsblueswir11-46/+58
2008-05-07Mention missing CPU save/restore.ths1-0/+1
2008-05-07CRIS: Disable softfloat and dyngen ops.edgar_igl1-2/+2
2008-05-07Delete redundant prototype.ths1-2/+0
2008-05-07CRIS: Remove X flag from tb flags.edgar_igl1-1/+1
2008-05-07Revert 4367blueswir11-113/+6
2008-05-07CRIS: More TCG conversion.edgar_igl5-103/+332
2008-05-07Add a file missing from the previous commit.balrog2-0/+602
2008-05-07Nokia N810 basic system emulation.balrog7-210/+324
2008-05-07Avoid arithmetics on void * in MusicPal audio code (Jan Kiszka).balrog1-8/+8
2008-05-07Delete more obsolete dyngen ops.ths1-115/+0
2008-05-07MusicPal docs snippet (Jan Kiszka) and reshuffle ChangeLog.balrog2-2/+25
2008-05-07Delete obsolete MIPS dyngen ops.ths2-156/+0
2008-05-06Convert some MIPS load/store instructions to TCG.ths3-109/+175
2008-05-06Enable 64-bit FPU only for NewABI. Spotted by Vince Weaver.ths1-0/+2
2008-05-06Align file accesses with cache=off (Kevin Wolf, Laurent Vivier)blueswir11-6/+113
2008-05-06ECC updated based on information released recently by Sun (Robert Reif)blueswir11-80/+160
2008-05-06Update ARM rt_frame layout.pbrook3-14/+172
2008-05-06Disable the temporary timer slowdown for etrax.edgar_igl1-1/+1
2008-05-06MusicPal: fix gcc4 build (Jan Kiszka).balrog1-7/+9
2008-05-06PPC: fix efstst* instructionsaurel321-6/+6
2008-05-06PPC: fix definition of msr_speaurel321-1/+1
2008-05-06Fix OMAP1 MPU-timer rate on 32-bit hosts.balrog1-1/+1
2008-05-06Fix signal handler compilation on __arm__.balrog1-1/+1
2008-05-06Force correct evaluation order in a a == b != c condition.balrog1-1/+1
2008-05-06Fix i64 remainder calculation copy-paste error.balrog1-2/+2
2008-05-06Use TCG for MIPS GPR moves.ths4-42/+83