diff options
author | Ben Widawsky | 2022-04-29 16:40:26 +0200 |
---|---|---|
committer | Michael S. Tsirkin | 2022-05-13 12:13:35 +0200 |
commit | cf04aba2a9d276336c45d2434f94458838a01034 (patch) | |
tree | 5dc679c4257cef9ee5f30ab7b0ab9a6c52046cd9 /MAINTAINERS | |
parent | intel-iommu: correct the value used for error_setg_errno() (diff) | |
download | qemu-cf04aba2a9d276336c45d2434f94458838a01034.tar.gz qemu-cf04aba2a9d276336c45d2434f94458838a01034.tar.xz qemu-cf04aba2a9d276336c45d2434f94458838a01034.zip |
hw/pci/cxl: Add a CXL component type (interface)
A CXL component is a hardware entity that implements CXL component
registers from the CXL 2.0 spec (8.2.3). Currently these represent 3
general types.
1. Host Bridge
2. Ports (root, upstream, downstream)
3. Devices (memory, other)
A CXL component can be conceptually thought of as a PCIe device with
extra functionality when enumerated and enabled. For this reason, CXL
does here, and will continue to add on to existing PCI code paths.
Host bridges will typically need to be handled specially and so they can
implement this newly introduced interface or not. All other components
should implement this interface. Implementing this interface allows the
core PCI code to treat these devices as special where appropriate.
Signed-off-by: Ben Widawsky <ben.widawsky@intel.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Adam Manzanares <a.manzanares@samsung.com>
Message-Id: <20220429144110.25167-2-Jonathan.Cameron@huawei.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions