summaryrefslogtreecommitdiffstats
path: root/hw/pci
Commit message (Expand)AuthorAgeFilesLines
* util: move declarations out of qemu-common.hVeronia Bahaa2019-11-291-0/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2019-11-292-0/+2
* msi_supported -> msi_nonbrokenMichael S. Tsirkin2019-11-292-4/+17
* pci core: function pci_bus_init() cleanupCao jin2019-11-291-5/+2
* pci core: function pci_host_bus_register() cleanupCao jin2019-11-291-3/+3
* pcie_aer: expose pcie_aer_msg() interfaceChen Fan2019-11-291-1/+1
* aer: impove pcie_aer_init to support vfio deviceChen Fan2019-11-291-2/+2
* pcie: modify the capability size assertChen Fan2019-11-291-1/+1
* change type of pci_bridge_initfn() to voidCao jin2019-11-291-2/+1
* msix: fix msix_vector_maskedMichael S. Tsirkin2019-11-291-2/+2
* fix MSI injection on XenStefano Stabellini2019-11-292-3/+18
* hw/pci: ensure that only PCI/PCIe bridges can be attached to pxb/pxb-pcie dev...Marcel Apfelbaum2019-11-291-0/+7
* pci: Clean up includesPeter Maydell2019-11-2912-1/+12
* fix bad indentation in pcie_cap_slot_write_config()Cao jin2015-11-061-6/+6
* enable multi-function hot-addCao jin2015-10-293-10/+63
* remove function during multi-function hot-addCao jin2015-10-291-5/+18
* msix: implement pba write (but read-only)Marc-André Lureau2015-10-241-0/+6
* hw/pci: Introduce pci_requester_id()Pavel Fedin2015-10-192-2/+2
* Fix bad error handling after memory_region_init_ram()Markus Armbruster2015-09-181-1/+1
* pci: remove Link Training error from AER error listPaolo Bonzini2015-09-161-4/+0
* maint: remove unused include for strings.hDaniel P. Berrange2015-09-111-1/+0
* hw/pci: fix pci_update_mappings() trace eventsLaszlo Ersek2015-09-101-2/+2
* pci: Fix pci_device_iommu_address_space() bus propagationBenjamin Herrenschmidt2015-09-101-8/+5
* hw/pci: Use pow2ceil() rather than hand-calculationPeter Maydell2015-09-072-6/+2
* pci: allow 0 address for PCI IO/MEM regionsLaurent Vivier2015-08-131-3/+9
* pci_add_capability: remove duplicate commentsChen Hanxiao2015-07-201-4/+2
* pcie: Set the "link active" in the link status registerBenjamin Herrenschmidt2015-07-081-1/+1
* Print error when failing to load PCI config dataDr. David Alan Gilbert2015-06-231-0/+4
* Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster2015-06-223-2/+1
* qerror: Move #include out of qerror.hMarkus Armbruster2015-06-221-0/+1
* qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster2015-06-221-1/+1
* qobject: Use 'bool' inside qdictEric Blake2015-06-221-2/+2
* virtio-vga: add '-vga virtio' supportGerd Hoffmann2015-06-121-0/+2
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-06-041-12/+66
|\
| * hw/pci: add support for NUMA nodesMarcel Apfelbaum2015-06-031-0/+11
| * hw/pci: removed 'rootbus nr is 0' assumption from qmp_pci_queryMarcel Apfelbaum2015-06-031-1/+2
| * hw/pci: extend PCI config access to support devices behind PXBMarcel Apfelbaum2015-06-031-5/+29
| * hw/pci: made pci_bus_num a PCIBusClass methodMarcel Apfelbaum2015-06-031-3/+10
| * hw/pci: made pci_bus_is_root a PCIBusClass methodMarcel Apfelbaum2015-06-031-3/+14
* | Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...Peter Maydell2015-06-041-1/+1
|\ \
| * | pci: make pci_bar useable outside pci.cMichael Roth2015-06-031-1/+1
| |/
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-06-02' in...Peter Maydell2015-06-022-30/+23
|\ \
| * | monitor: Use trad. command interface for HMP pcie_aer_inject_errorMarkus Armbruster2015-06-022-30/+23
| |/
* | xen: don't allow guest to control MSI mask registerJan Beulich2015-06-021-4/+0
|/
* Add stream ID to MSI writePavel Fedin2015-05-312-3/+10
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-05-112-40/+33
|\
| * pci: Merge pci_nic_init() into pci_nic_init_nofail()Thomas Huth2015-04-281-29/+14
| * pci: remove hard-coded bar size in msix_init_exclusive_bar()Jason Wang2015-04-271-11/+19
* | qapi: Drop inline nested structs in query-pciEric Blake2015-05-051-19/+23
* | Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi2015-04-284-13/+13
OpenPOWER on IntegriCloud