summaryrefslogtreecommitdiff
path: root/include/hw/pci/pci.h
AgeCommit message (Expand)Author
2017-07-03pci: Replace pci_add_capability2() with pci_add_capability()Mao Zhongyi
2017-07-03pci: Make errp the last parameter of pci_add_capability()Mao Zhongyi
2017-03-16hw/pcie: fix Extended Configuration Space for devices with no Extended Capabi...Marcel Apfelbaum
2017-03-15pci: introduce a bus master containerJason Wang
2017-03-01spapr/pci: populate PCI DT in reverse orderGreg Kurz
2017-02-21hw: Deprecate -drive if=scsi with non-onboard HBAsMarkus Armbruster
2017-02-21xhci: add qemu xhci controllerGerd Hoffmann
2017-02-01hw/pcie: Introduce Generic PCI Express Root PortMarcel Apfelbaum
2016-09-23hw/pci: Prepare for AMD IOMMUDavid Kiarie
2016-09-10vhost-vsock: add virtio sockets deviceStefan Hajnoczi
2016-07-29pcie: fix link active status bit migrationMichael S. Tsirkin
2016-07-21kvm-irqchip: x86: add msi route notify fnPeter Xu
2016-06-17pci: fix pci_requester_id()Peter Xu
2016-06-02pci: fix unaligned access in pci_xxx_quad()Dmitry Fleytman
2016-03-22hw/pci/pci.h: Don't include qemu-common.hMarkus Armbruster
2016-02-23include: Clean up includesPeter Maydell
2015-12-22hw/pxb: introduce pxb-pcie expander for PCIe machinesMarcel Apfelbaum
2015-10-29enable multi-function hot-addCao jin
2015-10-19hw/pci: Introduce pci_requester_id()Pavel Fedin
2015-06-23add pci-bridge-seatGerd Hoffmann
2015-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-06-03pci: make pci_bar useable outside pci.cMichael Roth
2015-06-03hw/pci: add support for NUMA nodesMarcel Apfelbaum
2015-06-03hw/pci: introduce PCI Expander Bridge (PXB)Marcel Apfelbaum
2015-06-03hw/pci: made pci_bus_is_root a PCIBusClass methodMarcel Apfelbaum
2015-05-11pci: add rocker device IDScott Feldman
2015-04-28Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi
2015-03-18pci: fix several trivial typos in commentChen Fan
2015-03-01pci: Give a few helpers internal linkageMarkus Armbruster
2015-02-26pci: Permit incremental conversion of device models to realizeMarkus Armbruster
2015-02-13pci: Allocate PCIe host bridge PCI IDAlexander Graf
2015-01-03pci: move REDHAT_SDHCI device ID to make room for RockerScott Feldman
2014-12-15sdhci: Define SDHCI PCI idsKevin O'Connor
2014-06-23hw/pcie: implement power controller functionalityMarcel Apfelbaum
2014-05-08pci: add Error-propagating pci_add_capability2()Laszlo Ersek
2014-02-10hw/pci: switch to a generic hotplug handling for PCIDeviceIgor Mammedov
2014-02-10qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov
2014-01-26pci: add pci_for_each_bus_depth_firstMichael S. Tsirkin
2013-12-23pci: do not export pci_bus_resetPaolo Bonzini
2013-11-05bswap.h: Remove le32_to_cpupu()Peter Maydell
2013-11-05bswap.h: Remove le16_to_cpupu()Peter Maydell
2013-11-05bswap.h: Remove cpu_to_le32wu()Peter Maydell
2013-11-05bswap.h: Remove cpu_to_le16wu()Peter Maydell
2013-10-14hw/pci: removed irq field from PCIDeviceMarcel Apfelbaum
2013-10-14hw/pci: add pci wrappers for allocating and asserting irqsMarcel Apfelbaum
2013-09-15pci: add helper to retrieve the 64-bit rangeMichael S. Tsirkin
2013-09-03Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-08-30pci: Pass size to pci_bus_new_inplace()Andreas Färber
2013-08-27pci: Introduce helper to retrieve a PCI device's DMA address spaceAlexey Kardashevskiy
2013-07-08Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori