summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Avoid ld flag --warn-common on Solarisblueswir12008-11-011-2/+5
* Fix TCGv size mismatchesblueswir12008-11-011-19/+21
* target-ppc: optimize popcntbaurel322008-11-011-14/+8Star
* target-ppc: convert 405 MAC instructions to TCGaurel322008-11-014-140/+72Star
* target-ppc: convert arithmetic functions to TCGaurel322008-11-015-1013/+542Star
* target-ppc: xer access prototypes no more used & implementedaurel322008-11-011-2/+0Star
* target-ppc: fix XER accesses on 64-bit targetsaurel322008-11-011-8/+9
* CVE-2008-4539: fix a heap overflow in Cirrus emulationaurel322008-11-011-4/+3Star
* target-cris: access to TCG variables through GET_TCGV()aurel322008-11-011-1/+1
* Malta & OMAP: add a name to char devicesaurel322008-11-013-5/+5
* qemu-char: include hw/baum.haurel322008-11-011-0/+2
* Remove dumb_refreshaliguori2008-10-311-9/+2Star
* Remove extraneous inline keyword.aliguori2008-10-311-1/+1
* Move network redirection code out of vl.c and into net.caliguori2008-10-315-1462/+1632
* Move CharDriverState code out of vl.caliguori2008-10-313-2114/+2204
* Move some declarations around in the QEMU CharDriver codealiguori2008-10-314-18/+19
* Increase default IO timeout from 10ms to 5saliguori2008-10-311-2/+2
* Main loop fixes/cleanupaliguori2008-10-312-18/+48
* Clarify qemu_bh_schedule_idle() usagealiguori2008-10-311-0/+6
* Implement "info chardev" command. (Gerd Hoffmann)aliguori2008-10-315-36/+78
* fix bdrv_aio_read API breakage in qcow2 (Andrea Arcangeli)aliguori2008-10-311-4/+40
* Make DMA bottom-half driven (v2)aliguori2008-10-319-26/+40
* Make bottom halves more robustaliguori2008-10-312-23/+38
* Use qemu_gettimeofday.pbrook2008-10-291-1/+1
* Fix restore of older snapshots for target-i386 on big endian hostsaliguori2008-10-291-2/+2
* Use locally defined structure.pbrook2008-10-281-1/+1
* Sun4c cleanups (Robert Reif)blueswir12008-10-281-10/+5Star
* fix off-by-one generating vmdk backing files (Avi Kivity)aliguori2008-10-281-1/+1
* Set default max_cpus to one.balrog2008-10-2826-38/+13Star
* Fix return value printing for shmat (Lauro Ramos Venancio).balrog2008-10-281-1/+1
* Recvmsg must return the number of bytes received (Lauro Ramos Venancio).balrog2008-10-281-2/+6
* page_check_range: fix wrap around test (Lauro Ramos Venancio).balrog2008-10-281-3/+4
* Fix iovec for the case with invalid elements (Lauro Ramos Venancio).balrog2008-10-281-13/+7Star
* Use the host exit syscall for exiting (Lauro Ramos Venancio).balrog2008-10-281-1/+3
* CRIS: Plug more temp leaks.edgar_igl2008-10-281-5/+5
* Control + i and [tab] share keycode in curses, simulate [tab].balrog2008-10-281-1/+1
* Fix cpuid ext_features value for Atom N270 (Blue Swirl).balrog2008-10-281-1/+1
* target-ppc: use consistent names for variablesaurel322008-10-271-141/+141
* target-ppc: indentation fixesaurel322008-10-271-6/+6
* target-ppc: convert rotation instructions to TCGaurel322008-10-272-159/+138Star
* CRIS: Plug a few temp leaks.edgar_igl2008-10-271-1/+3
* ETRAX-FS: Process outgoing DMA channels until EOL.edgar_igl2008-10-271-67/+69
* CRIS: Remove cpu_T.edgar_igl2008-10-272-102/+155
* Ansify to please sparseblueswir12008-10-271-19/+9Star
* CRIS: Avoid more cpu_T usage.edgar_igl2008-10-271-95/+175
* Move sun4c to its own hwdef (Robert Reif)blueswir12008-10-271-239/+241
* CRIS: Avoid cpu_T[1] for move_r.edgar_igl2008-10-271-3/+7
* CRIS: Avoid using cpu_T[0] for testing condition codes.edgar_igl2008-10-271-44/+41Star
* CRIS: Add branch-free versions of abs, lsl, lsr and asr.edgar_igl2008-10-271-29/+40
* CRIS: Correct tcg globals allocation for 64bit hosts.edgar_igl2008-10-271-12/+12