summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2008-01-06 Make error messages consistent (Robert Reif)blueswir11-3/+3
2008-01-05Fix memory allocation on mainstone2 and convert to qemu_ram_alloc.balrog1-31/+25
2008-01-04Malta flash support.ths2-42/+70
2008-01-01 Fix Debian serial console boot problem reported by Aurelien Jarnoblueswir12-13/+15
2008-01-01 Register only valid register access widthsblueswir113-107/+112
2008-01-01 DVMA translation errors raise a module error irq (NMI)blueswir13-8/+28
2007-12-29 Fix CPU timer interruptsblueswir13-11/+16
2007-12-29 Fix SS-2 boot modeblueswir11-0/+1
2007-12-29 Set SS-5 IOMMU version to Turbosparc to match default CPU (Robert Reif)blueswir11-1/+1
2007-12-29 M48T02 support (Robert Reif)blueswir12-15/+40
2007-12-29 Make debug printing consistent (Robert Reif)blueswir11-3/+3
2007-12-28 Initial support for SS-2 (Sun4c)blueswir14-1/+429
2007-12-28 Initial support for Sun4d machines (SS-1000, SS-2000)blueswir14-6/+444
2007-12-28 Fix master interrupt register maskingblueswir11-2/+2
2007-12-28 Fix system read address mask (Robert Reif)blueswir11-1/+1
2007-12-27 Add ID registerblueswir11-1/+13
2007-12-27 Reset status contains all sent flagblueswir11-1/+1
2007-12-27 Remove unused timersblueswir11-27/+40
2007-12-24scsi-generic implemnentation, missing in last commit.ths1-0/+653
2007-12-24Real SCSI device passthrough (v4), by Laurent Vivier.ths3-2/+12
2007-12-24Implement SD CMD8 and R7 from the newer SD Physical Spec Version 2.00.balrog1-5/+38
2007-12-24Add "cache" parameter to "-drive" (Laurent Vivier).balrog4-27/+41
2007-12-19 All registers are set to 0 on reset (Robert Reif)blueswir11-5/+3
2007-12-19 Fix count calculation when counter limit set to 0 (Robert Reif)blueswir11-2/+7
2007-12-17 Fix setting counter limit to 0 (Robert Reif)blueswir11-7/+8
2007-12-17 Only create as many per CPU timers as there are CPUs. (Robert Reif)blueswir13-5/+8
2007-12-17Fix miscellaneous minor things, by Andre Przywara.ths3-6/+6
2007-12-17Fix bdrv_get_geometry to return uint64_t, by Andre Przywara.ths3-13/+18
2007-12-16qemu_put signedness fixes, by Andre Przywara.ths13-171/+171
2007-12-16Work around a crash when timer signal occurs before main loop, original patch...balrog1-2/+0
2007-12-16Mainstone keypad support, by Armin Kuster.balrog2-2/+45
2007-12-16Initial PXA27x keypad support, by Armin Kuster.balrog3-0/+359
2007-12-16Fix char* signedness, by Andre Przywara.ths1-1/+1
2007-12-16Fix wrong signedness, by Andre Przywara.ths5-17/+18
2007-12-12Adds interrupt support to the sh specific timer code (Magnus Damm).balrog3-18/+33
2007-12-12sh_serial: enable tx after reset (Magnus Damm).balrog1-1/+1
2007-12-11IDE should send irq after WIN_DIAGNOSE (Tristan Gingold).balrog1-0/+1
2007-12-10 Name the magic constants, wrap long linesblueswir11-103/+221
2007-12-10 Add SPARCstation 20 machine type (Robert Reif)blueswir12-1/+56
2007-12-10SCSI cleanup, by Laurent Vivier.ths5-67/+95
2007-12-10Fix OMAP1 MPUI/O keyboard interrupt masking.balrog3-5/+5
2007-12-10Fix incompatible declaration in previous commit.balrog1-2/+2
2007-12-10Desambiguate pflash_register().balrog6-29/+38
2007-12-09Save/load PCI-device, PCI-bus and PIIX3 irq-related state (patches by Uri Lub...balrog2-7/+63
2007-12-09No write-protect detect diode on Mainstone II.balrog1-1/+1
2007-12-09Use pointers to channels rather than channel numbers in the DMA.balrog1-363/+390
2007-12-09Remove leftover support for 82371FB (Step A1), by Carlo Marcelo Arenasths1-25/+0
2007-12-09OMAP DMA 3.2 support by Lauro Ramos Venancio.balrog2-248/+949
2007-12-09 Add support for eccmemctl (Robert Reif)blueswir13-0/+279
2007-12-09Fix Win98SE MyComputer regression, by Ben Taylor.ths1-1/+1