summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make sure to initialize fd_sets in aio.caliguori2008-10-121-0/+3
* hw/apic.c: use functions from host-utils.haurel322008-10-121-35/+3Star
* COPYING: update from FSFaurel322008-10-121-9/+9
* Define macro QEMU_GNUC_PREREQ and use itaurel322008-10-123-8/+16
* Only use __builtin_* with GCC >= 3.4aurel322008-10-122-8/+8
* hw/apic.c: use __builtin funtions instead of assembly codeaurel322008-10-121-10/+8Star
* Optimize some host-utils function with gcc builtinsaurel322008-10-121-4/+36
* Get rid of sys/poll.haurel322008-10-121-1/+0Star
* CRIS: Initialize the arch version preg to v32.edgar_igl2008-10-111-0/+1
* CRIS: Handle GDB writes to pregs.edgar_igl2008-10-111-2/+6
* Add feature_to_c.sh.pbrook2008-10-111-0/+77
* Add GDB XML register description support.pbrook2008-10-1113-605/+1239
* Fix some debugging mistakes/leftoversmalc2008-10-111-2/+0Star
* Use the adequate CFLAGS for confiugure tests.balrog2008-10-111-2/+2
* Add a configure check for zlib (Ryota OZAKI).balrog2008-10-111-0/+17
* Correct SCSI error reporting (Laurent Vivier)blueswir12008-10-111-15/+27
* Increase write buffer size in pflash emulation (Thomas Petazzoni).balrog2008-10-111-3/+3
* Update (thanks to Edgar, Thiemo, malc, Paul, Laurent and Andrzej)blueswir12008-10-091-110/+178
* Fix IDE DIAGNOSE for packet devices (Vincent Sanders)aliguori2008-10-091-2/+9
* Fix IO performance regression in sparcaliguori2008-10-089-233/+55Star
* CRIS: linux-user signals dont need ERP compensation after break anymore.edgar_igl2008-10-081-3/+0Star
* CRIS: linux-user ERP compensation not needed anymore.edgar_igl2008-10-081-1/+0Star
* CRIS: Partial EXS reg support and fixes for SPC.edgar_igl2008-10-082-10/+5Star
* CRIS: Correct typos.edgar_igl2008-10-081-3/+2Star
* CRIS: Make local objects static.edgar_igl2008-10-081-24/+24
* CRIS: Fix brk 8 and add S-flag emulation.edgar_igl2008-10-085-18/+51
* add help text for --enable-sparse (Gerd Hoffman)aliguori2008-10-071-1/+2
* machine struct - specify max_cpus at the per machine level (Jes Sorensen)aliguori2008-10-0730-8/+59
* machine struct - use C99 initializers (Jes Sorensen)aliguori2008-10-0719-100/+100
* Add USB sys file-system support (v8) (TJ)aliguori2008-10-071-10/+218
* Add sparse checker support to the build system (Gerd Hoffman)aliguori2008-10-071-0/+16
* Add static (spotted by sparse)blueswir12008-10-071-1/+1
* Fix error in fexpand (spotted by sparse)blueswir12008-10-071-4/+4
* Switch the memory savevm handler to be "live"aliguori2008-10-061-141/+152
* Show size for unassigned accesses (Robert Reif)blueswir12008-10-068-33/+72
* Prepare for changing audio_pcm_ops dynamically (partially revert r5422)blueswir12008-10-0611-13/+13
* Introduce v3 of savevm protocolaliguori2008-10-063-45/+248
* Add dirty tracking for live migrationaliguori2008-10-062-4/+33
* Add bdrv_flush_all()aliguori2008-10-062-0/+12
* Allow the monitor to be suspended during non-blocking opaliguori2008-10-062-1/+20
* Silence some warnings about no value returned from non-void functionblueswir12008-10-052-1/+2
* Make various generated structures staticblueswir12008-10-051-1/+1
* Make target_sigaltstack_used staticblueswir12008-10-052-2/+2
* Export x86_stack_size in qemu.hblueswir12008-10-052-2/+3
* Make ioctl table staticblueswir12008-10-052-2/+2
* Make bitmask tables static constblueswir12008-10-053-10/+10
* Make struct_termios_def constblueswir12008-10-053-3/+5
* Move wav_start_capture prototype to avoid a warning with -Wmissing-prototypesblueswir12008-10-052-3/+3
* Make audio_pcm_opsstatic constblueswir12008-10-0511-14/+14
* Add some missing static and const qualifiers, reg_names only used if NDEBUG setblueswir12008-10-057-15/+32