Age | Commit message (Expand) | Author |
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 |
2017-02-01 | hw/ioh3420: derive from PCI Express Root Port base class | Marcel Apfelbaum |
2017-02-01 | hw/pcie: Introduce a base class for PCI Express Root Ports | Marcel Apfelbaum |
2017-01-31 | pxb: Restrict to x86 | David Gibson |
2017-01-24 | PCI/migration merge vmstate_pci_device and vmstate_pcie_device | Dr. David Alan Gilbert |
2017-01-10 | pcie_aer: support configurable AER capa version | Dou Liyang |
2017-01-10 | pcie_aer: Convert pcie_aer_init to Error | Cao jin |
2016-10-28 | clean-up: removed duplicate #includes | Anand J |
2016-07-29 | hw/pci-bridge: Convert pxb initialization functions to Error | Wei Jiangang |
2016-07-29 | hw/pxb: declare pxb devices as not hot-pluggable | Marcel Apfelbaum |
2016-07-29 | hw/pcie-root-port: Fix PCIe root port initialization | Marcel Apfelbaum |
2016-07-12 | Clean up decorations and whitespace around header guards | Markus Armbruster |
2016-07-12 | Clean up header guards that don't match their file name | Markus Armbruster |
2016-07-12 | Drop Emacs local variables lists redundant with .dir-locals.el | Markus Armbruster |
2016-07-05 | pci: Convert msi_init() to Error and fix callers to check it | Cao jin |
2016-07-05 | pci bridge dev: change msi property type | Cao jin |
2016-07-04 | q35: allow dynamic sysbus | Marcel Apfelbaum |
2016-06-17 | fix some coding style problems | Cao jin |
2016-04-07 | hw/pci-bridge: Add missing unref in case register-bus fails | Wei Jiangang |
2016-04-07 | Migration: Add i82801b11 migration data | Dr. David Alan Gilbert |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-03-11 | pxb: cleanup | Cao jin |
2016-03-11 | msi_supported -> msi_nonbroken | Michael S. Tsirkin |
2016-02-19 | aer: impove pcie_aer_init to support vfio device | Chen Fan |
2016-02-16 | change type of pci_bridge_initfn() to void | Cao jin |