summaryrefslogtreecommitdiff
path: root/hw/pci
AgeCommit message (Expand)AuthorFilesLines
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2-0/+2
2016-03-11msi_supported -> msi_nonbrokenMichael S. Tsirkin2-4/+17
2016-02-25pci core: function pci_bus_init() cleanupCao jin1-5/+2
2016-02-25pci core: function pci_host_bus_register() cleanupCao jin1-3/+3
2016-02-19pcie_aer: expose pcie_aer_msg() interfaceChen Fan1-1/+1
2016-02-19aer: impove pcie_aer_init to support vfio deviceChen Fan1-2/+2
2016-02-19pcie: modify the capability size assertChen Fan1-1/+1
2016-02-16change type of pci_bridge_initfn() to voidCao jin1-2/+1
2016-02-16msix: fix msix_vector_maskedMichael S. Tsirkin1-2/+2
2016-02-06fix MSI injection on XenStefano Stabellini2-3/+18
2016-02-06hw/pci: ensure that only PCI/PCIe bridges can be attached to pxb/pxb-pcie dev...Marcel Apfelbaum1-0/+7
2016-01-29pci: Clean up includesPeter Maydell12-1/+12
2015-11-06fix bad indentation in pcie_cap_slot_write_config()Cao jin1-6/+6
2015-10-29enable multi-function hot-addCao jin3-10/+63
2015-10-29remove function during multi-function hot-addCao jin1-5/+18
2015-10-24msix: implement pba write (but read-only)Marc-André Lureau1-0/+6
2015-10-19hw/pci: Introduce pci_requester_id()Pavel Fedin2-2/+2
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster1-1/+1
2015-09-16pci: remove Link Training error from AER error listPaolo Bonzini1-4/+0
2015-09-11maint: remove unused include for strings.hDaniel P. Berrange1-1/+0
2015-09-10hw/pci: fix pci_update_mappings() trace eventsLaszlo Ersek1-2/+2
2015-09-10pci: Fix pci_device_iommu_address_space() bus propagationBenjamin Herrenschmidt1-8/+5
2015-09-07hw/pci: Use pow2ceil() rather than hand-calculationPeter Maydell2-6/+2
2015-08-13pci: allow 0 address for PCI IO/MEM regionsLaurent Vivier1-3/+9
2015-07-20pci_add_capability: remove duplicate commentsChen Hanxiao1-4/+2
2015-07-08pcie: Set the "link active" in the link status registerBenjamin Herrenschmidt1-1/+1
2015-06-23Print error when failing to load PCI config dataDr. David Alan Gilbert1-0/+4
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster3-2/+1
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster1-0/+1
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster1-1/+1
2015-06-22qobject: Use 'bool' inside qdictEric Blake1-2/+2
2015-06-12virtio-vga: add '-vga virtio' supportGerd Hoffmann1-0/+2
2015-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-12/+66
2015-06-04Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...Peter Maydell1-1/+1
2015-06-03pci: make pci_bar useable outside pci.cMichael Roth1-1/+1
2015-06-03hw/pci: add support for NUMA nodesMarcel Apfelbaum1-0/+11
2015-06-03hw/pci: removed 'rootbus nr is 0' assumption from qmp_pci_queryMarcel Apfelbaum1-1/+2
2015-06-03hw/pci: extend PCI config access to support devices behind PXBMarcel Apfelbaum1-5/+29
2015-06-03hw/pci: made pci_bus_num a PCIBusClass methodMarcel Apfelbaum1-3/+10
2015-06-03hw/pci: made pci_bus_is_root a PCIBusClass methodMarcel Apfelbaum1-3/+14
2015-06-02Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-06-02' in...Peter Maydell2-30/+23
2015-06-02xen: don't allow guest to control MSI mask registerJan Beulich1-4/+0
2015-06-02monitor: Use trad. command interface for HMP pcie_aer_inject_errorMarkus Armbruster2-30/+23
2015-05-31Add stream ID to MSI writePavel Fedin2-3/+10
2015-05-11Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-40/+33
2015-05-05qapi: Drop inline nested structs in query-pciEric Blake1-19/+23
2015-04-28pci: Merge pci_nic_init() into pci_nic_init_nofail()Thomas Huth1-29/+14
2015-04-28Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi4-13/+13
2015-04-27pci: remove hard-coded bar size in msix_init_exclusive_bar()Jason Wang1-11/+19