aboutsummaryrefslogtreecommitdiff
path: root/hw/pci
AgeCommit message (Expand)Author
2016-06-20trace: split out trace events for hw/pci/ directoryDaniel P. Berrange
2016-06-17msi_init: change return value to 0 on successCao jin
2016-06-17fix some coding style problemsCao jin
2016-06-17pci core: assert ENOSPC when add capabilityCao jin
2016-06-17pci: fix pci_requester_id()Peter Xu
2016-06-02pcie: Introduce function for DSN capability creationDmitry Fleytman
2016-06-02pcie: Add support for PCIe CAP v1Dmitry Fleytman
2016-06-02msix: make msix_clr_pending() visible for clientsDmitry Fleytman
2016-05-18Fix some typos found by codespellStefan Weil
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-11msi_supported -> msi_nonbrokenMichael S. Tsirkin
2016-02-25pci core: function pci_bus_init() cleanupCao jin
2016-02-25pci core: function pci_host_bus_register() cleanupCao jin
2016-02-19pcie_aer: expose pcie_aer_msg() interfaceChen Fan
2016-02-19aer: impove pcie_aer_init to support vfio deviceChen Fan
2016-02-19pcie: modify the capability size assertChen Fan
2016-02-16change type of pci_bridge_initfn() to voidCao jin
2016-02-16msix: fix msix_vector_maskedMichael S. Tsirkin
2016-02-06fix MSI injection on XenStefano Stabellini
2016-02-06hw/pci: ensure that only PCI/PCIe bridges can be attached to pxb/pxb-pcie dev...Marcel Apfelbaum
2016-01-29pci: Clean up includesPeter Maydell
2015-11-06fix bad indentation in pcie_cap_slot_write_config()Cao jin
2015-10-29enable multi-function hot-addCao jin
2015-10-29remove function during multi-function hot-addCao jin
2015-10-24msix: implement pba write (but read-only)Marc-André Lureau
2015-10-19hw/pci: Introduce pci_requester_id()Pavel Fedin
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster
2015-09-16pci: remove Link Training error from AER error listPaolo Bonzini
2015-09-11maint: remove unused include for strings.hDaniel P. Berrange
2015-09-10hw/pci: fix pci_update_mappings() trace eventsLaszlo Ersek
2015-09-10pci: Fix pci_device_iommu_address_space() bus propagationBenjamin Herrenschmidt
2015-09-07hw/pci: Use pow2ceil() rather than hand-calculationPeter Maydell
2015-08-13pci: allow 0 address for PCI IO/MEM regionsLaurent Vivier
2015-07-20pci_add_capability: remove duplicate commentsChen Hanxiao
2015-07-08pcie: Set the "link active" in the link status registerBenjamin Herrenschmidt
2015-06-23Print error when failing to load PCI config dataDr. David Alan Gilbert
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster
2015-06-22qobject: Use 'bool' inside qdictEric Blake
2015-06-12virtio-vga: add '-vga virtio' supportGerd Hoffmann
2015-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-06-04Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...Peter 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: removed 'rootbus nr is 0' assumption from qmp_pci_queryMarcel Apfelbaum
2015-06-03hw/pci: extend PCI config access to support devices behind PXBMarcel Apfelbaum
2015-06-03hw/pci: made pci_bus_num a PCIBusClass methodMarcel Apfelbaum
2015-06-03hw/pci: made pci_bus_is_root a PCIBusClass methodMarcel Apfelbaum