- 883f2c5 bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx by Philippe Mathieu-Daudé · 2 years, 2 months ago
- 65c326c include/hw/cxl: Move typedef PXBDev to cxl.h, and put it to use by Markus Armbruster · 2 years, 2 months ago
- 674b0a5 include/hw/pci: Break inclusion loop pci_bridge.h and cxl.h by Markus Armbruster · 2 years, 2 months ago
- ad49427 pci: drop redundant PCIDeviceClass::is_bridge field by Igor Mammedov · 2 years, 3 months ago
- b1fbf24 remove DEC 21154 PCI bridge by Igor Mammedov · 2 years, 3 months ago
- f4c636b pci: Convert child classes of TYPE_PCIE_ROOT_PORT to 3-phase reset by Peter Maydell · 2 years, 3 months ago
- bb27210 pci: Convert TYPE_PCIE_ROOT_PORT to 3-phase reset by Peter Maydell · 2 years, 3 months ago
- 882877f hw/pci-bridge/cxl-upstream: Add a CDAT table access DOE by Jonathan Cameron · 2 years, 5 months ago
- 18cef1c pci-bridge/cxl_downstream: Add a CXL switch downstream port by Jonathan Cameron · 2 years, 9 months ago
- 638b752 pci-bridge/cxl_upstream: Add a CXL switch upstream port by Jonathan Cameron · 2 years, 9 months ago
- 7bd1900 pci/pci_expander_bridge: For CXL HB delay the HB register memory region setup. by Jonathan Cameron · 2 years, 9 months ago
- 03b39fc hw/cxl: Make the CXL fixed memory window setup a machine parameter. by Jonathan Cameron · 2 years, 9 months ago
- 0b4aec2 CXL/cxl_component: Add cxl_get_hb_cstate() by Jonathan Cameron · 2 years, 10 months ago
- 3d6a69b acpi/cxl: Create the CEDT (9.14.1) by Ben Widawsky · 2 years, 10 months ago
- 6e4e3ae hw/cxl/component: Implement host bridge MMIO (8.2.5, table 142) by Ben Widawsky · 2 years, 10 months ago
- d86d301 hw/cxl/rp: Add a root port by Ben Widawsky · 2 years, 10 months ago
- 4f8db87 hw/pxb: Allow creation of a CXL PXB (host bridge) by Ben Widawsky · 2 years, 10 months ago
- 9dccb12 hw/pci/cxl: Create a CXL bus type by Ben Widawsky · 2 years, 10 months ago
- 25a2e52 hw/pxb: Use a type for realizing expanders by Ben Widawsky · 2 years, 10 months ago
- c41481a pci: expose TYPE_XIO3130_DOWNSTREAM name by Igor Mammedov · 3 years ago
- a105813 pci-bridge/xio3130_downstream: Fix error handling by Jonathan Cameron · 3 years ago
- 16ddcbd pci-bridge/xio3130_upstream: Fix error handling by Jonathan Cameron · 3 years ago
- e609301 hw/pci-bridge/pxb: Fix missing swizzle by Jonathan Cameron · 3 years, 1 month ago
- 163f384 qdev: Make DeviceState.id independent of QemuOpts by Kevin Wolf · 3 years, 5 months ago
- e2a6290 hw/pcie-root-port: Fix hotplug for PCI devices requiring IO by Marcel Apfelbaum · 3 years, 7 months ago
- 91528f4 hw/pxb: Add a bypass iommu property by Xingang Wang · 3 years, 8 months ago
- cc9346e Kconfig: Compile PXB for ARM_VIRT by Jiahui Cen · 4 years, 2 months ago
- ce35e22 qdev: Move softmmu properties to qdev-properties-system.h by Eduardo Habkost · 4 years, 3 months ago
- 61f3c91 nomaintainer: Fix Lesser GPL version number by Chetan Pant · 4 years, 4 months ago
- 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 6 months ago
- 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 6 months ago
- db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 6 months ago
- ea7e9b5 meson: convert hw/pci-bridge by Marc-André Lureau · 6 years ago
- 3c6ef47 sysbus: Convert to sysbus_realize() etc. with Coccinelle by Markus Armbruster · 4 years, 9 months ago
- 9307d06 pci: Convert uses of pci_create() etc. with Coccinelle by Markus Armbruster · 4 years, 9 months ago
- df70796 qdev: Convert uses of qdev_create() manually by Markus Armbruster · 4 years, 9 months ago
- 3e80f69 qdev: Convert uses of qdev_create() with Coccinelle by Markus Armbruster · 4 years, 9 months ago
- a1cf0c7 hw/pci-bridge/dec: Remove dead debug code by Philippe Mathieu-Daudé · 4 years, 9 months ago
- 530a096 pcie_root_port: Add hotplug disabling option by Julia Suvorova · 5 years ago
- 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
- aa57020 numa: move numa global variable nb_numa_nodes into MachineState by Tao Xu · 6 years ago
- a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 6 years ago
- d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
- a58dfba pcie_root_port: Allow ACS to be disabled by Dr. David Alan Gilbert · 6 years ago
- 8e2e95e xio3130_downstream: typo fix by Michael S. Tsirkin · 6 years ago
- 2841ab4 pcie: check that slt ctrl changed before deleting by Michael S. Tsirkin · 6 years ago
- a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
- 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
- 91f4c99 pci: Make is_bridge a bool by David Gibson · 6 years ago
- b0e5196 pci: Simplify pci_bus_is_root() by David Gibson · 6 years ago
- d6c1bd4 kconfig: add dependencies on CONFIG_MSI_NONBROKEN by Paolo Bonzini · 6 years ago
- e07fb4b gen_pcie_root_port: Add ACS (Access Control Services) capability by Knut Omang · 6 years ago
- 58accbc i386-softmmu.mak: remove all CONFIG_* except boards definitions by Yang Zhong · 6 years ago
- 7c28b92 build: convert pci.mak to Kconfig by Paolo Bonzini · 6 years ago
- 82f5181 kconfig: introduce kconfig files by Paolo Bonzini · 6 years ago
- 8f560cd pci/shpc: perform unplug via the hotplug handler by David Hildenbrand · 6 years ago
- 62b7656 pci: Reuse pci-bridge hotplug handler handlers for pcie-pci-bridge by David Hildenbrand · 6 years ago
- 851fedf pci/shpc: rename hotplug handler callbacks by David Hildenbrand · 6 years ago
- a09d203 pcie: Fast PCIe root ports for new machines by Alex Williamson · 6 years ago
- c2a490e pcie: Allow generic PCIe root port to specify link speed and width by Alex Williamson · 6 years ago
- ea8cfdb pcie: Add link speed and width fields to PCIESlot by Alex Williamson · 6 years ago
- 9b27555 pci-bridge/dec: Convert sysbus init function to realize function by Mao Zhongyi · 6 years ago
- cd1f0ca hw/pci-bridge/ioh3420: Remove unuseful header by Philippe Mathieu-Daudé · 6 years ago
- c6329a2 hw/pci-bridge/xio3130: Remove unused functions by Philippe Mathieu-Daudé · 6 years ago
- 6755e61 hw/pci: add PCI resource reserve capability to legacy PCI bridge by Jing Liu · 7 years ago
- 9e89939 hw/pci: factor PCI reserve resources to a separate structure by Jing Liu · 7 years ago
- b734ed9 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 7 years ago
- e688df6 Include qapi/error.h exactly where needed by Markus Armbruster · 7 years ago
- d61a363 pci: removed the is_express field since a uniform interface was inserted by Yoni Bettan · 7 years ago
- 9d6b9db pci/bus: let it has higher migration priority by Peter Xu · 7 years ago
- ed247f4 pci-bridge/i82801b11: clear bridge registers on platform reset by Laszlo Ersek · 7 years ago
- bf85388 qdev: use device_class_set_parent_realize/unrealize/reset() by Philippe Mathieu-Daudé · 7 years ago
- 90302ad simba: rename PBMPCIBridge and QOM types to reflect simba naming by Mark Cave-Ayland · 7 years ago
- ffd9589 apb: split simba PCI bridge into hw/pci-bridge/simba.c by Mark Cave-Ayland · 7 years ago
- fced4d0 hw/pci-bridge: fix QEMU crash because of pcie-root-port by Marcel Apfelbaum · 7 years ago
- acc95bc Merge remote-tracking branch 'origin/master' into HEAD by Michael S. Tsirkin · 7 years ago
- 09db4d3 misc: remove old i386 dependency by Philippe Mathieu-Daudé · 7 years ago
- fd56e06 pci: Eliminate redundant PCIDevice::bus pointer by David Gibson · 7 years ago
- 1115ff6 pci: Rename root bus initialization functions for clarity by David Gibson · 7 years ago
- 2d0f99e hw/pcie-pci-bridge: restrict to X86 and ARM by Marcel Apfelbaum · 7 years ago
- 8e36c33 hw/gen_pcie_root_port: make IO RO 0 on IO disabled by Marcel Apfelbaum · 7 years ago
- fd3b02c pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices by Eduardo Habkost · 7 years ago
- 71d7876 pci: Add INTERFACE_PCIE_DEVICE to all PCIe devices by Eduardo Habkost · 7 years ago
- d659d94 hw/pci-bridge/pcie_pci_bridge: properly handle MSI unavailability case by Aleksandr Bezzubikov · 7 years ago
- 06592d7 pci: Set err to errp directly rather than through error_propagate() by Mao Zhongyi · 7 years ago
- 8b3d263 xio3130_downstream: Report error if pcie_chassis_add_slot() failed by Eduardo Habkost · 8 years ago
- 226263f hw/pci: add QEMU-specific PCI capability to the Generic PCI Express Root Port by Aleksandr Bezzubikov · 8 years ago
- a35fe22 hw/pci: introduce pcie-pci-bridge device by Aleksandr Bezzubikov · 8 years ago
- 344475e pci: Convert shpc_init() to Error by Mao Zhongyi · 8 years ago
- f8cd1b0 pci: Convert to realize by Mao Zhongyi · 8 years ago
- 9a7c2a5 pci: Make errp the last parameter of pci_add_capability() by Mao Zhongyi · 8 years ago
- ba94971 hw/pci-bridge/dec: Classify the DEC PCI bridge as bridge device by Thomas Huth · 8 years ago
- bc277a5 hw/pcie: fix the generic pcie root port to support migration by Marcel Apfelbaum · 8 years ago
- adb354d Merge remote-tracking branch 'mst/tags/for_upstream' into staging by Stefan Hajnoczi · 8 years ago
- 2fa3566 Revert "hw/pci: disable pci-bridge's shpc by default" by Marcel Apfelbaum · 8 years ago
- e90f2a8 qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable by Eduardo Habkost · 8 years ago
- 5459ef3 Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170202' into staging by Peter Maydell · 8 years ago
- dc0ae76 hw/pci: disable pci-bridge's shpc by default by Marcel Apfelbaum · 8 years ago
- ee640c6 pci: Convert msix_init() to Error and fix callers by Cao jin · 8 years ago
- f7d6f3f hw/pcie: Introduce Generic PCI Express Root Port by Marcel Apfelbaum · 8 years ago