summaryrefslogtreecommitdiff
path: root/include/hw/pci
AgeCommit message (Expand)AuthorFilesLines
2014-02-10hw/pci: switch to a generic hotplug handling for PCIDeviceIgor Mammedov2-12/+0
2014-02-10pci/pcie: convert PCIE hotplug to use hotplug-handler APIIgor Mammedov1-0/+5
2014-02-10pci/shpc: convert SHPC hotplug to use hotplug-handler APIIgor Mammedov1-0/+8
2014-02-10qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov1-3/+0
2014-01-26pci: add pci_for_each_bus_depth_firstMichael S. Tsirkin1-0/+14
2013-12-23pci: do not export pci_bus_resetPaolo Bonzini1-1/+0
2013-12-01xen-pvdevice: make device-id property compulsoryPaul Durrant1-1/+0
2013-11-10Revert "hw/pci: partially handle pci master abort"Marcel Apfelbaum1-1/+0
2013-11-05bswap.h: Remove le32_to_cpupu()Peter Maydell1-1/+1
2013-11-05bswap.h: Remove le16_to_cpupu()Peter Maydell1-1/+1
2013-11-05bswap.h: Remove cpu_to_le32wu()Peter Maydell1-1/+1
2013-11-05bswap.h: Remove cpu_to_le16wu()Peter Maydell1-1/+1
2013-10-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori4-21/+51
2013-10-14q35: expose mmcfg size as a propertyMichael S. Tsirkin1-0/+1
2013-10-14q35: use macro for MCFG property nameMichael S. Tsirkin1-0/+2
2013-10-14pcie_host: expose address formatMichael S. Tsirkin1-0/+21
2013-10-14pcie_host: expose UNMAPPED macroMichael S. Tsirkin1-0/+3
2013-10-14hw/pci: removed irq field from PCIDeviceMarcel Apfelbaum1-3/+0
2013-10-14hw/pcie: AER and hot-plug events must use device's interruptMarcel Apfelbaum1-18/+0
2013-10-14hw/pci: add pci wrappers for allocating and asserting irqsMarcel Apfelbaum1-0/+23
2013-10-14hw/pci: partially handle pci master abortMarcel Apfelbaum1-0/+1
2013-09-30Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-0/+1
2013-09-16lsi: add 53C810 variantHervé Poussineau1-0/+1
2013-09-15pci: add helper to retrieve the 64-bit rangeMichael S. Tsirkin1-0/+1
2013-09-03Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-0/+1
2013-08-30pci: Pass size to pci_bus_new_inplace()Andreas Färber1-1/+1
2013-08-27pci: Introduce helper to retrieve a PCI device's DMA address spaceAlexey Kardashevskiy1-0/+1
2013-07-29pcie_port: Turn PCIEPort and PCIESlot into abstract QOM typesAndreas Färber1-2/+12
2013-07-29pci-bridge: Turn PCIBridge into abstract QOM typeAndreas Färber1-1/+6
2013-07-29Xen PV DevicePaul Durrant1-2/+3
2013-07-18Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2-1/+2
2013-07-10pci: fix BRDIGE typoDon Koch1-1/+1
2013-07-10pci-bridge: update mappings for migration/restoreDon Koch1-0/+1
2013-07-08Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2-7/+22
2013-07-07pci: Fold host_buses list into PCIHostState functionalityDavid Gibson1-0/+2
2013-07-07pci: Add root bus parameter to pci_nic_init()David Gibson1-2/+4
2013-07-07pci: Add root bus argument to pci_get_bus_devfn()David Gibson1-1/+1
2013-07-07pci: Replace pci_find_domain() with more general pci_root_bus_path()David Gibson2-1/+11
2013-07-07pci: Use helper to find device's root bus in pci_find_domain()David Gibson1-1/+2
2013-07-07pci: Abolish pci_find_root_bus()David Gibson1-1/+1
2013-07-04dma: keep a device alive while it has SGListsPaolo Bonzini1-1/+1
2013-07-04pci: Move pci_read_devaddr to pci-hotplug-old.cDavid Gibson1-2/+2
2013-06-20dma: eliminate DMAContextPaolo Bonzini1-9/+8
2013-06-20pci: use memory core for iommu supportAvi Kivity2-4/+4
2013-06-17NVMe: Initial commit for new storage interfaceKeith Busch1-0/+1
2013-06-03pci: add VMSTATE_MSIXGerd Hoffmann1-0/+11
2013-04-22Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori1-0/+1
2013-04-19scsi: VMWare PVSCSI paravirtual device implementationDmitry Fleytman1-0/+1
2013-04-16pci: add pci test deviceMichael S. Tsirkin1-0/+1
2013-04-08hw: move headers to include/Paolo Bonzini15-0/+2465