summaryrefslogtreecommitdiffstats
path: root/include/hw/pci/pci.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-06-041-0/+4
|\
| * hw/pci: add support for NUMA nodesMarcel Apfelbaum2015-06-031-0/+1
| * hw/pci: introduce PCI Expander Bridge (PXB)Marcel Apfelbaum2015-06-031-0/+1
| * hw/pci: made pci_bus_is_root a PCIBusClass methodMarcel Apfelbaum2015-06-031-0/+2
* | pci: make pci_bar useable outside pci.cMichael Roth2015-06-031-0/+6
|/
* pci: add rocker device IDScott Feldman2015-05-111-0/+1
* Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi2015-04-281-8/+8
* pci: fix several trivial typos in commentChen Fan2015-03-181-1/+1
* pci: Give a few helpers internal linkageMarkus Armbruster2015-03-011-7/+0
* pci: Permit incremental conversion of device models to realizeMarkus Armbruster2015-02-261-1/+2
* pci: Allocate PCIe host bridge PCI IDAlexander Graf2015-02-131-0/+1
* pci: move REDHAT_SDHCI device ID to make room for RockerScott Feldman2015-01-031-1/+1
* sdhci: Define SDHCI PCI idsKevin O'Connor2014-12-151-0/+1
* hw/pcie: implement power controller functionalityMarcel Apfelbaum2014-06-231-0/+3
* pci: add Error-propagating pci_add_capability2()Laszlo Ersek2014-05-081-0/+4
* hw/pci: switch to a generic hotplug handling for PCIDeviceIgor Mammedov2014-02-101-10/+0
* qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov2014-02-101-3/+0
* pci: add pci_for_each_bus_depth_firstMichael S. Tsirkin2014-01-261-0/+14
* pci: do not export pci_bus_resetPaolo Bonzini2013-12-231-1/+0
* bswap.h: Remove le32_to_cpupu()Peter Maydell2013-11-051-1/+1
* bswap.h: Remove le16_to_cpupu()Peter Maydell2013-11-051-1/+1
* bswap.h: Remove cpu_to_le32wu()Peter Maydell2013-11-051-1/+1
* bswap.h: Remove cpu_to_le16wu()Peter Maydell2013-11-051-1/+1
* hw/pci: removed irq field from PCIDeviceMarcel Apfelbaum2013-10-141-3/+0
* hw/pci: add pci wrappers for allocating and asserting irqsMarcel Apfelbaum2013-10-141-0/+23
* pci: add helper to retrieve the 64-bit rangeMichael S. Tsirkin2013-09-151-0/+1
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-09-031-0/+1
|\
| * pci: Introduce helper to retrieve a PCI device's DMA address spaceAlexey Kardashevskiy2013-08-271-0/+1
* | pci: Pass size to pci_bus_new_inplace()Andreas Färber2013-08-301-1/+1
|/
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-07-081-7/+10
|\
| * pci: Add root bus parameter to pci_nic_init()David Gibson2013-07-071-2/+4
| * pci: Add root bus argument to pci_get_bus_devfn()David Gibson2013-07-071-1/+1
| * pci: Replace pci_find_domain() with more general pci_root_bus_path()David Gibson2013-07-071-1/+1
| * pci: Use helper to find device's root bus in pci_find_domain()David Gibson2013-07-071-1/+2
| * pci: Abolish pci_find_root_bus()David Gibson2013-07-071-1/+1
| * pci: Move pci_read_devaddr to pci-hotplug-old.cDavid Gibson2013-07-041-2/+2
* | dma: keep a device alive while it has SGListsPaolo Bonzini2013-07-041-1/+1
|/
* dma: eliminate DMAContextPaolo Bonzini2013-06-201-9/+8
* pci: use memory core for iommu supportAvi Kivity2013-06-201-2/+2
* Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori2013-04-221-0/+1
|\
| * scsi: VMWare PVSCSI paravirtual device implementationDmitry Fleytman2013-04-191-0/+1
* | pci: add pci test deviceMichael S. Tsirkin2013-04-161-0/+1
|/
* hw: move headers to include/Paolo Bonzini2013-04-081-0/+725
OpenPOWER on IntegriCloud