aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-05-22fxsave/fxrstor 64 bit fixbellard
2008-05-21disabled dyngen for x86 targetbellard
2008-05-21converted conditional jumps, SET and CMOVx to TCGbellard
2008-05-21removed unused definesbellard
2008-05-21converted env access to TCGbellard
2008-05-21convert eflags manipulation insns to TCGbellard
2008-05-21convert remaining segment handling to TCGbellard
2008-05-21converted LSL/LAR/VERW/VERR to TCG - force 16 bit memory access for LSL/LARbellard
2008-05-21fixed dead global variable updatebellard
2008-05-21suppressed no longer used opsbellard
2008-05-21converted INTO/CMPXCHG8B to TCGbellard
2008-05-21converted BCD ops to TCGbellard
2008-05-21converted MUL/IMUL to TCGbellard
2008-05-21Switch MIPS clo/clz and the condition tests to TCG.ths
2008-05-21Switch MIPS movn/movz to TCG.ths
2008-05-20Remove currently unnecessary alignment maskingblueswir1
2008-05-20Fix 8-bit signed load/store and a typo.balrog
2008-05-20Implement neg_i32, clean-up.balrog
2008-05-20Prevent SEGV in VNC server for old clients (Anthony Liguori).balrog
2008-05-20Remove dyngen ARM code, which did't build.balrog
2008-05-19ARM host support for TCG targets.balrog
2008-05-19Fix Sparc32 compilation broken by r4484blueswir1
2008-05-19Better solution for the alignment problemblueswir1
2008-05-18Add file left out from previous commit.ths
2008-05-18Switch most MIPS logical and arithmetic instructions to TCG.ths
2008-05-18Fix local register cache handling.ths
2008-05-18converted string OPs and LOOP insns to TCGbellard
2008-05-18fixed INC/DEC condition codesbellard
2008-05-18Boot tags setup needed by N800 proprietary bootloader.balrog
2008-05-18N810 keyboard slide open by default, add more comments.balrog
2008-05-18Add N810 to allowed -M values, add documentation part for N8x0.balrog
2008-05-18Collapse omap peripherals on L4 bus into one io entry (temporarily).balrog
2008-05-18ETRAX: Connect both ethernet controllers.edgar_igl
2008-05-18ETRAX: Add support for the ethernet receivers dest addr filters.edgar_igl
2008-05-18Fix constant checks on Sparc64 hostblueswir1
2008-05-18Fix TCG alignment problems on Sparc64 hostblueswir1
2008-05-18Fix Sparc64 host signal handlingblueswir1
2008-05-17Support signal reception in user-mode. Handle when the peer terminates or abo...edgar_igl
2008-05-17Try to fix USB HID and make the HID reports readable.balrog
2008-05-17converted sign extension ops to TCGbellard
2008-05-17Use tcg_gen_not.edgar_igl
2008-05-17MONITOR insn address generation fix - converted XLAT to TCGbellard
2008-05-17Add support for the 'k' (kill) and 'D' (detach) packets (Jason Wessel).edgar_igl
2008-05-17BSR/BSF TCG conversionbellard
2008-05-17musicpal: Improve button handling (Jan Kiszka).balrog
2008-05-17Remove arm's local not_i32 tcg op now that there's one in tcg.balrog
2008-05-17Missing include for Slirp on win32 (Eduardo Felipe).balrog
2008-05-17converted bit test operations to TCGbellard
2008-05-17moved eflags computation outside op.cbellard
2008-05-17converted adc, sbb, cmpxchg to TCGbellard