Age | Commit message (Expand) | Author | Files | Lines |
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 |
2015-12-22 | hw/pxb: introduce pxb-pcie expander for PCIe machines | Marcel Apfelbaum | 1 | -15/+83 |
2015-06-23 | hw/pci-bridge: format special OFW unit address for PXB host | Laszlo Ersek | 1 | -0/+53 |
2015-06-23 | hw/pci-bridge: disable SHPC in PXB | Laszlo Ersek | 1 | -0/+1 |
2015-06-23 | hw/pci-bridge: introduce "shpc" property | Laszlo Ersek | 1 | -16/+70 |
2015-06-23 | hw/pci-bridge: add macro for "msi" property | Laszlo Ersek | 1 | -1/+2 |
2015-06-23 | hw/pci-bridge: add macro for "chassis_nr" property | Laszlo Ersek | 2 | -2/+4 |
2015-06-23 | hw/pci-bridge: expose _test parameter in SHPC_VMSTATE() | Laszlo Ersek | 1 | -1/+1 |
2015-06-23 | add pci-bridge-seat | Gerd Hoffmann | 1 | -1/+24 |
2015-06-03 | hw/pxb: add numa_node parameter | Marcel Apfelbaum | 1 | -0/+17 |
2015-06-03 | hw/pxb: add map_irq func | Marcel Apfelbaum | 1 | -1/+19 |
2015-06-03 | hw/pci: introduce PCI Expander Bridge (PXB) | Marcel Apfelbaum | 2 | -0/+197 |
2015-04-30 | pci: Remove unused function ich9_d2pbr_init() | Thomas Huth | 1 | -21/+0 |
2015-03-09 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 1 | -3/+2 |
2015-02-27 | Add specific config options for PCI-E bridges | David Gibson | 1 | -2/+3 |
2015-02-26 | pci: Trivial device model conversions to realize | Markus Armbruster | 1 | -3/+2 |
2015-02-16 | pci: split shpc_cleanup and shpc_free | Paolo Bonzini | 1 | -4/+10 |
2014-10-15 | qdev: HotplugHandler: Rename unplug callback to unplug_request | Igor Mammedov | 1 | -1/+1 |
2014-09-02 | ioh3420: remove unused ioh3420_init() declaration | Gonglei | 1 | -4/+0 |