summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Fix ICCS command (Herve Poussineau)blueswir12008-11-301-0/+2
* Fix 'enable selection' command (esp_4_ensel.diff)blueswir12008-11-291-0/+1
* Fix command len detection (esp_3_cmdlen.diff)blueswir12008-11-291-4/+4
* Fix configuration 2 register (esp_2_cfg2.diff):blueswir12008-11-291-6/+1Star
* Misc fixes (Herve Poussineau)blueswir12008-11-291-14/+21
* Don't rely on the fact that MAX_FD is 2 (Herve Poussineau)blueswir12008-11-291-1/+1
* Abstract out geometry detection code from IDE for reusealiguori2008-11-251-106/+6Star
* vga optimization (Glauber Costa)aliguori2008-11-243-0/+121
* move vga_io_address to VGA State (Glauber Costa)aliguori2008-11-242-3/+4
* better type checking for vga (Glauber Costa)aliguori2008-11-244-7/+7
* Introduce accessors for DisplayState (Stefano Stabellini)aliguori2008-11-2416-105/+105
* SH4: Switch serial emulation to qemu_irqaurel322008-11-214-33/+33
* SH4: Use qemu_irq in timer emulation.aurel322008-11-215-14/+27
* e1000 VLAN offload emulation (Alex Williamson)aliguori2008-11-211-7/+73
* uImage: rename load_uboot() to load_uimage() (Hollis Blanchard)aliguori2008-11-204-5/+5
* uImage: return base load address (Hollis Blanchard)aliguori2008-11-204-4/+5
* Fix typo when using TARGET_FMT_plx and LSI_DEBUG (Ryan Harper)aliguori2008-11-201-1/+1
* Fix media detection on emulated CDROM (Gary Grebus)aliguori2008-11-191-1/+3
* Add 40-bit DMA support to LSI scsi emulation (Ryan Harper)aliguori2008-11-181-4/+32
* ETRAX-FS: Don't schedule DMA processing without active channels.edgar_igl2008-11-131-14/+27
* ETRAX-FS: Fix a segfault if pflash drive not found.edgar_igl2008-11-131-1/+1
* Don't use "hz" in identifiers to make AIX happy.balrog2008-11-125-15/+15
* Implement LSI53C895A quirks exposed by OpenServer (Justin Chevrier).balrog2008-11-121-2/+22
* fix some variable initizalization issues (Stefano Stabellini)aliguori2008-11-121-1/+1
* windows cdrom cache flush (Stefano Stabellini)aliguori2008-11-111-1/+27
* Reintroduce migrate-to-exec: support (Charles Duffy)aliguori2008-11-111-0/+2
* target-alpha: fix syscall error checkaurel322008-11-111-1/+1
* Revert commits 5685 to 5688 committed by mistakeaurel322008-11-111-1/+1
* target-alpha: fix syscall error checkaurel322008-11-111-1/+1
* Document bluetooth support in qemu-doc.balrog2008-11-091-0/+2
* Add qemu_strndup: qemu_strdup with length limit.balrog2008-11-091-4/+4
* Revert r5532, r5536 and a piece of r5531.balrog2008-11-091-5/+5
* Use an option rom instead of boot sector for -kernelaliguori2008-11-081-22/+50
* Use the right format string to printf sector num with DEBUG_IDE.balrog2008-11-081-2/+2
* SM501 emulation for R2D-SH4blueswir12008-11-054-2/+1246
* Use qemu_ram_allocblueswir12008-11-052-20/+31
* Add KVM support to QEMUaliguori2008-11-051-0/+7
* ETRAX-FS: Make etraxfs_dmac_run local.edgar_igl2008-11-042-2/+1Star
* ETRAX-FS: Fix DMA warnings.edgar_igl2008-11-041-8/+11
* tc6393xb: non-accelerated FB support (Dmitry Baryshkov).balrog2008-11-044-8/+207
* Tosa: dummy lcd support (Dmitry Baryshkov).balrog2008-11-041-0/+84
* scoop: GPRR reports the state of GPIO lines (Dmitry Baryshkov).balrog2008-11-041-9/+6Star
* Tosa: disable pxafb as it's not used on tosa (Dmitry Baryshkov).balrog2008-11-041-1/+1
* Tosa: provide correct IRQ to tc6393xb init (Dmitry Baryshkov).balrog2008-11-041-1/+2
* Tosa: emulate LEDs (Dmitry Baryshkov).balrog2008-11-041-1/+34
* tc6393xb: initial support for nand control (Dmitry Baryshkov).balrog2008-11-041-23/+221
* Fix RGBT 5:5:5 drawing on pxa2xx lcd (Lars Munch)balrog2008-11-031-0/+1
* More realistic max_cpusblueswir12008-11-022-15/+8Star
* Fix loading of unstripped ELF PROM imageblueswir12008-11-021-1/+1
* Halt the CPU using a qemu_irqblueswir12008-11-023-7/+15