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

2021-01-06 Thread Ben Widawsky
On 21-01-06 17:06:41, Jonathan Cameron wrote: > On Wed, 6 Jan 2021 08:49:48 -0800 > Ben Widawsky wrote: > > > On 21-01-06 13:28:05, Jonathan Cameron wrote: > > > On Tue, 5 Jan 2021 08:52:56 -0800 > > > Ben Widawsky wrote: > > > > > > > This implements all device MMIO up to the first capabilit

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

2021-01-06 Thread Jonathan Cameron
On Wed, 6 Jan 2021 08:49:48 -0800 Ben Widawsky wrote: > On 21-01-06 13:28:05, Jonathan Cameron wrote: > > On Tue, 5 Jan 2021 08:52:56 -0800 > > Ben Widawsky wrote: > > > > > This implements all device MMIO up to the first capability .That > > > includes the CXL Device Capabilities Array Regis

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

2021-01-06 Thread Ben Widawsky
On 21-01-06 13:28:05, Jonathan Cameron wrote: > On Tue, 5 Jan 2021 08:52:56 -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.

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

2021-01-06 Thread Jonathan Cameron
On Tue, 5 Jan 2021 08:52:56 -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 the

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

2021-01-05 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. v2: Break out register alignment checks (Jo