summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-10-31Move network redirection code out of vl.c and into net.caliguori
2008-10-31Move CharDriverState code out of vl.caliguori
2008-10-31Move some declarations around in the QEMU CharDriver codealiguori
2008-10-31Increase default IO timeout from 10ms to 5saliguori
2008-10-31Main loop fixes/cleanupaliguori
2008-10-31Clarify qemu_bh_schedule_idle() usagealiguori
2008-10-31Implement "info chardev" command. (Gerd Hoffmann)aliguori
2008-10-31fix bdrv_aio_read API breakage in qcow2 (Andrea Arcangeli)aliguori
2008-10-31Make DMA bottom-half driven (v2)aliguori
2008-10-31Make bottom halves more robustaliguori
2008-10-29Use qemu_gettimeofday.pbrook
2008-10-29Fix restore of older snapshots for target-i386 on big endian hostsaliguori
2008-10-28Use locally defined structure.pbrook
2008-10-28Sun4c cleanups (Robert Reif)blueswir1
2008-10-28fix off-by-one generating vmdk backing files (Avi Kivity)aliguori
2008-10-28Set default max_cpus to one.balrog
2008-10-28Fix return value printing for shmat (Lauro Ramos Venancio).balrog
2008-10-28Recvmsg must return the number of bytes received (Lauro Ramos Venancio).balrog
2008-10-28page_check_range: fix wrap around test (Lauro Ramos Venancio).balrog
2008-10-28Fix iovec for the case with invalid elements (Lauro Ramos Venancio).balrog
2008-10-28Use the host exit syscall for exiting (Lauro Ramos Venancio).balrog
2008-10-28CRIS: Plug more temp leaks.edgar_igl
2008-10-28Control + i and [tab] share keycode in curses, simulate [tab].balrog
2008-10-28Fix cpuid ext_features value for Atom N270 (Blue Swirl).balrog
2008-10-27target-ppc: use consistent names for variablesaurel32
2008-10-27target-ppc: indentation fixesaurel32
2008-10-27target-ppc: convert rotation instructions to TCGaurel32
2008-10-27CRIS: Plug a few temp leaks.edgar_igl
2008-10-27ETRAX-FS: Process outgoing DMA channels until EOL.edgar_igl
2008-10-27CRIS: Remove cpu_T.edgar_igl
2008-10-27Ansify to please sparseblueswir1
2008-10-27CRIS: Avoid more cpu_T usage.edgar_igl
2008-10-27Move sun4c to its own hwdef (Robert Reif)blueswir1
2008-10-27CRIS: Avoid cpu_T[1] for move_r.edgar_igl
2008-10-27CRIS: Avoid using cpu_T[0] for testing condition codes.edgar_igl
2008-10-27CRIS: Add branch-free versions of abs, lsl, lsr and asr.edgar_igl
2008-10-26CRIS: Correct tcg globals allocation for 64bit hosts.edgar_igl
2008-10-26Preliminary BSD user emulator supportblueswir1
2008-10-26Update from binutils 2.17blueswir1
2008-10-26Document the binutils source files used in constructing sparc-dis.cblueswir1
2008-10-26Add "const"blueswir1
2008-10-26Fix inline use warnings from sparseblueswir1
2008-10-26Fix undeclared symbol warnings from sparseblueswir1
2008-10-26Fix incorrect use of pstrcpy (malc)blueswir1
2008-10-26Fix undefined pthread_sigmask warning on FreeBSD (Juergen Lock)blueswir1
2008-10-25Change freeing method because the allocation function was changed in r5532blueswir1
2008-10-25Silence warnings about unused variablesblueswir1
2008-10-25Suppress a GCC warning about unused functionblueswir1
2008-10-25Fix GCC 4 signedness warningblueswir1
2008-10-25Replace uses of strndup (a GNU extension) with Qemu pstrdupblueswir1