1. 530a096 pcie_root_port: Add hotplug disabling option by Julia Suvorova · 5 years ago
  2. 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
  3. aa57020 numa: move numa global variable nb_numa_nodes into MachineState by Tao Xu · 6 years ago
  4. a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 6 years ago
  5. d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
  6. a58dfba pcie_root_port: Allow ACS to be disabled by Dr. David Alan Gilbert · 6 years ago
  7. 8e2e95e xio3130_downstream: typo fix by Michael S. Tsirkin · 6 years ago
  8. 2841ab4 pcie: check that slt ctrl changed before deleting by Michael S. Tsirkin · 6 years ago
  9. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  10. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  11. 91f4c99 pci: Make is_bridge a bool by David Gibson · 6 years ago
  12. b0e5196 pci: Simplify pci_bus_is_root() by David Gibson · 6 years ago
  13. d6c1bd4 kconfig: add dependencies on CONFIG_MSI_NONBROKEN by Paolo Bonzini · 6 years ago
  14. e07fb4b gen_pcie_root_port: Add ACS (Access Control Services) capability by Knut Omang · 6 years ago
  15. 58accbc i386-softmmu.mak: remove all CONFIG_* except boards definitions by Yang Zhong · 6 years ago
  16. 7c28b92 build: convert pci.mak to Kconfig by Paolo Bonzini · 6 years ago
  17. 82f5181 kconfig: introduce kconfig files by Paolo Bonzini · 6 years ago
  18. 8f560cd pci/shpc: perform unplug via the hotplug handler by David Hildenbrand · 6 years ago
  19. 62b7656 pci: Reuse pci-bridge hotplug handler handlers for pcie-pci-bridge by David Hildenbrand · 6 years ago
  20. 851fedf pci/shpc: rename hotplug handler callbacks by David Hildenbrand · 6 years ago
  21. a09d203 pcie: Fast PCIe root ports for new machines by Alex Williamson · 6 years ago
  22. c2a490e pcie: Allow generic PCIe root port to specify link speed and width by Alex Williamson · 6 years ago
  23. ea8cfdb pcie: Add link speed and width fields to PCIESlot by Alex Williamson · 6 years ago
  24. 9b27555 pci-bridge/dec: Convert sysbus init function to realize function by Mao Zhongyi · 6 years ago
  25. cd1f0ca hw/pci-bridge/ioh3420: Remove unuseful header by Philippe Mathieu-Daudé · 6 years ago
  26. c6329a2 hw/pci-bridge/xio3130: Remove unused functions by Philippe Mathieu-Daudé · 6 years ago
  27. 6755e61 hw/pci: add PCI resource reserve capability to legacy PCI bridge by Jing Liu · 7 years ago
  28. 9e89939 hw/pci: factor PCI reserve resources to a separate structure by Jing Liu · 7 years ago
  29. b734ed9 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 7 years ago
  30. e688df6 Include qapi/error.h exactly where needed by Markus Armbruster · 7 years ago
  31. d61a363 pci: removed the is_express field since a uniform interface was inserted by Yoni Bettan · 7 years ago
  32. 9d6b9db pci/bus: let it has higher migration priority by Peter Xu · 7 years ago
  33. ed247f4 pci-bridge/i82801b11: clear bridge registers on platform reset by Laszlo Ersek · 7 years ago
  34. bf85388 qdev: use device_class_set_parent_realize/unrealize/reset() by Philippe Mathieu-Daudé · 7 years ago
  35. 90302ad simba: rename PBMPCIBridge and QOM types to reflect simba naming by Mark Cave-Ayland · 7 years ago
  36. ffd9589 apb: split simba PCI bridge into hw/pci-bridge/simba.c by Mark Cave-Ayland · 7 years ago
  37. fced4d0 hw/pci-bridge: fix QEMU crash because of pcie-root-port by Marcel Apfelbaum · 7 years ago
  38. acc95bc Merge remote-tracking branch 'origin/master' into HEAD by Michael S. Tsirkin · 7 years ago
  39. 09db4d3 misc: remove old i386 dependency by Philippe Mathieu-Daudé · 7 years ago
  40. fd56e06 pci: Eliminate redundant PCIDevice::bus pointer by David Gibson · 7 years ago
  41. 1115ff6 pci: Rename root bus initialization functions for clarity by David Gibson · 7 years ago
  42. 2d0f99e hw/pcie-pci-bridge: restrict to X86 and ARM by Marcel Apfelbaum · 7 years ago
  43. 8e36c33 hw/gen_pcie_root_port: make IO RO 0 on IO disabled by Marcel Apfelbaum · 7 years ago
  44. fd3b02c pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices by Eduardo Habkost · 7 years ago
  45. 71d7876 pci: Add INTERFACE_PCIE_DEVICE to all PCIe devices by Eduardo Habkost · 7 years ago
  46. d659d94 hw/pci-bridge/pcie_pci_bridge: properly handle MSI unavailability case by Aleksandr Bezzubikov · 7 years ago
  47. 06592d7 pci: Set err to errp directly rather than through error_propagate() by Mao Zhongyi · 8 years ago
  48. 8b3d263 xio3130_downstream: Report error if pcie_chassis_add_slot() failed by Eduardo Habkost · 8 years ago
  49. 226263f hw/pci: add QEMU-specific PCI capability to the Generic PCI Express Root Port by Aleksandr Bezzubikov · 8 years ago
  50. a35fe22 hw/pci: introduce pcie-pci-bridge device by Aleksandr Bezzubikov · 8 years ago
  51. 344475e pci: Convert shpc_init() to Error by Mao Zhongyi · 8 years ago
  52. f8cd1b0 pci: Convert to realize by Mao Zhongyi · 8 years ago
  53. 9a7c2a5 pci: Make errp the last parameter of pci_add_capability() by Mao Zhongyi · 8 years ago
  54. ba94971 hw/pci-bridge/dec: Classify the DEC PCI bridge as bridge device by Thomas Huth · 8 years ago
  55. bc277a5 hw/pcie: fix the generic pcie root port to support migration by Marcel Apfelbaum · 8 years ago
  56. adb354d Merge remote-tracking branch 'mst/tags/for_upstream' into staging by Stefan Hajnoczi · 8 years ago
  57. 2fa3566 Revert "hw/pci: disable pci-bridge's shpc by default" by Marcel Apfelbaum · 8 years ago
  58. e90f2a8 qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable by Eduardo Habkost · 8 years ago
  59. 5459ef3 Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170202' into staging by Peter Maydell · 8 years ago
  60. dc0ae76 hw/pci: disable pci-bridge's shpc by default by Marcel Apfelbaum · 8 years ago
  61. ee640c6 pci: Convert msix_init() to Error and fix callers by Cao jin · 8 years ago
  62. f7d6f3f hw/pcie: Introduce Generic PCI Express Root Port by Marcel Apfelbaum · 8 years ago
  63. fed23cb hw/ioh3420: derive from PCI Express Root Port base class by Marcel Apfelbaum · 8 years ago
  64. 9d5154d hw/pcie: Introduce a base class for PCI Express Root Ports by Marcel Apfelbaum · 8 years ago
  65. ef29122 pxb: Restrict to x86 by David Gibson · 8 years ago
  66. 20daa90 PCI/migration merge vmstate_pci_device and vmstate_pcie_device by Dr. David Alan Gilbert · 8 years ago
  67. f18c697 pcie_aer: support configurable AER capa version by Dou Liyang · 8 years ago
  68. 33848ce pcie_aer: Convert pcie_aer_init to Error by Cao jin · 8 years ago
  69. 814bb12 clean-up: removed duplicate #includes by Anand J · 8 years ago
  70. 86395eb hw/pci-bridge: Convert pxb initialization functions to Error by Wei Jiangang · 9 years ago
  71. 7b346c7 hw/pxb: declare pxb devices as not hot-pluggable by Marcel Apfelbaum · 9 years ago
  72. 2c533c5 hw/pcie-root-port: Fix PCIe root port initialization by Marcel Apfelbaum · 9 years ago
  73. 175de52 Clean up decorations and whitespace around header guards by Markus Armbruster · 9 years ago
  74. 121d071 Clean up header guards that don't match their file name by Markus Armbruster · 9 years ago
  75. 85aad98 Drop Emacs local variables lists redundant with .dir-locals.el by Markus Armbruster · 9 years ago
  76. 1108b2f pci: Convert msi_init() to Error and fix callers to check it by Cao jin · 9 years ago
  77. 69b205b pci bridge dev: change msi property type by Cao jin · 9 years ago
  78. bf8d492 q35: allow dynamic sysbus by Marcel Apfelbaum · 9 years ago
  79. 52ea63d fix some coding style problems by Cao jin · 9 years ago
  80. 2e4278b hw/pci-bridge: Add missing unref in case register-bus fails by Wei Jiangang · 9 years ago
  81. 3d100d0 Migration: Add i82801b11 migration data by Dr. David Alan Gilbert · 9 years ago
  82. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  83. f9735fd pxb: cleanup by Cao jin · 9 years ago
  84. 226419d msi_supported -> msi_nonbroken by Michael S. Tsirkin · 9 years ago
  85. 8d86ada aer: impove pcie_aer_init to support vfio device by Chen Fan · 9 years ago
  86. 9cfaa00 change type of pci_bridge_initfn() to void by Cao jin · 9 years ago
  87. 33c28f3 dec: convert to realize() by Cao jin · 9 years ago
  88. 13d11b0 hw/pxb: add pxb devices to the bridge category by Marcel Apfelbaum · 9 years ago
  89. 97d5408 pci: Clean up includes by Peter Maydell · 9 years ago
  90. 0d75590 ppc: Clean up includes by Peter Maydell · 9 years ago
  91. 02b0743 hw/pxb: introduce pxb-pcie expander for PCIe machines by Marcel Apfelbaum · 9 years ago
  92. 48ea3de hw/pci-bridge: format special OFW unit address for PXB host by Laszlo Ersek · 10 years ago
  93. d10dda2 hw/pci-bridge: disable SHPC in PXB by Laszlo Ersek · 10 years ago
  94. 4e5c9bf hw/pci-bridge: introduce "shpc" property by Laszlo Ersek · 10 years ago
  95. 7a7c6a4 hw/pci-bridge: add macro for "msi" property by Laszlo Ersek · 10 years ago
  96. 3cf0ecb hw/pci-bridge: add macro for "chassis_nr" property by Laszlo Ersek · 10 years ago
  97. 0034e56 hw/pci-bridge: expose _test parameter in SHPC_VMSTATE() by Laszlo Ersek · 10 years ago
  98. eb6c6a6 add pci-bridge-seat by Gerd Hoffmann · 10 years ago
  99. 0e79e51 hw/pxb: add numa_node parameter by Marcel Apfelbaum · 10 years ago
  100. 0639b00 hw/pxb: add map_irq func by Marcel Apfelbaum · 10 years ago