aboutsummaryrefslogtreecommitdiffstats
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths107-956/+956
2007-09-14Less magic constants, by Filip Navara.ths1-4/+5
2007-09-13Emulate spinning floppy disk, by Jan Jezabek.ths1-0/+8
2007-09-13Allow more IDE power management, by Ben Guthro.ths1-2/+8
2007-09-13Improved EEPRO 100 emulation, by Filip Navara.ths1-0/+4
2007-09-13Partial IDE DVD emulation, by Filip Navara.ths1-2/+74
2007-09-09Implement HID idle mode (avoids flooding guest with useless updates).pbrook2-12/+33
2007-09-06Partial support for 34K multithreading, not functional yet.ths2-2/+2
2007-08-26Let qemu work with latest bochsbios, by Bernhard Kauer.ths1-0/+3
2007-08-26arm_gic.c error message fix, by Adam Lackorzynski.ths1-2/+2
2007-08-26Add file missed in last commit.ths1-0/+96
2007-08-26Use the framework for the VMware mouse emulation, by Herve Poussineau.ths2-15/+4
2007-08-26Replace tabs by 8 spaces. No code change, by Herve Poussineau.ths1-52/+52
2007-08-26Last AIO patch, by Vladimir N. Oleynik.ths1-17/+37
2007-08-26Set apic instance number for savevm, by Ari Kivity.ths1-1/+1
2007-08-19Fix bugs in the ATAPI cdrom driver, by Brandon Philips.ths1-1/+3
2007-08-18Remove obsolete comment.ths1-2/+0
2007-08-16 Remove old leftoversblueswir11-3/+2
2007-08-16 Use qemu_irq for a reset signal between DMA and ESP/Lanceblueswir14-21/+34
2007-08-11 Enable Selection command (NetBSD)blueswir11-0/+3
2007-08-11 Generate interrupts and update state even if output is disabled (OpenBSD)blueswir11-4/+4
2007-08-11 Log invalid accesses (no faults generated yet)blueswir11-2/+30
2007-08-11 Improve iommu debugging, use register namesblueswir11-7/+14
2007-08-05 Fix Slavio interrupt controller debugging outputblueswir11-4/+4
2007-08-04 Use UTC/localtime flag in M48Txxblueswir11-2/+8
2007-08-04 Fix Sparc32 interrupt handlingblueswir12-43/+49
2007-08-01Fix rtl8139 checksum calculation, by Tim Deegan.ths1-6/+5
2007-08-01Move Spitz microdrive from first to second PCMCIA slot where it belongs.balrog1-3/+3
2007-07-31Implement ACPI specs 3.0, 4.7.2.5, by Michael Hanselmann.ths1-0/+11
2007-07-31Cirrus transparent BITBLT (w/o color expand), by Hitoshi Osada.ths2-10/+172
2007-07-31Fix i8259 initialization, by Bernhard Kauer.ths1-1/+1
2007-07-31Add OMAP MMC/SD host controller.balrog3-5/+555
2007-07-31OMAP DMA input signals must be level-triggered.balrog1-7/+17
2007-07-31Fix OMAP pic handling of simultaneous interrupts.balrog1-9/+13
2007-07-30Re-add clearing of the APP_CMD flag that somehow got lost.balrog2-4/+5
2007-07-29Basic OMAP310 support. Basic Palm Tungsten|E machine emulation.balrog6-0/+5051
2007-07-29Word-reads from spitz NAND controller, patch by Juergen Lock.balrog1-1/+13
2007-07-27Optionally setup old style linux bootparams for -kernel, by Juergen Lock.balrog1-1/+77
2007-07-27Update TNF bit in I2C status register, original patch by Juergen Lock.balrog1-0/+2
2007-07-25Fix memory corruption after OHCI reset, by Ed Swierk.ths1-1/+8
2007-07-24Various reg offset shift typos.balrog1-3/+3
2007-07-12Spelling fix, by Stuart Brady.ths1-2/+2
2007-07-11Spelling fix, by Stefan Weil.ths1-1/+1
2007-07-11Spelling fixes, by Stefan Weil.ths6-9/+9
2007-07-11Remove superfluous gt64xxx_pci_mapping calls.ths1-7/+3
2007-07-11 Sparc64 updateblueswir11-3/+11
2007-07-11Impement Galilleo ISD register.ths2-11/+72
2007-07-03 Fix loadvmblueswir12-10/+10
2007-07-02E100 savevm/loadvm support, patch by Jason Wessel.balrog1-4/+98
2007-06-30ARM PL031 RTC emulation.pbrook4-1/+226