summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-02-28Add small testcase for ordinary signals.edgar_igl2-0/+27
2008-02-28Cut the translation block after translating a break insn. This avoids an issu...edgar_igl1-1/+6
2008-02-28More consistent naming for CRIS register-number macros.edgar_igl6-75/+74
2008-02-27 Preliminary Sparc TCG targetblueswir14-0/+727
2008-02-27 Temporary fix for i386 hostblueswir12-0/+27
2008-02-27Initialize disasinfo->private_data, binutils does it and some disassemblers d...edgar_igl1-0/+1
2008-02-25 Fix mixed definesblueswir11-2/+2
2008-02-25Add testcase for CRIS ftag/fidx cache flushing insns.edgar_igl2-0/+34
2008-02-25Silently ignore CRIS cache flushes, instead of aborting due to unknown insn.edgar_igl2-2/+17
2008-02-24 Modify Sparc32/64 to use TCGblueswir17-1551/+878
2008-02-24 More helper types, rearrange generic definitionsblueswir12-64/+109
2008-02-23Really stop the transfer when the DMA channel is being disabled.balrog1-2/+3
2008-02-22The non-ncurses curses doesn't have resize_term, so make resizing conditional.balrog1-2/+4
2008-02-20 Fix andi, optimize addi and subi zero casesblueswir11-3/+13
2008-02-17Unify RTCs that use host time, fix M48t59 alarm.balrog8-123/+115
2008-02-17 Fix typoblueswir11-1/+1
2008-02-14 Fix remote debugger memory access problems reported by Matthias Steinblueswir12-7/+12
2008-02-12Make MIPS MT implementation more cache friendly.ths12-96/+96
2008-02-11 Fix SS-20 auxio addressesblueswir11-2/+2
2008-02-11 Sparc32 MMU register fixes (Robert Reif)blueswir14-9/+103
2008-02-11Force a resize after leaving graphical mode in curses (spotted by Samuel Thib...balrog1-7/+8
2008-02-10Make omap I2C controller work (previously untested). Implement post-OMAP1 ch...balrog2-15/+116
2008-02-10Add an ncurses UI.balrog21-34/+1238
2008-02-10Correct qemu-img usage hint (Andreas Färber).balrog1-1/+1
2008-02-10Simplify TCG relocation bugfix.pbrook5-17/+12
2008-02-10Add serial loopback mode (patch from Hervé Poussineau).balrog1-8/+39
2008-02-10Enhance PC kbd debugging (patch from Hervé Poussineau)balrog1-6/+9
2008-02-10Fix parallel port software emulation (Hervé Poussineau).balrog2-1/+3
2008-02-10Don't error out on zero-length chunks in writev, as to mimic Linux (Kirill A....balrog1-1/+1
2008-02-10Remove unused boolean_t, should fix building for Solaris.balrog2-2/+1
2008-02-10Fix TCG relocation bug (exposed by fault after brcond op). Add FIXME forpbrook3-21/+24
2008-02-04lock_iovec() fixbellard1-5/+12
2008-02-04win32: suppress alloca() warningbellard1-0/+3
2008-02-04win32 fixbellard1-11/+31
2008-02-04Update texi2pod.pl.ths1-23/+73
2008-02-04fixed sign extensions - added explicit side effect op flag - added discard in...bellard5-71/+124
2008-02-03compare fixbellard2-5/+5
2008-02-03Add TCG variable opaque type.pbrook4-364/+488
2008-02-03Robustify source directory check.pbrook1-5/+1
2008-02-03Fix opparam_buf size estimate.pbrook1-1/+3
2008-02-03Use ARCH_CFLAGS in configure tests.pbrook1-6/+7
2008-02-03Fix VMware VGA init call (Anthony Liguori).balrog1-2/+2
2008-02-03Fix building under paths with symlinks (patch from Richard Purdie).balrog1-6/+8
2008-02-03Implement more INQUIRY command replies for scsi disk (Igor Kovalenko).balrog1-4/+125
2008-02-03Do not set RTC frequency if already set (Aurelien Jarno).balrog1-1/+4
2008-02-03Simplify guess_disk_lchs - should fix Windows stack corruption spotted by TeL...balrog1-8/+1
2008-02-03NMI and INTR events injection should not be handled as software interrupts (B...balrog1-2/+2
2008-02-03Add VNC reverse connections, by Eddie Kohler.balrog2-21/+54
2008-02-03Make SVM env->cr[8] a valid register (patch from TeLeMan).balrog2-2/+6
2008-02-03E1000 NIC emulation (Nir Peleg, patch from Dor Laor).balrog6-2/+1872