summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Change the usb-serial product ID to a more widely recognised value (Samuel Th...balrog2008-01-191-1/+1
* Shuffle code to avoid NetBSD gcc 3.4.6 inlining bug (Rumko)blueswir12008-01-171-44/+43Star
* Give ECC controller an IRQ (Robert Reif)blueswir12008-01-173-5/+11
* Gravis Ultrasound GF1 sound card emulation (malc).balrog2008-01-145-0/+1329
* PCI AC97 emulation by malc.balrog2008-01-142-0/+1351
* pthreads-based audio and miscellaneous audio clean-up (malc).balrog2008-01-142-0/+16
* Bump ACPI/SMBus PIIX4 controller revision to 3 (Marcelo Tosatti).balrog2008-01-141-1/+1
* USB-to-serial device (Samuel Thibault).balrog2008-01-142-0/+552
* Set READY_STAT after a WIN_DIAGNOSE per ATA-3 (Till Straumann).balrog2008-01-141-1/+1
* Multi-profile DVD-ROM support (Carlo Marcelo Arenas Belon).balrog2008-01-141-15/+112
* Revert accidentally added second NIC in Gumstix-connect - this should probabl...balrog2008-01-141-3/+1Star
* Fully clean up on Mac OS X Leopard (Andreas Färber).balrog2008-01-141-1/+3
* Add mouse wheel in the usb-mouse HID Report (by Daniel Godás).balrog2008-01-141-1/+3
* Register io ports as selected by PCI config in VMware SVGA.balrog2008-01-141-13/+23
* Make error messages consistent (Robert Reif)blueswir12008-01-061-3/+3
* Fix memory allocation on mainstone2 and convert to qemu_ram_alloc.balrog2008-01-051-31/+25Star
* Malta flash support.ths2008-01-042-42/+70
* Fix Debian serial console boot problem reported by Aurelien Jarnoblueswir12008-01-012-13/+15
* Register only valid register access widthsblueswir12008-01-0113-107/+112
* DVMA translation errors raise a module error irq (NMI)blueswir12008-01-013-8/+28
* Fix CPU timer interruptsblueswir12007-12-293-11/+16
* Fix SS-2 boot modeblueswir12007-12-291-0/+1
* Set SS-5 IOMMU version to Turbosparc to match default CPU (Robert Reif)blueswir12007-12-291-1/+1
* M48T02 support (Robert Reif)blueswir12007-12-292-15/+40
* Make debug printing consistent (Robert Reif)blueswir12007-12-291-3/+3
* Initial support for SS-2 (Sun4c)blueswir12007-12-284-1/+429
* Initial support for Sun4d machines (SS-1000, SS-2000)blueswir12007-12-284-6/+444
* Fix master interrupt register maskingblueswir12007-12-281-2/+2
* Fix system read address mask (Robert Reif)blueswir12007-12-281-1/+1
* Add ID registerblueswir12007-12-271-1/+13
* Reset status contains all sent flagblueswir12007-12-271-1/+1
* Remove unused timersblueswir12007-12-271-27/+40
* scsi-generic implemnentation, missing in last commit.ths2007-12-241-0/+653
* Real SCSI device passthrough (v4), by Laurent Vivier.ths2007-12-243-2/+12
* Implement SD CMD8 and R7 from the newer SD Physical Spec Version 2.00.balrog2007-12-241-5/+38
* Add "cache" parameter to "-drive" (Laurent Vivier).balrog2007-12-244-27/+41
* All registers are set to 0 on reset (Robert Reif)blueswir12007-12-191-5/+3Star
* Fix count calculation when counter limit set to 0 (Robert Reif)blueswir12007-12-191-2/+7
* Fix setting counter limit to 0 (Robert Reif)blueswir12007-12-171-7/+8
* Only create as many per CPU timers as there are CPUs. (Robert Reif)blueswir12007-12-173-5/+8
* Fix miscellaneous minor things, by Andre Przywara.ths2007-12-173-6/+6
* Fix bdrv_get_geometry to return uint64_t, by Andre Przywara.ths2007-12-173-13/+18
* qemu_put signedness fixes, by Andre Przywara.ths2007-12-1713-171/+171
* Work around a crash when timer signal occurs before main loop, original patch...balrog2007-12-161-2/+0Star
* Mainstone keypad support, by Armin Kuster.balrog2007-12-162-2/+45
* Initial PXA27x keypad support, by Armin Kuster.balrog2007-12-163-0/+359
* Fix char* signedness, by Andre Przywara.ths2007-12-161-1/+1
* Fix wrong signedness, by Andre Przywara.ths2007-12-165-17/+18
* Adds interrupt support to the sh specific timer code (Magnus Damm).balrog2007-12-123-18/+33
* sh_serial: enable tx after reset (Magnus Damm).balrog2007-12-121-1/+1