summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2012-11-01uhci: add ich9 00:1a.* variantsGerd Hoffmann1-3/+24
2012-11-01uhci: stick irq routing info into UHCIInfo too.Gerd Hoffmann1-14/+18
2012-11-01uhci: dynamic type generationGerd Hoffmann1-126/+70
2012-11-01xilinx_zynq: add USB controllersPeter Crosthwaite1-0/+3
2012-11-01usb/ehci: add sysbus variantGerd Hoffmann2-1/+78
2012-11-01usb/ehci: split into multiple source filesGerd Hoffmann4-424/+462
2012-11-01usb/ehci: Guard definition of EHCI_DEBUGPeter Crosthwaite1-0/+2
2012-11-01usb/ehci: seperate out PCIismsPeter Crosthwaite1-52/+72
2012-11-01usb/ehci: Abstract away PCI DMA APIPeter Crosthwaite1-5/+8
2012-11-01usb/ehci: parameterise the register region offsetsPeter Crosthwaite1-32/+36
2012-11-01xhci: allow address slot being called multiple timesGerd Hoffmann1-2/+7
2012-11-01xhci: add port trace pointsGerd Hoffmann1-1/+5
2012-11-01xhci: set pls in xhci_port_update & xhci_port_resetGerd Hoffmann1-2/+24
2012-11-01xhci: add xhci_port_resetGerd Hoffmann1-4/+9
2012-11-01xhci: add xhci_port_notifyGerd Hoffmann1-14/+17
2012-11-01xhci: add xhci_port_have_deviceGerd Hoffmann1-2/+12
2012-11-01xhci: s/xhci_update_port/xhci_port_update/Gerd Hoffmann1-5/+5
2012-11-01xhci: add {get,set}_field macros & enum for plsGerd Hoffmann1-8/+31
2012-10-30Merge branch 'qspi.2' of git://developer.petalogix.com/public/qemuBlue Swirl3-50/+340
2012-10-30Merge branch 's390-for-upstream' of git://repo.or.cz/qemu/agrafAurelien Jarno8-2/+1211
2012-10-29Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori11-133/+212
2012-10-29s390: sclp ascii console supportHeinz Graalfs2-1/+307
2012-10-29s390: sclp signal quiesce supportHeinz Graalfs3-0/+131
2012-10-29s390: sclp event supportHeinz Graalfs6-2/+579
2012-10-29s390: sclp base supportHeinz Graalfs3-0/+195
2012-10-29s390x: fix -initrd in virtio machineAlexander Graf1-2/+2
2012-10-29pci: avoid destroying bridge address space windows in a transactionAvi Kivity2-30/+44
2012-10-29virtio-net: enable mrg buf header in tap on linuxMichael S. Tsirkin2-21/+18
2012-10-29virtio-net: test peer header support at init timeMichael S. Tsirkin1-9/+14
2012-10-29virtio-net: minor code simplificationMichael S. Tsirkin1-3/+1
2012-10-29virtio-net: simplify rx codeMichael S. Tsirkin1-7/+2
2012-10-29virtio-net: switch tx to safe iov functionsMichael S. Tsirkin1-12/+19
2012-10-29virtio-net: first s/g is always at start of bufMichael S. Tsirkin1-2/+3
2012-10-29virtio-net: refactor receive_hdrMichael S. Tsirkin1-11/+7
2012-10-29virtio-net: use safe iov operations for rxMichael S. Tsirkin1-11/+14
2012-10-29virtio-net: avoid sg copyMichael S. Tsirkin1-25/+23
2012-10-29virtio-net: track host/guest header lengthMichael S. Tsirkin1-12/+17
2012-10-29pci: avoid destroying bridge address space windows in a transactionAvi Kivity2-30/+44
2012-10-29pcie: Convert PCIExpressHost to use the QOM.Jason Baron2-0/+18
2012-10-29pcie: pass pcie window size to pcie_host_mmcfg_update()Jason Baron2-12/+16
2012-10-29pci: Add class 0xc05 as 'SMBus'Jan Kiszka2-0/+2
2012-10-29pci: introduce pci_swizzle_map_irq_fn() for standardized interrupt pin swizzleIsaku Yamahata2-0/+20
2012-10-29pci_ids: add intel 82801BA pci-to-pci bridge idIsaku Yamahata1-0/+1
2012-10-29pci: pci capability must be in PCI spaceIsaku Yamahata1-3/+3
2012-10-29pci: make each capability DWORD alignedMichael S. Tsirkin1-2/+2
2012-10-29qemu: enable PV EOI for qemu 1.3Michael S. Tsirkin1-1/+8
2012-10-29pci: Return PCI_INTX_DISABLED when no bus INTx routing supportAlex Williamson1-1/+7
2012-10-29pci-assign: Use msi_get_message()Alex Williamson1-4/+1
2012-10-29msi: Add msi_get_message()Alex Williamson2-16/+30
2012-10-29pci-assign: Use pci_intx_route_changed()Alex Williamson1-2/+1