summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-01Add missing dependencies on generated files (for parallel build).pbrook1-3/+9
2008-02-01reverted -translation option supportbellard4-111/+3
2008-02-01Move AUX1 and AUX2 to correct locationsblueswir13-6/+6
2008-02-01typosbellard1-4/+4
2008-02-01use the TCG code generatorbellard35-2353/+1087
2008-02-01TCG code generatorbellard13-0/+7026
2008-02-01updatebellard1-0/+5
2008-02-01typobellard1-1/+1
2008-01-31suppressed warningsbellard1-2/+2
2008-01-31compilation fixbellard1-2/+2
2008-01-31compilation fixes - added bswap - commentsbellard1-41/+60
2008-01-31Makefile cleanup - more generic support of 32 bit compilation on x86_64bellard3-315/+307
2008-01-31removed unused filebellard1-140/+0
2008-01-31use simpler REGPARM convention - make CPUTLBEntry size a power of twobellard4-17/+28
2008-01-27Rearrange slavio_misc code to prepare for different addressesblueswir13-80/+175
2008-01-26 Fix user timer mode change (Robert Reif)blueswir11-20/+33
2008-01-25 Add TurboSPARC mask ID register (Robert Reif)blueswir11-1/+11
2008-01-25 User timer limit fixes (Robert Reif)blueswir11-11/+26
2008-01-23Add option to disable TB cache, by Herve Poussineau.ths4-2/+110
2008-01-22Core Graphics support (cocoa.m rewrite), by Mike Kronenberg.ths1-589/+650