summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-05-18Add N810 to allowed -M values, add documentation part for N8x0.balrog3-0/+36
2008-05-18Collapse omap peripherals on L4 bus into one io entry (temporarily).balrog5-20/+148
2008-05-18ETRAX: Connect both ethernet controllers.edgar_igl1-5/+11
2008-05-18ETRAX: Add support for the ethernet receivers dest addr filters.edgar_igl1-45/+162
2008-05-18Fix constant checks on Sparc64 hostblueswir11-12/+17
2008-05-18Fix TCG alignment problems on Sparc64 hostblueswir11-2/+2
2008-05-18Fix Sparc64 host signal handlingblueswir11-5/+10
2008-05-17Support signal reception in user-mode. Handle when the peer terminates or abo...edgar_igl1-6/+19
2008-05-17Try to fix USB HID and make the HID reports readable.balrog1-48/+71
2008-05-17converted sign extension ops to TCGbellard2-76/+31
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