mbox series

[0/2] hw/cxl: CXL Event processing fixups

Message ID 20230125-ira-cxl-events-fixups-2023-01-11-v1-0-1931378515f5@intel.com (mailing list archive)
Headers show
Series hw/cxl: CXL Event processing fixups | expand

Message

Ira Weiny Jan. 26, 2023, 5:37 a.m. UTC
During review of the CXL Event processing series[1] these minor fixes were caught
but I did not have time to respin before Jonathan picked them up.

Make the fixes now.

These are based on Jonathan's latest branch:

        https://gitlab.com/jic23/qemu/-/tree/cxl-2023-01-20

[1] https://lore.kernel.org/all/20221221-ira-cxl-events-2022-11-17-v2-0-2ce2ecc06219@intel.com/

To: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Cc: Michael Tsirkin <mst@redhat.com>
Cc: Ben Widawsky <bwidawsk@kernel.org>
Cc: Peter Maydell <peter.maydell@linaro.org>
Cc: <qemu-devel@nongnu.org>
Cc: <linux-cxl@vger.kernel.org>
Signed-off-by: Ira Weiny <ira.weiny@intel.com>

---
Ira Weiny (2):
      hw/cxl: Fix event log time stamp fields
      hw/cxl: Remove check for g_new0() failure

 hw/cxl/cxl-device-utils.c   | 15 +++++++++++++++
 hw/cxl/cxl-events.c         | 10 +++-------
 hw/cxl/cxl-mailbox-utils.c  | 11 +----------
 hw/mem/cxl_type3.c          |  1 -
 include/hw/cxl/cxl_device.h |  2 ++
 5 files changed, 21 insertions(+), 18 deletions(-)
---
base-commit: bb3f9b2853f9723c11a38c6b7bca7368677f2b43
change-id: 20230125-ira-cxl-events-fixups-2023-01-11-337953e87f5d

Best regards,