summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-11-01Malta & OMAP: add a name to char devicesaurel323-5/+5
2008-11-01qemu-char: include hw/baum.haurel321-0/+2
2008-10-31Remove dumb_refreshaliguori1-9/+2
2008-10-31Remove extraneous inline keyword.aliguori1-1/+1
2008-10-31Move network redirection code out of vl.c and into net.caliguori5-1462/+1632
2008-10-31Move CharDriverState code out of vl.caliguori3-2114/+2204
2008-10-31Move some declarations around in the QEMU CharDriver codealiguori4-18/+19
2008-10-31Increase default IO timeout from 10ms to 5saliguori1-2/+2
2008-10-31Main loop fixes/cleanupaliguori2-18/+48
2008-10-31Clarify qemu_bh_schedule_idle() usagealiguori1-0/+6
2008-10-31Implement "info chardev" command. (Gerd Hoffmann)aliguori5-36/+78
2008-10-31fix bdrv_aio_read API breakage in qcow2 (Andrea Arcangeli)aliguori1-4/+40
2008-10-31Make DMA bottom-half driven (v2)aliguori9-26/+40
2008-10-31Make bottom halves more robustaliguori2-23/+38
2008-10-29Use qemu_gettimeofday.pbrook1-1/+1
2008-10-29Fix restore of older snapshots for target-i386 on big endian hostsaliguori1-2/+2
2008-10-28Use locally defined structure.pbrook1-1/+1
2008-10-28Sun4c cleanups (Robert Reif)blueswir11-10/+5
2008-10-28fix off-by-one generating vmdk backing files (Avi Kivity)aliguori1-1/+1
2008-10-28Set default max_cpus to one.balrog26-38/+13
2008-10-28Fix return value printing for shmat (Lauro Ramos Venancio).balrog1-1/+1
2008-10-28Recvmsg must return the number of bytes received (Lauro Ramos Venancio).balrog1-2/+6
2008-10-28page_check_range: fix wrap around test (Lauro Ramos Venancio).balrog1-3/+4
2008-10-28Fix iovec for the case with invalid elements (Lauro Ramos Venancio).balrog1-13/+7
2008-10-28Use the host exit syscall for exiting (Lauro Ramos Venancio).balrog1-1/+3
2008-10-28CRIS: Plug more temp leaks.edgar_igl1-5/+5
2008-10-28Control + i and [tab] share keycode in curses, simulate [tab].balrog1-1/+1
2008-10-28Fix cpuid ext_features value for Atom N270 (Blue Swirl).balrog1-1/+1
2008-10-27target-ppc: use consistent names for variablesaurel321-141/+141
2008-10-27target-ppc: indentation fixesaurel321-6/+6
2008-10-27target-ppc: convert rotation instructions to TCGaurel322-159/+138
2008-10-27CRIS: Plug a few temp leaks.edgar_igl1-1/+3
2008-10-27ETRAX-FS: Process outgoing DMA channels until EOL.edgar_igl1-67/+69
2008-10-27CRIS: Remove cpu_T.edgar_igl2-102/+155
2008-10-27Ansify to please sparseblueswir11-19/+9
2008-10-27CRIS: Avoid more cpu_T usage.edgar_igl1-95/+175
2008-10-27Move sun4c to its own hwdef (Robert Reif)blueswir11-239/+241
2008-10-27CRIS: Avoid cpu_T[1] for move_r.edgar_igl1-3/+7
2008-10-27CRIS: Avoid using cpu_T[0] for testing condition codes.edgar_igl1-44/+41
2008-10-27CRIS: Add branch-free versions of abs, lsl, lsr and asr.edgar_igl1-29/+40
2008-10-26CRIS: Correct tcg globals allocation for 64bit hosts.edgar_igl1-12/+12
2008-10-26Preliminary BSD user emulator supportblueswir124-1/+5943
2008-10-26Update from binutils 2.17blueswir11-579/+627
2008-10-26Document the binutils source files used in constructing sparc-dis.cblueswir11-0/+11
2008-10-26Add "const"blueswir11-8/+8
2008-10-26Fix inline use warnings from sparseblueswir12-4/+4
2008-10-26Fix undeclared symbol warnings from sparseblueswir137-61/+71
2008-10-26Fix incorrect use of pstrcpy (malc)blueswir11-1/+1
2008-10-26Fix undefined pthread_sigmask warning on FreeBSD (Juergen Lock)blueswir11-1/+1
2008-10-25Change freeing method because the allocation function was changed in r5532blueswir11-3/+3