Age | Commit message (Expand) | Author | Files | Lines |
2017-12-18 | misc: remove old i386 dependency | Philippe Mathieu-Daudé | 1 | -1/+0 |
2017-11-16 | hw/pcie-pci-bridge: restrict to X86 and ARM | Marcel Apfelbaum | 1 | -2/+2 |
2017-10-15 | hw/gen_pcie_root_port: make IO RO 0 on IO disabled | Marcel Apfelbaum | 1 | -0/+7 |
2017-10-15 | pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices | Eduardo Habkost | 4 | -0/+21 |
2017-10-15 | pci: Add INTERFACE_PCIE_DEVICE to all PCIe devices | Eduardo Habkost | 4 | -0/+13 |
2017-10-15 | hw/pci-bridge/pcie_pci_bridge: properly handle MSI unavailability case | Aleksandr Bezzubikov | 1 | -6/+18 |
2017-10-15 | pci: Set err to errp directly rather than through error_propagate() | Mao Zhongyi | 1 | -3/+1 |
2017-10-15 | xio3130_downstream: Report error if pcie_chassis_add_slot() failed | Eduardo Habkost | 1 | -0/+1 |
2017-09-08 | hw/pci: add QEMU-specific PCI capability to the Generic PCI Express Root Port | Aleksandr Bezzubikov | 1 | -0/+36 |
2017-09-08 | hw/pci: introduce pcie-pci-bridge device | Aleksandr Bezzubikov | 2 | -1/+193 |
2017-07-03 | pci: Convert shpc_init() to Error | Mao Zhongyi | 1 | -8/+6 |
2017-07-03 | pci: Convert to realize | Mao Zhongyi | 4 | -37/+32 |
2017-07-03 | pci: Make errp the last parameter of pci_add_capability() | Mao Zhongyi | 1 | -0/+1 |
2017-07-03 | hw/pci-bridge/dec: Classify the DEC PCI bridge as bridge device | Thomas Huth | 1 | -0/+2 |
2017-06-08 | hw/pcie: fix the generic pcie root port to support migration | Marcel Apfelbaum | 1 | -0/+25 |
2017-05-18 | Merge remote-tracking branch 'mst/tags/for_upstream' into staging | Stefan Hajnoczi | 1 | -1/+1 |
2017-05-18 | Revert "hw/pci: disable pci-bridge's shpc by default" | Marcel Apfelbaum | 1 | -1/+1 |
2017-05-17 | qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable | Eduardo Habkost | 2 | -2/+2 |
2017-02-02 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170202' into... | Peter Maydell | 1 | -1/+1 |
2017-02-01 | hw/pci: disable pci-bridge's shpc by default | Marcel Apfelbaum | 1 | -1/+1 |
2017-02-01 | pci: Convert msix_init() to Error and fix callers | Cao jin | 1 | -2/+1 |
2017-02-01 | hw/pcie: Introduce Generic PCI Express Root Port | Marcel Apfelbaum | 2 | -1/+89 |
2017-02-01 | hw/ioh3420: derive from PCI Express Root Port base class | Marcel Apfelbaum | 1 | -106/+15 |
2017-02-01 | hw/pcie: Introduce a base class for PCI Express Root Ports | Marcel Apfelbaum | 2 | -0/+172 |
2017-01-31 | pxb: Restrict to x86 | David Gibson | 1 | -1/+1 |
2017-01-24 | PCI/migration merge vmstate_pci_device and vmstate_pcie_device | Dr. David Alan Gilbert | 3 | -3/+3 |
2017-01-10 | pcie_aer: support configurable AER capa version | Dou Liyang | 3 | -3/+6 |
2017-01-10 | pcie_aer: Convert pcie_aer_init to Error | Cao jin | 3 | -3/+6 |
2016-10-28 | clean-up: removed duplicate #includes | Anand J | 1 | -1/+0 |
2016-07-29 | hw/pci-bridge: Convert pxb initialization functions to Error | Wei Jiangang | 1 | -27/+25 |
2016-07-29 | hw/pxb: declare pxb devices as not hot-pluggable | Marcel Apfelbaum | 1 | -0/+2 |
2016-07-29 | hw/pcie-root-port: Fix PCIe root port initialization | Marcel Apfelbaum | 1 | -0/+1 |
2016-07-12 | Clean up decorations and whitespace around header guards | Markus Armbruster | 1 | -1/+1 |
2016-07-12 | Clean up header guards that don't match their file name | Markus Armbruster | 1 | -2/+2 |
2016-07-12 | Drop Emacs local variables lists redundant with .dir-locals.el | Markus Armbruster | 3 | -28/+0 |
2016-07-05 | pci: Convert msi_init() to Error and fix callers to check it | Cao jin | 4 | -7/+31 |
2016-07-05 | pci bridge dev: change msi property type | Cao jin | 1 | -6/+7 |
2016-07-04 | q35: allow dynamic sysbus | Marcel Apfelbaum | 1 | -0/+2 |
2016-06-17 | fix some coding style problems | Cao jin | 4 | -2/+18 |
2016-04-07 | hw/pci-bridge: Add missing unref in case register-bus fails | Wei Jiangang | 1 | -1/+7 |
2016-04-07 | Migration: Add i82801b11 migration data | Dr. David Alan Gilbert | 1 | -0/+9 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 1 | -0/+1 |
2016-03-11 | pxb: cleanup | Cao jin | 1 | -1/+1 |
2016-03-11 | msi_supported -> msi_nonbroken | Michael S. Tsirkin | 1 | -1/+1 |
2016-02-19 | aer: impove pcie_aer_init to support vfio device | Chen Fan | 3 | -3/+3 |
2016-02-16 | change type of pci_bridge_initfn() to void | Cao jin | 5 | -24/+7 |
2016-02-16 | dec: convert to realize() | Cao jin | 1 | -3/+3 |
2016-02-06 | hw/pxb: add pxb devices to the bridge category | Marcel Apfelbaum | 1 | -0/+2 |
2016-01-29 | pci: Clean up includes | Peter Maydell | 6 | -0/+6 |
2016-01-29 | ppc: Clean up includes | Peter Maydell | 1 | -0/+1 |