Age | Commit message (Expand) | Author |
2024-03-12 | hw/pci-bridge/pxb-cxl: Drop RAS capability from host bridge. | Jonathan Cameron |
2023-09-20 | hw/pci: spelling fixes | Michael Tokarev |
2023-04-24 | hw/pci-bridge: Make PCIe and CXL PXB Devices inherit from TYPE_PXB_DEV | Jonathan Cameron |
2023-04-24 | hw/pci-bridge: pci_expander_bridge fix type in pxb_cxl_dev_reset() | Jonathan Cameron |
2023-03-07 | hw/pxb-cxl: Support passthrough HDM Decoders unless overridden | Jonathan Cameron |
2023-01-18 | bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx | Philippe Mathieu-Daudé |
2023-01-08 | include/hw/cxl: Move typedef PXBDev to cxl.h, and put it to use | Markus Armbruster |
2022-06-09 | pci/pci_expander_bridge: For CXL HB delay the HB register memory region setup. | Jonathan Cameron |
2022-06-09 | hw/cxl: Make the CXL fixed memory window setup a machine parameter. | Jonathan Cameron |
2022-05-13 | CXL/cxl_component: Add cxl_get_hb_cstate() | Jonathan Cameron |
2022-05-13 | acpi/cxl: Create the CEDT (9.14.1) | Ben Widawsky |
2022-05-13 | hw/cxl/component: Implement host bridge MMIO (8.2.5, table 142) | Ben Widawsky |
2022-05-13 | hw/pxb: Allow creation of a CXL PXB (host bridge) | Ben Widawsky |
2022-05-13 | hw/pci/cxl: Create a CXL bus type | Ben Widawsky |
2022-05-13 | hw/pxb: Use a type for realizing expanders | Ben Widawsky |
2022-03-06 | hw/pci-bridge/pxb: Fix missing swizzle | Jonathan Cameron |
2021-10-15 | qdev: Make DeviceState.id independent of QemuOpts | Kevin Wolf |
2021-07-16 | hw/pxb: Add a bypass iommu property | Xingang Wang |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost |
2020-06-15 | sysbus: Convert to sysbus_realize() etc. with Coccinelle | Markus Armbruster |
2020-06-15 | qdev: Convert uses of qdev_create() manually | Markus Armbruster |
2020-06-15 | qdev: Convert uses of qdev_create() with Coccinelle | Markus Armbruster |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau |
2019-09-03 | numa: move numa global variable nb_numa_nodes into MachineState | Tao Xu |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2019-05-20 | pci: Simplify pci_bus_is_root() | David Gibson |
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-10-15 | pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices | Eduardo Habkost |
2017-05-17 | qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable | Eduardo Habkost |
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-04 | q35: allow dynamic sysbus | Marcel Apfelbaum |
2016-04-07 | hw/pci-bridge: Add missing unref in case register-bus fails | Wei Jiangang |
2016-03-11 | pxb: cleanup | Cao jin |
2016-02-06 | hw/pxb: add pxb devices to the bridge category | Marcel Apfelbaum |
2016-01-29 | pci: Clean up includes | Peter Maydell |
2015-12-22 | hw/pxb: introduce pxb-pcie expander for PCIe machines | Marcel Apfelbaum |
2015-06-23 | hw/pci-bridge: format special OFW unit address for PXB host | Laszlo Ersek |
2015-06-23 | hw/pci-bridge: disable SHPC in PXB | Laszlo Ersek |
2015-06-23 | hw/pci-bridge: add macro for "chassis_nr" property | Laszlo Ersek |
2015-06-03 | hw/pxb: add numa_node parameter | Marcel Apfelbaum |
2015-06-03 | hw/pxb: add map_irq func | Marcel Apfelbaum |
2015-06-03 | hw/pci: introduce PCI Expander Bridge (PXB) | Marcel Apfelbaum |