summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2008-11-05Add KVM support to QEMUaliguori1-0/+7
2008-11-04ETRAX-FS: Make etraxfs_dmac_run local.edgar_igl2-2/+1
2008-11-04ETRAX-FS: Fix DMA warnings.edgar_igl1-8/+11
2008-11-04tc6393xb: non-accelerated FB support (Dmitry Baryshkov).balrog4-8/+207
2008-11-04Tosa: dummy lcd support (Dmitry Baryshkov).balrog1-0/+84
2008-11-04scoop: GPRR reports the state of GPIO lines (Dmitry Baryshkov).balrog1-9/+6
2008-11-04Tosa: disable pxafb as it's not used on tosa (Dmitry Baryshkov).balrog1-1/+1
2008-11-04Tosa: provide correct IRQ to tc6393xb init (Dmitry Baryshkov).balrog1-1/+2
2008-11-04Tosa: emulate LEDs (Dmitry Baryshkov).balrog1-1/+34
2008-11-04tc6393xb: initial support for nand control (Dmitry Baryshkov).balrog1-23/+221
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