summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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
2007-05-23Add WM8750 and MAX7310 chips (I2C slaves).balrog4-0/+803
2007-05-23Implement the PXA2xx I2C master controller.balrog8-25/+271
2007-05-23m68k/ColdFire system emulation.pbrook2-0/+902
2007-05-23Add periodic timer implementation.pbrook2-114/+207
2007-05-23I2C/SMBus framework.pbrook7-66/+561
2007-05-21Fix interrupt controller address maskingblueswir11-2/+3
2007-05-20Delete now unused define.ths1-1/+0
2007-05-19Linux loader rewrite, by H. Peter Anvin.ths1-82/+222
2007-05-19Use full 36-bit physical address space on SS10blueswir113-89/+102
2007-05-17Make TCX registers match what NetBSD expectsblueswir11-2/+3
2007-05-17Fix Qemu division by zero triggered by NetBSDblueswir11-6/+4
2007-05-17Set limits for memory size to avoid overlap with devicesblueswir11-3/+8
2007-05-17Force the primary CPU to run and other CPUs to halt, recalculate timersblueswir12-3/+16
2007-05-13Allow VMware-SVGA operation enable before command FIFO is configured. Implem...balrog3-23/+31
2007-05-12Correct NAND erase block size. Misc fixes in Spitz code.balrog5-10/+9
2007-05-09PCMCIA addresses are 26-bit, widen the address type from 16 to 32 bits.balrog1-4/+4
2007-05-08Correct the number of PXA255 GPIO lines. Reuse the PXA timers struct for PXA...balrog2-22/+17
2007-05-08Set OOK when OON is set in OSCC register (thanks to BobOfDoom). Correct a fa...balrog2-2/+4
2007-05-08Switch to qemu_ram_alloc() for memory allocation in PXA255/270.balrog4-19/+35
2007-05-08ARM946 CPU support.pbrook1-1/+1
2007-05-06Add dummy THC and TEC registers to TCXblueswir11-3/+36
2007-05-06Fix slavio_misc baseblueswir11-2/+2
2007-05-04Support for simple YAMON output, by Alec Voropay.ths1-2/+62
2007-05-03Change the PCI IO region start to that hardcoded in VBE bios (reported by Jer...balrog1-2/+2
2007-05-01Set OpenBIOS variables in NVRAMblueswir12-5/+108
2007-05-01Implement power state changes (IDLE and SLEEP) for PXA.balrog1-1/+2
2007-05-01Honour limited subset of --cpu values instead of ignoring.balrog2-9/+14
2007-04-30Remove the use of Linux / BSD specific asprintf call.balrog1-3/+2