Re: [PATCH v3 6/6] hw/cxl: Add clear poison mailbox command support.

2023-03-03 Thread Jonathan Cameron via
On Thu, 2 Mar 2023 17:05:22 -0800 Ira Weiny wrote: > Jonathan Cameron wrote: > > Current implementation is very simple so many of the corner > > cases do not exist (e.g. fragmenting larger poison list entries) > > > > Signed-off-by: Jonathan Cameron > > --- > > v2: > > - Endian fix > > --- > >

Re: [PATCH v3 6/6] hw/cxl: Add clear poison mailbox command support.

2023-03-02 Thread Ira Weiny
Jonathan Cameron wrote: > Current implementation is very simple so many of the corner > cases do not exist (e.g. fragmenting larger poison list entries) > > Signed-off-by: Jonathan Cameron > --- > v2: > - Endian fix > --- > hw/cxl/cxl-mailbox-utils.c | 79 + >

[PATCH v3 6/6] hw/cxl: Add clear poison mailbox command support.

2023-03-02 Thread Jonathan Cameron via
Current implementation is very simple so many of the corner cases do not exist (e.g. fragmenting larger poison list entries) Signed-off-by: Jonathan Cameron --- v2: - Endian fix --- hw/cxl/cxl-mailbox-utils.c | 79 + hw/mem/cxl_type3.c | 36 +