Re: [RFC PATCH 05/25] hw/cxl/device: Implement the CAP array (8.2.8.1-2)

2020-11-16 Thread Ben Widawsky
On 20-11-16 13:11:19, Jonathan Cameron wrote: > On Tue, 10 Nov 2020 21:47:04 -0800 > Ben Widawsky wrote: > > > 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

Re: [RFC PATCH 05/25] hw/cxl/device: Implement the CAP array (8.2.8.1-2)

2020-11-16 Thread Jonathan Cameron
On Tue, 10 Nov 2020 21:47:04 -0800 Ben Widawsky wrote: > 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

[RFC PATCH 05/25] hw/cxl/device: Implement the CAP array (8.2.8.1-2)

2020-11-10 Thread Ben Widawsky
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. Signed-off-by: Ben Widawsky ---