aboutsummaryrefslogtreecommitdiffstats
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2007-06-12Revert the Gallileo PCI mapping patch, it conflicts with the supposedlyths2-321/+32
2007-06-10Wacom PenPartner tablet (virtual USB device).balrog2-0/+415
2007-06-10 Fix patch splitting lossage in vga.cblueswir11-0/+8
2007-06-10 Add hw/pixel_ops.hblueswir11-0/+41
2007-06-10 Attempt to fix incorrect colours on some BGR displaysblueswir12-6/+67
2007-06-10 Merge TCX and VGA pixel operationsblueswir12-46/+2
2007-06-10More PCI mapping/remapping for Gallileo.ths2-32/+321
2007-06-09Don't try to use "vt" output in nographic mode.ths1-24/+28
2007-06-09ARM PL181 MMCI fixes.pbrook1-11/+34
2007-06-08 Fix incorrect target_ulong use in hw devicesblueswir18-37/+43
2007-06-07Fix return type.pbrook1-1/+1
2007-06-07Fix code formatting, by Herve Poussineau.ths1-163/+163
2007-06-07Unbreak PCI config register, noticed by Stefan Weil.ths1-1/+1
2007-06-07Initialize more GT64xxx registers on reset.ths1-11/+113
2007-06-07Fix some Malta PCI config bits.ths1-9/+13
2007-06-07PCI device saving for GT64xxx.ths1-0/+21
2007-06-07Implement some more Gallileo registers.ths1-17/+336
2007-06-07Fix comment.ths1-1/+1
2007-06-07Fix PCI irq mapping on Malta.ths1-2/+2
2007-06-07Fix firmware word endianness for Malta.ths1-0/+12
2007-06-06Make the Malta bootloader handling a bit more transparent.ths1-14/+17
2007-06-06Fix formatting.ths1-1/+1
2007-06-06Malta has no ISA bus.ths1-11/+2
2007-06-06Big endian byte swap for serial mmapped interface.ths1-4/+18
2007-06-06Use the correct PCI IDs for Malta.ths5-5/+81
2007-06-04Take advantage of subpage support.ths1-24/+5
2007-06-04ColdFire Ethernet support.pbrook2-1/+474
2007-06-03Fix off-by-one memory region sizes.pbrook21-39/+39
2007-06-03Spelling fixes, by Stefan Weil.ths5-8/+8
2007-06-03MCF5208 timer fix.pbrook1-5/+8
2007-06-03MCF5208 emulation.pbrook5-282/+758
2007-06-03Leave running timer alone if not reloading.pbrook1-1/+1
2007-06-01Force display update on palette change or loadvmblueswir11-1/+10
2007-06-01Add support for 5Kc/5Kf/20Kc, based on a patch by Aurelien Jarno.ths1-1/+1
2007-05-30Fix typo in comment.ths1-2/+2
2007-05-30Fix CPU (re-)selection on reset.ths3-0/+3
2007-05-30Replace target_ulong with target_phys_addr_tblueswir11-2/+2
2007-05-28SMBus support for MIPS Malta.ths3-9/+15
2007-05-28Remove a local subpage IO hack, now that general subpage IO works.balrog2-41/+21
2007-05-27Interrupt debugging DPRINTFsblueswir11-10/+22
2007-05-27New option -net nic,model=? (Mark Glines)blueswir16-0/+21
2007-05-27Handle unconnected vlan case in lanceblueswir12-22/+27
2007-05-27Use qemu_irqs between CPUs and interrupt controllerblueswir12-81/+98
2007-05-27Use qemu_irq between interrupt controller and timersblueswir13-37/+36
2007-05-27Use qemu_irqs between dma controllers and esp, lanceblueswir14-36/+33
2007-05-26Split DMA controller in twoblueswir19-76/+84
2007-05-25Implement Sparc64 CPU timers using ptimersblueswir11-0/+41
2007-05-24Change ptimer API to use 64-bit values, add save and load methodsblueswir12-98/+104
2007-05-24Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware.balrog16-62/+1181
2007-05-23Use i2c_slave_init() to allocate the PXA (dummy) I2C slave.balrog2-2/+2