Re: [RFC PATCH 4/6] hw/cxl/mailbox: Wire up get/clear event mailbox commands

2022-10-11 Thread Jonathan Cameron via
On Mon, 10 Oct 2022 15:29:42 -0700 ira.we...@intel.com wrote: > From: Ira Weiny > > Replace the stubbed out CXL Get/Clear Event mailbox commands with > commands which return the mock event information. > > Signed-off-by: Ira Weiny > --- > hw/cxl/cxl-device-utils.c | 1 + > hw/cxl/cxl-mailb

[RFC PATCH 4/6] hw/cxl/mailbox: Wire up get/clear event mailbox commands

2022-10-10 Thread ira . weiny
From: Ira Weiny Replace the stubbed out CXL Get/Clear Event mailbox commands with commands which return the mock event information. Signed-off-by: Ira Weiny --- hw/cxl/cxl-device-utils.c | 1 + hw/cxl/cxl-mailbox-utils.c | 103 +++-- 2 files changed, 101 inse