summaryrefslogtreecommitdiffstats
path: root/hw/pci
Commit message (Expand)AuthorAgeFilesLines
* pcie_aer: support configurable AER capa versionDou Liyang2017-01-101-3/+3
* pcie_aer: Convert pcie_aer_init to ErrorCao jin2017-01-101-10/+7Star
* virtio-pci: address space translation service (ATS) supportJason Wang2017-01-101-0/+15
* pci: fix error message for express slotsMichael S. Tsirkin2016-12-161-2/+2
* trace-events: fix first line comment in trace-eventsLaurent Vivier2016-08-121-1/+1
* pcie: fix link active status bit migrationMichael S. Tsirkin2016-07-282-6/+20
* kvm-irqchip: x86: add msi route notify fnPeter Xu2016-07-211-0/+15
* qapi: Improve use of qmp/types.hEric Blake2016-07-061-0/+1
* pci: Convert msi_init() to Error and fix callers to check itCao jin2016-07-051-3/+8
* range: Eliminate direct Range member accessMarkus Armbruster2016-07-041-8/+9
* pci_register_bar: cleanupCao jin2016-07-041-8/+8
* hw/pci: delay bus_master_enable_region initializationMarcel Apfelbaum2016-07-041-9/+32
* trace: split out trace events for hw/pci/ directoryDaniel P. Berrange2016-06-201-0/+9
* msi_init: change return value to 0 on successCao jin2016-06-171-3/+3
* fix some coding style problemsCao jin2016-06-171-0/+16
* pci core: assert ENOSPC when add capabilityCao jin2016-06-171-4/+2Star
* pci: fix pci_requester_id()Peter Xu2016-06-171-0/+76
* pcie: Introduce function for DSN capability creationDmitry Fleytman2016-06-021-0/+10
* pcie: Add support for PCIe CAP v1Dmitry Fleytman2016-06-021-18/+66
* msix: make msix_clr_pending() visible for clientsDmitry Fleytman2016-06-021-1/+1
* Fix some typos found by codespellStefan Weil2016-05-182-2/+2
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-222-0/+2
* msi_supported -> msi_nonbrokenMichael S. Tsirkin2016-03-112-4/+17
* pci core: function pci_bus_init() cleanupCao jin2016-02-251-5/+2Star
* pci core: function pci_host_bus_register() cleanupCao jin2016-02-251-3/+3
* pcie_aer: expose pcie_aer_msg() interfaceChen Fan2016-02-191-1/+1
* aer: impove pcie_aer_init to support vfio deviceChen Fan2016-02-191-2/+2
* pcie: modify the capability size assertChen Fan2016-02-191-1/+1
* change type of pci_bridge_initfn() to voidCao jin2016-02-161-2/+1Star
* msix: fix msix_vector_maskedMichael S. Tsirkin2016-02-161-2/+2
* fix MSI injection on XenStefano Stabellini2016-02-062-3/+18
* hw/pci: ensure that only PCI/PCIe bridges can be attached to pxb/pxb-pcie dev...Marcel Apfelbaum2016-02-061-0/+7
* pci: Clean up includesPeter Maydell2016-01-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/+0Star
* maint: remove unused include for strings.hDaniel P. Berrange2015-09-111-1/+0Star
* 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/+5Star
* hw/pci: Use pow2ceil() rather than hand-calculationPeter Maydell2015-09-072-6/+2Star
* pci: allow 0 address for PCI IO/MEM regionsLaurent Vivier2015-08-131-3/+9
* pci_add_capability: remove duplicate commentsChen Hanxiao2015-07-201-4/+2Star
* 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/+1Star