Jonathan Cameron wrote: > On Wed, 25 Jan 2023 21:37:27 -0800 > Ira Weiny <ira.we...@intel.com> wrote: > > > CXL 3.0 8.2.9.4.2 Set Timestamp and 8.2.9.4.1 Get Timestamp define the > > way for software to set and get the time stamp of a device. Events > > should use a time stamp consistent with the Get Timestamp mailbox > > command. > > > > In addition avoid setting the time stamp twice. > > > > Fixes: fb64c5661d5f ("hw/cxl/events: Wire up get/clear event mailbox > > commands") > > Reported-by: Jonathan Cameron <jonathan.came...@huawei.com> > > Signed-off-by: Ira Weiny <ira.we...@intel.com> > Hi Ira, > > I'm going to split this patch as I am carrying a very similar > utility function for an updated version of the poison list code > and I'm not sure what order everything will go upstream in. > > So I'll split this into: > 1) Patch that adds cxl_device_get_timestamp() - adding the > use of this in the GET_TIMESTAMP mailbox command. > > 2) Changes pushed down into the patch you mention above. > > Given all the code is yours, just split up, I'll keep the SOB. > Shout if you mind me doing that.
That sounds great. I'm just sorry I did not get to all this sooner. Thanks! Ira