mbox series

[qemu,v4,0/1] hw/cxl: Support firmware updates

Message ID 20240705125915.991672-1-Jonathan.Cameron@huawei.com (mailing list archive)
Headers show
Series hw/cxl: Support firmware updates | expand

Message

Jonathan Cameron July 5, 2024, 12:59 p.m. UTC
v4: Trivial rebase due to reordering of patch queue for upstreaming.
    A couple of white space fixes (checkpatch)

This one was waiting on a v3 revision from Davildlohr (which he posted
last week) rather than DCD as such, but the various series before this
one cause a lot of churn so it's easier to merge in this order.

Details in patch 1, but in short this fakes firmware updates, allowing
testing of the OS support.

Based-on: [PATCH qemu v6 0/4] hw/cxl/cxl-mailbox-utils: Add feature commands, device patrol scrub control and DDR5 ECS control feature
Based-on: [PATCH qemu 0/4] hw/cxl: Add support for scan media.

Based-on: Message-id: 20240705123039.963781-1-Jonathan.Cameron@huawei.com
Based-on: Message-id: 20240705120643.959422-1-Jonathan.Cameron@huawei.com

Davidlohr Bueso (1):
  hw/cxl: Support firmware updates

 include/hw/cxl/cxl_device.h |  15 +++
 hw/cxl/cxl-mailbox-utils.c  | 205 +++++++++++++++++++++++++++++++++++-
 2 files changed, 215 insertions(+), 5 deletions(-)