summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixes, by Stefan Weil.ths2007-07-126-9/+9
* Remove superfluous gt64xxx_pci_mapping calls.ths2007-07-121-7/+3Star
* Sparc64 updateblueswir12007-07-111-3/+11
* Impement Galilleo ISD register.ths2007-07-112-11/+72
* Fix loadvmblueswir12007-07-032-10/+10
* E100 savevm/loadvm support, patch by Jason Wessel.balrog2007-07-021-4/+98
* ARM PL031 RTC emulation.pbrook2007-06-304-1/+226
* PL110 versatile register hack fix (Adam Lackorzynski).pbrook2007-06-301-0/+4
* Fix Lance on 32-bit hostsblueswir12007-06-281-6/+29
* Rename variables and rearrange code to please gcc -Wshadow checksblueswir12007-06-253-29/+32
* Insufficient input validation in NE2000 card, written by Tavis Ormandy,ths2007-06-251-2/+5
* Add a 7 segments + led display, by Herve Poussineau.ths2007-06-252-0/+306
* Make touchscreen calibration values better match the HW. Invert WM8750 GPIO.balrog2007-06-242-8/+9
* Add USB HID keyboard.balrog2007-06-222-45/+345
* Revert workaround for -nographic segfault.ths2007-06-221-28/+23Star
* Add parallel memory mapped interface, by Herve Poussineau.ths2007-06-182-13/+94
* Use pixel_ops.h in PXA LCD screen drawing.balrog2007-06-142-30/+13Star
* Revert the Gallileo PCI mapping patch, it conflicts with the supposedlyths2007-06-122-321/+32Star
* Wacom PenPartner tablet (virtual USB device).balrog2007-06-102-0/+415
* Fix patch splitting lossage in vga.cblueswir12007-06-101-0/+8
* Add hw/pixel_ops.hblueswir12007-06-101-0/+41
* Attempt to fix incorrect colours on some BGR displaysblueswir12007-06-102-6/+67
* Merge TCX and VGA pixel operationsblueswir12007-06-102-46/+2Star
* More PCI mapping/remapping for Gallileo.ths2007-06-102-32/+321
* Don't try to use "vt" output in nographic mode.ths2007-06-091-24/+28
* ARM PL181 MMCI fixes.pbrook2007-06-091-11/+34
* Fix incorrect target_ulong use in hw devicesblueswir12007-06-088-37/+43
* Fix return type.pbrook2007-06-081-1/+1
* Fix code formatting, by Herve Poussineau.ths2007-06-071-163/+163
* Unbreak PCI config register, noticed by Stefan Weil.ths2007-06-071-1/+1
* Initialize more GT64xxx registers on reset.ths2007-06-071-11/+113
* Fix some Malta PCI config bits.ths2007-06-071-9/+13
* PCI device saving for GT64xxx.ths2007-06-071-0/+21
* Implement some more Gallileo registers.ths2007-06-071-17/+336
* Fix comment.ths2007-06-071-1/+1
* Fix PCI irq mapping on Malta.ths2007-06-071-2/+2
* Fix firmware word endianness for Malta.ths2007-06-071-0/+12
* Make the Malta bootloader handling a bit more transparent.ths2007-06-061-14/+17
* Fix formatting.ths2007-06-061-1/+1
* Malta has no ISA bus.ths2007-06-061-11/+2Star
* Big endian byte swap for serial mmapped interface.ths2007-06-061-4/+18
* Use the correct PCI IDs for Malta.ths2007-06-065-5/+81
* Take advantage of subpage support.ths2007-06-041-24/+5Star
* ColdFire Ethernet support.pbrook2007-06-042-1/+474
* Fix off-by-one memory region sizes.pbrook2007-06-0321-39/+39
* Spelling fixes, by Stefan Weil.ths2007-06-035-8/+8
* MCF5208 timer fix.pbrook2007-06-031-5/+8
* MCF5208 emulation.pbrook2007-06-035-282/+758
* Leave running timer alone if not reloading.pbrook2007-06-031-1/+1
* Force display update on palette change or loadvmblueswir12007-06-011-1/+10