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