Age | Commit message (Expand) | Author |
2019-03-18 | kconfig: add dependencies on CONFIG_MSI_NONBROKEN | Paolo Bonzini |
2019-03-12 | gen_pcie_root_port: Add ACS (Access Control Services) capability | Knut Omang |
2019-03-07 | i386-softmmu.mak: remove all CONFIG_* except boards definitions | Yang Zhong |
2019-03-07 | build: convert pci.mak to Kconfig | Paolo Bonzini |
2019-03-07 | kconfig: introduce kconfig files | Paolo Bonzini |
2018-12-20 | pci/shpc: perform unplug via the hotplug handler | David Hildenbrand |
2018-12-20 | pci: Reuse pci-bridge hotplug handler handlers for pcie-pci-bridge | David Hildenbrand |
2018-12-20 | pci/shpc: rename hotplug handler callbacks | David Hildenbrand |
2018-12-19 | pcie: Fast PCIe root ports for new machines | Alex Williamson |
2018-12-19 | pcie: Allow generic PCIe root port to specify link speed and width | Alex Williamson |
2018-12-19 | pcie: Add link speed and width fields to PCIESlot | Alex Williamson |
2018-12-13 | pci-bridge/dec: Convert sysbus init function to realize function | Mao Zhongyi |
2018-11-05 | hw/pci-bridge/ioh3420: Remove unuseful header | Philippe Mathieu-Daudé |
2018-11-05 | hw/pci-bridge/xio3130: Remove unused functions | Philippe Mathieu-Daudé |
2018-09-07 | hw/pci: add PCI resource reserve capability to legacy PCI bridge | Jing Liu |
2018-09-07 | hw/pci: factor PCI reserve resources to a separate structure | Jing Liu |
2018-02-13 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster |
2018-02-08 | pci: removed the is_express field since a uniform interface was inserted | Yoni Bettan |
2018-02-08 | pci/bus: let it has higher migration priority | Peter Xu |
2018-02-08 | pci-bridge/i82801b11: clear bridge registers on platform reset | Laszlo Ersek |
2018-02-05 | qdev: use device_class_set_parent_realize/unrealize/reset() | Philippe Mathieu-Daudé |
2018-01-24 | simba: rename PBMPCIBridge and QOM types to reflect simba naming | Mark Cave-Ayland |
2018-01-24 | apb: split simba PCI bridge into hw/pci-bridge/simba.c | Mark Cave-Ayland |
2018-01-18 | hw/pci-bridge: fix QEMU crash because of pcie-root-port | Marcel Apfelbaum |
2018-01-11 | Merge remote-tracking branch 'origin/master' into HEAD | Michael S. Tsirkin |
2017-12-18 | misc: remove old i386 dependency | Philippe Mathieu-Daudé |
2017-12-05 | pci: Eliminate redundant PCIDevice::bus pointer | David Gibson |
2017-12-05 | pci: Rename root bus initialization functions for clarity | David Gibson |
2017-11-16 | hw/pcie-pci-bridge: restrict to X86 and ARM | Marcel Apfelbaum |
2017-10-15 | hw/gen_pcie_root_port: make IO RO 0 on IO disabled | Marcel Apfelbaum |
2017-10-15 | pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices | Eduardo Habkost |
2017-10-15 | pci: Add INTERFACE_PCIE_DEVICE to all PCIe devices | Eduardo Habkost |
2017-10-15 | hw/pci-bridge/pcie_pci_bridge: properly handle MSI unavailability case | Aleksandr Bezzubikov |
2017-10-15 | pci: Set err to errp directly rather than through error_propagate() | Mao Zhongyi |
2017-10-15 | xio3130_downstream: Report error if pcie_chassis_add_slot() failed | Eduardo Habkost |
2017-09-08 | hw/pci: add QEMU-specific PCI capability to the Generic PCI Express Root Port | Aleksandr Bezzubikov |
2017-09-08 | hw/pci: introduce pcie-pci-bridge device | Aleksandr Bezzubikov |
2017-07-03 | pci: Convert shpc_init() to Error | Mao Zhongyi |
2017-07-03 | pci: Convert to realize | Mao Zhongyi |
2017-07-03 | pci: Make errp the last parameter of pci_add_capability() | Mao Zhongyi |
2017-07-03 | hw/pci-bridge/dec: Classify the DEC PCI bridge as bridge device | Thomas Huth |
2017-06-08 | hw/pcie: fix the generic pcie root port to support migration | Marcel Apfelbaum |
2017-05-18 | Merge remote-tracking branch 'mst/tags/for_upstream' into staging | Stefan Hajnoczi |
2017-05-18 | Revert "hw/pci: disable pci-bridge's shpc by default" | Marcel Apfelbaum |
2017-05-17 | qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable | Eduardo Habkost |
2017-02-02 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170202' into... | Peter Maydell |
2017-02-01 | hw/pci: disable pci-bridge's shpc by default | Marcel Apfelbaum |
2017-02-01 | pci: Convert msix_init() to Error and fix callers | Cao jin |
2017-02-01 | hw/pcie: Introduce Generic PCI Express Root Port | Marcel Apfelbaum |