aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-05-17Use tcg_gen_not.edgar_igl1-4/+4
2008-05-17MONITOR insn address generation fix - converted XLAT to TCGbellard2-40/+20
2008-05-17Add support for the 'k' (kill) and 'D' (detach) packets (Jason Wessel).edgar_igl3-0/+40
2008-05-17BSR/BSF TCG conversionbellard4-72/+54
2008-05-17musicpal: Improve button handling (Jan Kiszka).balrog1-10/+17
2008-05-17Remove arm's local not_i32 tcg op now that there's one in tcg.balrog1-6/+0
2008-05-17Missing include for Slirp on win32 (Eduardo Felipe).balrog1-0/+1
2008-05-17converted bit test operations to TCGbellard2-98/+53
2008-05-17moved eflags computation outside op.cbellard4-293/+296
2008-05-17converted adc, sbb, cmpxchg to TCGbellard3-305/+151
2008-05-17converted condition code supprot to TCG - converted shift ops to TCGbellard9-1132/+762
2008-05-17added 'pure' function attribute - fixed indirect function callsbellard2-23/+46
2008-05-17added not pseudo op - more _tl macrosbellard1-0/+23
2008-05-17Generate better code for Sparc32 shiftsblueswir11-6/+21
2008-05-17Fix qemu_ld/st branches, constification, use orcc for tst synthetic opblueswir11-9/+9
2008-05-17Improved workaround for the annoying glibc global register mangling bugblueswir11-47/+11
2008-05-17Update TODOblueswir11-2/+4
2008-05-16Implement qemu_ld/st, fix brcond, handle more corner casesblueswir11-29/+395
2008-05-15Always process real timers regardless of singlestep mode (Jason Wessel).edgar_igl2-3/+2
2008-05-15Implement brcond, ldst with large offset; fix direct jump, prologueblueswir11-14/+71
2008-05-15Fix bit fitting checksblueswir11-11/+15
2008-05-15converted more helpers to TCG - fixed some SVM issuesbellard10-485/+404
2008-05-15cpu_abort() is really an abortbellard1-5/+0
2008-05-14Fix compilation on Sparc host, implement ld and stblueswir13-9/+15
2008-05-13ETRAX: Add some kind of support for simulating 802.3 auto-negotiation.edgar_igl1-17/+55
2008-05-13Remove some uses of phys_ram_base (initial patch by Ian Jackson)blueswir11-23/+23
2008-05-13i386 specific TODObellard1-0/+29
2008-05-13updatebellard1-27/+5
2008-05-13Fix loading of binary ROMsblueswir11-3/+3
2008-05-13Fix compiler warning.ths1-1/+1
2008-05-13CRIS: Improve TLB management and handle delayslots at page boundaries.edgar_igl8-140/+196
2008-05-12compilation fixbellard1-1/+3
2008-05-12use new helper namebellard1-1/+1
2008-05-12converted more helpers to TCGbellard5-647/+498
2008-05-12removed unused codebellard2-7/+0
2008-05-12FPU fixesbellard1-11/+11
2008-05-12converted x87 FPU ops to TCGbellard5-945/+756
2008-05-12Move prototype back to avoid a compiler warningblueswir12-1/+1
2008-05-12Remove most uses of phys_ram_base (initial patch by Ian Jackson)blueswir14-41/+135
2008-05-12converted SSE/MMX ops to TCGbellard6-671/+715
2008-05-12Wrap long linesblueswir113-200/+395
2008-05-12use TCG for MMX/SSE memory accessesbellard3-221/+58
2008-05-12temporary hack to handle register shortage with dyngen for qemu_st64()bellard2-0/+41
2008-05-122.6 kernels make int 5 a trap gatebellard1-1/+1
2008-05-12char is only for stringsbellard1-3/+3
2008-05-12the double/triple fault handling was not tested in user mode.bellard1-0/+2
2008-05-12removed unused codebellard5-14/+0
2008-05-12CRIS: Remove some old dyngen T0/T1 fiddle. More usage of the results from the...edgar_igl1-34/+38
2008-05-12Debugger single step without interrupts (Jason Wessel).edgar_igl1-0/+2
2008-05-11Remove someexplicit alignment checks (initial patch by Fabrice Bellard)blueswir12-98/+112