summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* audio: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-052-20/+8
* block: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-0510-103/+14
* Terminate emulation on memory allocation failure (Avi Kivity)aliguori2009-02-051-6/+10
* Convert IDE to use new dma helpers (Avi Kivity)aliguori2009-02-051-66/+10
* Introduce block dma helpers (Avi Kivity)aliguori2009-02-052-1/+126
* Add qemu_iovec_reset() (Avi Kivity)aliguori2009-02-052-0/+7
* Add a scatter-gather list type and accessors (Avi Kivity)aliguori2009-02-053-1/+72
* Add debug, savevm and reset support for UniNorthblueswir12009-02-052-1/+54
* Use qemu_ram_allocblueswir12009-02-051-6/+10
* target-ppc: add vrlogefp instructionaurel322009-02-053-0/+12
* soft-float: add float32_log2() and float64_log2()aurel322009-02-052-0/+95
* Properly initialize len argument of sysctl and include stdio.h (perror)malc2009-02-041-0/+2
* target-ppc: fix previous commitaurel322009-02-041-1/+4
* target-ppc: use the new float constantsaurel322009-02-041-12/+6
* softfloat: add a 1.0 constant for float32 and float64aurel322009-02-041-0/+2
* Add vcf{u,s}x instructionsaurel322009-02-043-0/+17
* Add vrfi{m,n,p,z} instructionsaurel322009-02-043-0/+26
* Add various NaN-handling macrosaurel322009-02-041-0/+21
* Partialy fix mmap at EOF for large pagesize targets in user-mode.edgar_igl2009-02-031-2/+37
* Remove accidental addition of local patch.aliguori2009-02-031-1/+0
* Make mtvscr use a helperaurel322009-02-033-5/+15
* Add calls to initialize VSCR on appropriate machinesaurel322009-02-031-0/+22
* Rename spe_status to vec_statusaurel322009-02-032-57/+59
* Add f field to ppc_avr_taurel322009-02-031-0/+1
* SH4: Fix warning when compiling sh7750_regnames.caurel322009-02-031-0/+1
* linux-user: Remove incorrect break;aurel322009-02-031-1/+0
* Fix compilation of PPC64 targets with DEBUG_TCGV enabledaurel322009-02-031-3/+3
* Add phenom CPU descriptor (Alexander Graf)aliguori2009-02-021-0/+28
* Implement FFXSR (Alexander Graf)aliguori2009-02-021-8/+20
* Add zlib encoding support (Alexander Graf)aliguori2009-02-021-0/+109
* Move the framebuffer update package out (Alexander Graf)aliguori2009-02-021-4/+2
* Move buffer functions up (Alexander Graf)aliguori2009-02-021-33/+33
* Add some tight awareness to vnc.c (Alexander Graf)aliguori2009-02-021-2/+21
* Fix invalid #if in vnc.c when debugging is enabled (Alexander Graf)aliguori2009-02-021-1/+1
* Use VNC protocol defines (Alexander Graf)aliguori2009-02-021-47/+50
* Split VNC defines to vnc.h (Alexander Graf)aliguori2009-02-023-35/+114
* Replace noreturn with QEMU_NORETURNmalc2009-02-018-12/+12
* Add and use #defines for PCI device classesblueswir12009-02-0134-86/+81
* Update #defines for PCI vendor and device IDs from OpenBIOS and Linuxblueswir12009-02-018-16/+27
* PowerPC: IDE DB-DMA supportaurel322009-01-304-23/+156
* PowerPC: mac-io DB-DMA supportaurel322009-01-305-35/+844
* pl031: remove unused variableaurel322009-01-301-1/+0
* linux-user: fix signal.c warningaurel322009-01-301-4/+4
* linux-user: identify running binary in /proc/self/exeaurel322009-01-303-3/+16
* linux-user: Add generic env variable handlingaurel322009-01-304-17/+304
* target-ppc: Fix struct target_stat64 for 32-bit hostaurel322009-01-301-2/+3
* target-sh4: Fix struct target_stat64 for 64-bit hostaurel322009-01-301-1/+1
* linuw-user fix: read() and acct() on NULL argumentsaurel322009-01-301-8/+16
* linux-user: don't crash with null nameaurel322009-01-301-1/+1
* linux-user: return EINVAL on incorrect sockaddraurel322009-01-301-2/+31
OpenPOWER on IntegriCloud