summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* hw/realview: Wire up the MMC card statusPeter Maydell2011-03-061-3/+26
* hw/irq: Add qemu_irq_split() so one GPIO output can feed two inputsPeter Maydell2011-03-062-0/+18
* hw/pl061.c: Implement ARM PL061 as well as Luminary onePeter Maydell2011-03-062-5/+20
* hw/arm_sysctl.c: Wire MCI register MMC card status bits to GPIO inputsPeter Maydell2011-03-062-1/+50
* hw/pl181: Implement GPIO output pins for card statusPeter Maydell2011-03-061-0/+6
* lsi53c895a: Update dnad when skipping MSGOUT bytesStefan Hajnoczi2011-03-061-2/+9
* hw/pcnet.c: Fix EPROM contents to suit AMD netware driversGerhard Wiesinger2011-03-051-0/+16
* virtio-net: Fix lduw_p() pointer argument of wrong sizeStefan Hajnoczi2011-03-031-2/+2
* pxa2xx: port pxa2xx_rtc to using qdev/vmstateAndrzej Zaborowski2011-03-032-101/+100
* pxa2xx_dma: Get rid of a forward declaration.Andrzej Zaborowski2011-03-031-26/+24
* pxa2xx_dma: port to qdev/vmstateAndrzej Zaborowski2011-03-034-111/+152
* vmstate: move VMSTATE_PCIE_AER_ERRS to hw/hw.hDmitry Eremin-Solenikov2011-03-032-11/+21
* pxa2xx_dma: drop unused pxa2xx_dma_handler_t/handler fieldDmitry Eremin-Solenikov2011-03-031-5/+0
* pxa2xx_timer: Store relevant irq line in each timer.Andrzej Zaborowski2011-03-031-7/+8
* pxa2xx_timer: switch to using qdev/vmstateDmitry Eremin-Solenikov2011-03-033-109/+154
* pxa2xx_timer: change info struct name to comply with guidelinesDmitry Eremin-Solenikov2011-03-031-14/+14
* pxa2xx_pic: Set base address for sysbus device.Andrzej Zaborowski2011-03-031-0/+2
* vmstate: add VMSTATE_STRUCT_ARRAY_TESTDmitry Eremin-Solenikov2011-03-031-8/+13
* pxa2xx_pic: update to use qdevDmitry Eremin-Solenikov2011-02-256-92/+112
* mst_fpga: correct irq level settingsDmitry Eremin-Solenikov2011-02-251-2/+2
* virtio-serial: kill VirtIOSerialDeviceGerd Hoffmann2011-02-243-27/+14
* hw/sd.c: Add missing state change for SD_STATUS, SEND_NUM_WR_BLOCKSPeter Maydell2011-02-241-0/+2
* pls3adsp1800: Base load_elf endianness on target endiannessEdgar E. Iglesias2011-02-231-2/+7
* hw/irq.h: Remove unused SetIRQFunc typedefPeter Maydell2011-02-211-2/+0
* Revert "prep: Disable second IDE channel, as long as ISA IDE emulation doesn'...Aurelien Jarno2011-02-211-1/+1
* isa-bus: Remove bogus IRQ sharing checkJan Kiszka2011-02-218-21/+10
* PS/2 keyboard Scancode Set 3 supportRoy Tam2011-02-211-13/+27
* Fix obvious mistake in pxa2xx i2s driverVasily Khoruzhick2011-02-201-1/+1
* pxa2xx_keypad: Handle 0xe0xx keycodesVasily Khoruzhick2011-02-201-0/+10
* pxa2xx_keypad: enhance emulation of KPAS, KPASMKP regsVasily Khoruzhick2011-02-201-52/+62
* qdev: Fix printout of bit device properties with bit index >= 8David 'Digit' Turner2011-02-201-1/+1
* s390: Fix memory leakStefan Weil2011-02-201-0/+1
* ppc405: Fix memory leakStefan Weil2011-02-201-0/+1
* pci: Fix memory leakStefan Weil2011-02-201-0/+1
* vhost: disable on tap link downMichael S. Tsirkin2011-02-201-1/+2
* e1000: verify we have buffers, upfrontMichael S. Tsirkin2011-02-201-6/+22
* e1000: clear EOP for multi-buffer descriptorsMichael S. Tsirkin2011-02-201-2/+4
* e1000: multi-buffer packet supportMichael S. Tsirkin2011-02-201-11/+28
* pc: remove test on TARGET_PHYS_ADDR_BITS == 32Aurelien Jarno2011-02-201-7/+0
* i8254: convert to qdevBlue Swirl2011-02-209-40/+75
* vga-isa: make optionalBlue Swirl2011-02-201-2/+8
* vga-isa: convert to qdevBlue Swirl2011-02-204-15/+67
* fdc: make optionalBlue Swirl2011-02-201-1/+4
* fdc: refactor device creationBlue Swirl2011-02-205-55/+45
* fdc: use FDriveType for floppy drive typeBlue Swirl2011-02-203-10/+15
* fdc: move floppy geometry guessing to block.cBlue Swirl2011-02-201-108/+6
* serial: make optionalBlue Swirl2011-02-201-1/+4
* serial: refactor device creationBlue Swirl2011-02-202-13/+13
* ne2000_isa: make optionalBlue Swirl2011-02-201-2/+7
* ne2000_isa: refactor device creationBlue Swirl2011-02-202-14/+11
OpenPOWER on IntegriCloud