summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2008-11-21SH4: Switch serial emulation to qemu_irqaurel324-33/+33
2008-11-21SH4: Use qemu_irq in timer emulation.aurel325-14/+27
2008-11-21e1000 VLAN offload emulation (Alex Williamson)aliguori1-7/+73
2008-11-20uImage: rename load_uboot() to load_uimage() (Hollis Blanchard)aliguori4-5/+5
2008-11-20uImage: return base load address (Hollis Blanchard)aliguori4-4/+5
2008-11-20Fix typo when using TARGET_FMT_plx and LSI_DEBUG (Ryan Harper)aliguori1-1/+1
2008-11-19Fix media detection on emulated CDROM (Gary Grebus)aliguori1-1/+3
2008-11-18Add 40-bit DMA support to LSI scsi emulation (Ryan Harper)aliguori1-4/+32
2008-11-13ETRAX-FS: Don't schedule DMA processing without active channels.edgar_igl1-14/+27
2008-11-13ETRAX-FS: Fix a segfault if pflash drive not found.edgar_igl1-1/+1
2008-11-12Don't use "hz" in identifiers to make AIX happy.balrog5-15/+15
2008-11-12Implement LSI53C895A quirks exposed by OpenServer (Justin Chevrier).balrog1-2/+22
2008-11-12fix some variable initizalization issues (Stefano Stabellini)aliguori1-1/+1
2008-11-11windows cdrom cache flush (Stefano Stabellini)aliguori1-1/+27
2008-11-11Reintroduce migrate-to-exec: support (Charles Duffy)aliguori1-0/+2
2008-11-11target-alpha: fix syscall error checkaurel321-1/+1
2008-11-11Revert commits 5685 to 5688 committed by mistakeaurel321-1/+1
2008-11-11target-alpha: fix syscall error checkaurel321-1/+1
2008-11-09Document bluetooth support in qemu-doc.balrog1-0/+2
2008-11-09Add qemu_strndup: qemu_strdup with length limit.balrog1-4/+4
2008-11-08Revert r5532, r5536 and a piece of r5531.balrog1-5/+5
2008-11-08Use an option rom instead of boot sector for -kernelaliguori1-22/+50
2008-11-07Use the right format string to printf sector num with DEBUG_IDE.balrog1-2/+2
2008-11-05SM501 emulation for R2D-SH4blueswir14-2/+1246
2008-11-05Use qemu_ram_allocblueswir12-20/+31
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