Re: [PULL 04/53] hw/cxl: Add clear poison mailbox command support.

2024-05-31 Thread Ira Weiny
Peter Maydell wrote: > Ping! This looks like it should be an easy one-liner fix > for a Coverity-detected read-from-bogus-memory bug -- > could one of the CXL folks have a look at it and send > a patch, please ? Done. Jonathan could you double check I only compile tested. I think you are

Re: [PULL 04/53] hw/cxl: Add clear poison mailbox command support.

2024-05-31 Thread Peter Maydell
Ping! This looks like it should be an easy one-liner fix for a Coverity-detected read-from-bogus-memory bug -- could one of the CXL folks have a look at it and send a patch, please ? thanks -- PMM On Fri, 3 May 2024 at 13:45, Peter Maydell wrote: > > On Mon, 26 Jun 2023 at 13:28, Michael S.

Re: [PULL 04/53] hw/cxl: Add clear poison mailbox command support.

2024-05-03 Thread Peter Maydell
On Mon, 26 Jun 2023 at 13:28, Michael S. Tsirkin wrote: > > From: Jonathan Cameron > > Current implementation is very simple so many of the corner > cases do not exist (e.g. fragmenting larger poison list entries) Hi; Coverity has just spotted what looks like a bug in this function (CID

[PULL 04/53] hw/cxl: Add clear poison mailbox command support.

2023-06-26 Thread Michael S. Tsirkin
From: Jonathan Cameron Current implementation is very simple so many of the corner cases do not exist (e.g. fragmenting larger poison list entries) Reviewed-by: Fan Ni Reviewed-by: Ira Weiny Signed-off-by: Jonathan Cameron Message-Id: <20230526170010.574-5-jonathan.came...@huawei.com>