aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-02-05block: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori10-103/+14
2009-02-05Terminate emulation on memory allocation failure (Avi Kivity)aliguori1-6/+10
2009-02-05Convert IDE to use new dma helpers (Avi Kivity)aliguori1-66/+10
2009-02-05Introduce block dma helpers (Avi Kivity)aliguori2-1/+126
2009-02-05Add qemu_iovec_reset() (Avi Kivity)aliguori2-0/+7
2009-02-05Add a scatter-gather list type and accessors (Avi Kivity)aliguori3-1/+72
2009-02-05Add debug, savevm and reset support for UniNorthblueswir12-1/+54
2009-02-05Use qemu_ram_allocblueswir11-6/+10
2009-02-05target-ppc: add vrlogefp instructionaurel323-0/+12
2009-02-05soft-float: add float32_log2() and float64_log2()aurel322-0/+95
2009-02-04Properly initialize len argument of sysctl and include stdio.h (perror)malc1-0/+2
2009-02-04target-ppc: fix previous commitaurel321-1/+4
2009-02-04target-ppc: use the new float constantsaurel321-12/+6
2009-02-04softfloat: add a 1.0 constant for float32 and float64aurel321-0/+2
2009-02-04Add vcf{u,s}x instructionsaurel323-0/+17
2009-02-04Add vrfi{m,n,p,z} instructionsaurel323-0/+26
2009-02-04Add various NaN-handling macrosaurel321-0/+21
2009-02-03Partialy fix mmap at EOF for large pagesize targets in user-mode.edgar_igl1-2/+37
2009-02-03Remove accidental addition of local patch.aliguori1-1/+0
2009-02-03Make mtvscr use a helperaurel323-5/+15
2009-02-03Add calls to initialize VSCR on appropriate machinesaurel321-0/+22
2009-02-03Rename spe_status to vec_statusaurel322-57/+59
2009-02-03Add f field to ppc_avr_taurel321-0/+1
2009-02-03SH4: Fix warning when compiling sh7750_regnames.caurel321-0/+1
2009-02-03linux-user: Remove incorrect break;aurel321-1/+0
2009-02-03Fix compilation of PPC64 targets with DEBUG_TCGV enabledaurel321-3/+3
2009-02-02Add phenom CPU descriptor (Alexander Graf)aliguori1-0/+28
2009-02-02Implement FFXSR (Alexander Graf)aliguori1-8/+20
2009-02-02Add zlib encoding support (Alexander Graf)aliguori1-0/+109
2009-02-02Move the framebuffer update package out (Alexander Graf)aliguori1-4/+2
2009-02-02Move buffer functions up (Alexander Graf)aliguori1-33/+33
2009-02-02Add some tight awareness to vnc.c (Alexander Graf)aliguori1-2/+21
2009-02-02Fix invalid #if in vnc.c when debugging is enabled (Alexander Graf)aliguori1-1/+1
2009-02-02Use VNC protocol defines (Alexander Graf)aliguori1-47/+50
2009-02-02Split VNC defines to vnc.h (Alexander Graf)aliguori3-35/+114
2009-02-01Replace noreturn with QEMU_NORETURNmalc8-12/+12
2009-02-01Add and use #defines for PCI device classesblueswir134-86/+81
2009-02-01Update #defines for PCI vendor and device IDs from OpenBIOS and Linuxblueswir18-16/+27
2009-01-30PowerPC: IDE DB-DMA supportaurel324-23/+156
2009-01-30PowerPC: mac-io DB-DMA supportaurel325-35/+844
2009-01-30pl031: remove unused variableaurel321-1/+0
2009-01-30linux-user: fix signal.c warningaurel321-4/+4
2009-01-30linux-user: identify running binary in /proc/self/exeaurel323-3/+16
2009-01-30linux-user: Add generic env variable handlingaurel324-17/+304
2009-01-30target-ppc: Fix struct target_stat64 for 32-bit hostaurel321-2/+3
2009-01-30target-sh4: Fix struct target_stat64 for 64-bit hostaurel321-1/+1
2009-01-30linuw-user fix: read() and acct() on NULL argumentsaurel321-8/+16
2009-01-30linux-user: don't crash with null nameaurel321-1/+1
2009-01-30linux-user: return EINVAL on incorrect sockaddraurel321-2/+31
2009-01-30linux-user: fix accept(2) with NULL peeraurel321-0/+3