On Wed, 21 Dec 2022 20:24:35 -0800 Ira Weiny <ira.we...@intel.com> wrote:
> CXL testing is benefited from an artificial event log injection > mechanism. > > Add an event log infrastructure to insert, get, and clear events from > the various logs available on a device. > > Replace the stubbed out CXL Get/Clear Event mailbox commands with > commands that operate on the new infrastructure. > > Signed-off-by: Ira Weiny <ira.we...@intel.com> Hi Ira, The ability to see the ret_code definitions relied on a patch that will go upstream long after this one. I've dragged that down before this in my tree, but the naming ret_code is neither compliant with QEMU naming rules, nor specific enough given that definition is in a header. Hence I'll also rename it as CXLRetCode. I'll have a new tree up with that in place in a few days. I'll carry your patches on that tree, with appropriate changes. Jonathan