summaryrefslogtreecommitdiff
path: root/hw/pci
AgeCommit message (Expand)AuthorFilesLines
2013-12-11pci: fix pci bridge fw pathGerd Hoffmann1-1/+1
2013-12-10pci: fix address space size for bridgeMichael S. Tsirkin1-1/+1
2013-11-21pci: unregister vmstate_pcibus on unplugBandan Das1-0/+8
2013-11-10Revert "hw/pci: partially handle pci master abort"Marcel Apfelbaum1-26/+0
2013-11-05bswap.h: Remove cpu_to_be32wu()Peter Maydell1-2/+2
2013-11-05qdev: Drop misleading qdev_free() functionStefan Hajnoczi4-4/+4
2013-10-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori5-42/+64
2013-10-16Makefile.target: CONFIG_NO_* variables removedÁkos Kovács1-1/+1
2013-10-14pcie_host: expose address formatMichael S. Tsirkin1-21/+0
2013-10-14pcie_host: expose UNMAPPED macroMichael S. Tsirkin1-3/+0
2013-10-14pci: fix up w64 size calculation helperMichael S. Tsirkin1-8/+12
2013-10-14hw/pci: removed irq field from PCIDeviceMarcel Apfelbaum1-2/+0
2013-10-14hw/pcie: AER and hot-plug events must use device's interruptMarcel Apfelbaum2-4/+4
2013-10-14hw: set interrupts using pci irq wrappersMarcel Apfelbaum1-1/+1
2013-10-14hw/pci: add pci wrappers for allocating and asserting irqsMarcel Apfelbaum1-4/+22
2013-10-14hw/pci: partially handle pci master abortMarcel Apfelbaum1-0/+26
2013-09-15pci: remove explicit check to 64K ioport sizeHervé Poussineau1-2/+4
2013-09-15pci: add helper to retrieve the 64-bit rangeMichael S. Tsirkin1-0/+50
2013-09-09Add c++ keywords to QAPI helper scriptTomoki Sekiyama1-1/+1
2013-09-03Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2-7/+28
2013-08-30qdev: Pass size to qbus_create_inplace()Andreas Färber2-2/+3
2013-08-30pci: Pass size to pci_bus_new_inplace()Andreas Färber1-1/+1
2013-08-28pci: add config space access tracesAlexey Kardashevskiy1-1/+10
2013-08-27pci: Introduce helper to retrieve a PCI device's DMA address spaceAlexey Kardashevskiy1-6/+18
2013-07-29pcie_port: Turn PCIEPort and PCIESlot into abstract QOM typesAndreas Färber1-0/+52
2013-07-29pci-bridge: Turn PCIBridge into abstract QOM typeAndreas Färber3-13/+31
2013-07-23scsi: Improve error propagation for scsi_bus_legacy_handle_cmdline()Andreas Färber1-1/+1
2013-07-18Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2-1/+6
2013-07-10pci-bridge: update mappings for migration/restoreDon Koch2-1/+6
2013-07-08Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori5-87/+137
2013-07-07pci: Fold host_buses list into PCIHostState functionalityDavid Gibson1-19/+14
2013-07-07pci: Remove domain from PCIHostBusDavid Gibson1-4/+3
2013-07-07pci: Simpler implementation of primary PCI busDavid Gibson2-9/+26
2013-07-07pci: Add root bus parameter to pci_nic_init()David Gibson2-5/+8
2013-07-07pci: Add root bus argument to pci_get_bus_devfn()David Gibson2-5/+6
2013-07-07pci: Replace pci_find_domain() with more general pci_root_bus_path()David Gibson4-24/+27
2013-07-07pci: Use helper to find device's root bus in pci_find_domain()David Gibson3-10/+15
2013-07-07pci: Abolish pci_find_root_bus()David Gibson2-13/+40
2013-07-04hw/p*: pass owner to memory_region_init* functionsPaolo Bonzini5-14/+16
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini5-13/+13
2013-07-04pci: Move pci_read_devaddr to pci-hotplug-old.cDavid Gibson2-15/+15
2013-07-04pci: Cleanup configuration for pci-hotplug.cDavid Gibson2-4/+4
2013-06-20memory: give name to every AddressSpaceAlexey Kardashevskiy1-1/+2
2013-06-20dma: eliminate DMAContextPaolo Bonzini1-4/+0
2013-06-20pci: use memory core for iommu supportAvi Kivity1-20/+19
2013-06-20dma: eliminate old-style IOMMU supportPaolo Bonzini1-1/+2
2013-06-07qdev: Drop FROM_QBUS() macroAndreas Färber1-1/+1
2013-06-03pci: add VMSTATE_MSIXGerd Hoffmann1-0/+33
2013-05-24exec: eliminate qemu_put_ram_ptrPaolo Bonzini1-2/+0
2013-04-08hw: move PCI bridges to hw/pci-* or hw/ARCHPaolo Bonzini15-2683/+0