Re: [PATCH 1/2] hw/cxl: Add utility functions decoder interleave ways and target count.

2023-09-07 Thread Jonathan Cameron via
On Tue, 5 Sep 2023 18:55:23 +0200 Philippe Mathieu-Daudé wrote: > On 5/9/23 17:06, Jonathan Cameron wrote: > > On Tue, 5 Sep 2023 15:56:39 +0100 > > Jonathan Cameron via wrote: > > > >> On Mon, 4 Sep 2023 20:26:59 +0200 > >> Philippe Mathieu-Daudé wrote: > >> > >>> On 4/9/23 18:47, Jonatha

Re: [PATCH 1/2] hw/cxl: Add utility functions decoder interleave ways and target count.

2023-09-05 Thread Philippe Mathieu-Daudé
On 5/9/23 17:06, Jonathan Cameron wrote: On Tue, 5 Sep 2023 15:56:39 +0100 Jonathan Cameron via wrote: On Mon, 4 Sep 2023 20:26:59 +0200 Philippe Mathieu-Daudé wrote: On 4/9/23 18:47, Jonathan Cameron wrote: As an encoded version of these key configuration parameters is a register, provide

Re: [PATCH 1/2] hw/cxl: Add utility functions decoder interleave ways and target count.

2023-09-05 Thread Jonathan Cameron via
On Tue, 5 Sep 2023 15:56:39 +0100 Jonathan Cameron via wrote: > On Mon, 4 Sep 2023 20:26:59 +0200 > Philippe Mathieu-Daudé wrote: > > > On 4/9/23 18:47, Jonathan Cameron wrote: > > > As an encoded version of these key configuration parameters is > > > a register, provide functions to extract

Re: [PATCH 1/2] hw/cxl: Add utility functions decoder interleave ways and target count.

2023-09-05 Thread Jonathan Cameron via
On Mon, 4 Sep 2023 20:26:59 +0200 Philippe Mathieu-Daudé wrote: > On 4/9/23 18:47, Jonathan Cameron wrote: > > As an encoded version of these key configuration parameters is > > a register, provide functions to extract it again so as to avoid > > the need for duplicating the storage. > > > > Sig

Re: [PATCH 1/2] hw/cxl: Add utility functions decoder interleave ways and target count.

2023-09-04 Thread Philippe Mathieu-Daudé
On 4/9/23 18:47, Jonathan Cameron wrote: As an encoded version of these key configuration parameters is a register, provide functions to extract it again so as to avoid the need for duplicating the storage. Signed-off-by: Jonathan Cameron --- include/hw/cxl/cxl_component.h | 14 ++

[PATCH 1/2] hw/cxl: Add utility functions decoder interleave ways and target count.

2023-09-04 Thread Jonathan Cameron via
As an encoded version of these key configuration parameters is a register, provide functions to extract it again so as to avoid the need for duplicating the storage. Signed-off-by: Jonathan Cameron --- include/hw/cxl/cxl_component.h | 14 ++ hw/cxl/cxl-component-utils.c | 17 ++