summaryrefslogtreecommitdiff
path: root/hw/pci
AgeCommit message (Expand)Author
2017-01-25Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell
2017-01-24pcie: fix typo in commentsCao jin
2017-01-24PCI/migration merge vmstate_pci_device and vmstate_pcie_deviceDr. David Alan Gilbert
2017-01-24migration: extend VMStateInfoJianjun Duan
2017-01-20hw/pci: use-after-free in pci_nic_init_nofail when nic device fails to initia...Alex Kompel
2017-01-10pcie_aer: support configurable AER capa versionDou Liyang
2017-01-10pcie_aer: Convert pcie_aer_init to ErrorCao jin
2017-01-10virtio-pci: address space translation service (ATS) supportJason Wang
2016-12-16pci: fix error message for express slotsMichael S. Tsirkin
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier
2016-07-29pcie: fix link active status bit migrationMichael S. Tsirkin
2016-07-21kvm-irqchip: x86: add msi route notify fnPeter Xu
2016-07-06qapi: Improve use of qmp/types.hEric Blake
2016-07-05pci: Convert msi_init() to Error and fix callers to check itCao jin
2016-07-04range: Eliminate direct Range member accessMarkus Armbruster
2016-07-04pci_register_bar: cleanupCao jin
2016-07-04hw/pci: delay bus_master_enable_region initializationMarcel Apfelbaum
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