Re: [RFC PATCH 3/6] hw/cxl/cxl-events: Add CXL mock events

2022-12-21 Thread Ira Weiny
On Mon, Dec 19, 2022 at 10:07:23AM +, Jonathan Cameron wrote: > On Mon, 10 Oct 2022 15:29:41 -0700 > ira.we...@intel.com wrote: > > > From: Ira Weiny > > > > To facilitate testing of guest software add mock events and code to > > support iterating through the event logs. > > > > Signed-off-

Re: [RFC PATCH 3/6] hw/cxl/cxl-events: Add CXL mock events

2022-12-19 Thread Jonathan Cameron via
On Mon, 10 Oct 2022 15:29:41 -0700 ira.we...@intel.com wrote: > From: Ira Weiny > > To facilitate testing of guest software add mock events and code to > support iterating through the event logs. > > Signed-off-by: Ira Weiny An FYI for the next version as I hit an issue with this when testing

Re: [RFC PATCH 3/6] hw/cxl/cxl-events: Add CXL mock events

2022-10-17 Thread Jonathan Cameron via
On Thu, 13 Oct 2022 17:21:56 -0700 Ira Weiny wrote: > On Tue, Oct 11, 2022 at 11:07:59AM +0100, Jonathan Cameron wrote: > > On Mon, 10 Oct 2022 15:29:41 -0700 > > ira.we...@intel.com wrote: > > > > > From: Ira Weiny > > > > > > To facilitate testing of guest software add mock events and code

Re: [RFC PATCH 3/6] hw/cxl/cxl-events: Add CXL mock events

2022-10-13 Thread Ira Weiny
On Tue, Oct 11, 2022 at 11:07:59AM +0100, Jonathan Cameron wrote: > On Mon, 10 Oct 2022 15:29:41 -0700 > ira.we...@intel.com wrote: > > > From: Ira Weiny > > > > To facilitate testing of guest software add mock events and code to > > support iterating through the event logs. > > > > Signed-off-

Re: [RFC PATCH 3/6] hw/cxl/cxl-events: Add CXL mock events

2022-10-11 Thread Jonathan Cameron via
On Mon, 10 Oct 2022 15:29:41 -0700 ira.we...@intel.com wrote: > From: Ira Weiny > > To facilitate testing of guest software add mock events and code to > support iterating through the event logs. > > Signed-off-by: Ira Weiny Various comments inline, but biggest one is I'd like to see a much m

[RFC PATCH 3/6] hw/cxl/cxl-events: Add CXL mock events

2022-10-10 Thread ira . weiny
From: Ira Weiny To facilitate testing of guest software add mock events and code to support iterating through the event logs. Signed-off-by: Ira Weiny --- hw/cxl/cxl-events.c | 248 hw/cxl/meson.build | 1 + include/hw/cxl/cxl_device.h |