summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2008-11-03Fix RGBT 5:5:5 drawing on pxa2xx lcd (Lars Munch)balrog1-0/+1
2008-11-02More realistic max_cpusblueswir12-15/+8
2008-11-02Fix loading of unstripped ELF PROM imageblueswir11-1/+1
2008-11-02Halt the CPU using a qemu_irqblueswir13-7/+15
2008-11-01CVE-2008-4539: fix a heap overflow in Cirrus emulationaurel321-4/+3
2008-11-01Malta & OMAP: add a name to char devicesaurel323-5/+5
2008-10-31Implement "info chardev" command. (Gerd Hoffmann)aliguori1-1/+4
2008-10-31Make DMA bottom-half driven (v2)aliguori8-24/+40
2008-10-28Sun4c cleanups (Robert Reif)blueswir11-10/+5
2008-10-28Set default max_cpus to one.balrog25-38/+12
2008-10-27ETRAX-FS: Process outgoing DMA channels until EOL.edgar_igl1-67/+69
2008-10-27Move sun4c to its own hwdef (Robert Reif)blueswir11-239/+241
2008-10-26Fix undeclared symbol warnings from sparseblueswir122-35/+50
2008-10-25Change freeing method because the allocation function was changed in r5532blueswir11-3/+3
2008-10-25Replace uses of strndup (a GNU extension) with Qemu pstrdupblueswir11-1/+1
2008-10-25Replace uses of strncpy (a GNU extension) with Qemu pstrcpyblueswir11-1/+1
2008-10-25Fix a bad memcpy length (Bruce Rogers).balrog1-1/+1
2008-10-24Live migration for Win32 (Hervé Poussineau)aliguori1-1/+1
2008-10-24hw/pc: don't register the memory hole as unassigned twiceaurel321-2/+0
2008-10-24ETRAX-FS: Drop DMA polling for ethernet.edgar_igl1-46/+4
2008-10-22ETRAX-FS: Add support for passing kernel command linesedgar_igl1-2/+15
2008-10-22ETRAX-FS: Correct booting of elf linux images from ram.edgar_igl1-3/+2
2008-10-17scsi-generic: correct error managementaurel321-29/+103
2008-10-13Fix some issues with QEMUFilealiguori1-2/+3
2008-10-12hw/apic.c: use functions from host-utils.haurel321-35/+3
2008-10-12Define macro QEMU_GNUC_PREREQ and use itaurel321-2/+3
2008-10-12Only use __builtin_* with GCC >= 3.4aurel321-2/+2
2008-10-12hw/apic.c: use __builtin funtions instead of assembly codeaurel321-10/+8
2008-10-11Fix some debugging mistakes/leftoversmalc1-2/+0
2008-10-11Correct SCSI error reporting (Laurent Vivier)blueswir11-15/+27
2008-10-11Increase write buffer size in pflash emulation (Thomas Petazzoni).balrog1-3/+3
2008-10-09Fix IDE DIAGNOSE for packet devices (Vincent Sanders)aliguori1-2/+9
2008-10-07machine struct - specify max_cpus at the per machine level (Jes Sorensen)aliguori29-0/+51
2008-10-07machine struct - use C99 initializers (Jes Sorensen)aliguori19-100/+100
2008-10-06Introduce v3 of savevm protocolaliguori1-0/+9
2008-10-04Move nographic export to sysemu.hblueswir13-5/+0
2008-10-04Use qemu-log.hblueswir17-19/+7
2008-10-03Improve pflash cfi01 debug messages (Thomas Petazzoni).balrog1-3/+3
2008-10-03Reset CFI01 flash wcycle after erase confirm (Thomas Petazzoni).balrog1-1/+1
2008-10-03Rearrange tick functionsblueswir11-0/+15
2008-10-02Resurrect the safe part of r5274blueswir110-56/+161
2008-10-02Make PCI class description tables constblueswir11-2/+2
2008-10-02Make some tables constblueswir11-6/+6
2008-10-02Sun ss20 OBP does 32bit register access to esp (Robert Reif)blueswir11-1/+1
2008-10-01Reset CPU on INIT IPIaurel321-0/+5
2008-10-01qemu: improve scsi dma speed by increasing the dma buffer sizeaurel321-1/+1
2008-10-01hw/apic.c: use bsr and bsf on x86_64aurel321-2/+2
2008-10-01Check that asynchronous (DMA) submission succeeds (Ian Jackson).balrog1-0/+10
2008-10-01Actually check read/write errors in IDE (Ian Jackson).balrog1-2/+32
2008-09-30Add some missing static qualifiersblueswir11-2/+2