mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
hw/cxl/device: Implement the CAP array (8.2.8.1-2)
This implements all device MMIO up to the first capability. That includes the CXL Device Capabilities Array Register, as well as all of the CXL Device Capability Header Registers. The latter are filled in as they are implemented in the following patches. Endianness and alignment are managed by softmmu memory core. 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> Message-Id: <20220429144110.25167-6-Jonathan.Cameron@huawei.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
cd90126b4c
commit
6364adacdf
3 changed files with 140 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
softmmu_ss.add(when: 'CONFIG_CXL',
|
||||
if_true: files(
|
||||
'cxl-component-utils.c',
|
||||
'cxl-device-utils.c',
|
||||
))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue