From: Jonathan Cameron <Jonathan.Cameron@huawei.com>
To: <linux-cxl@vger.kernel.org>, <mst@redhat.com>, <qemu-devel@nongnu.org>
Cc: Davidlohr Bueso <dave@stgolabs.net>,
Hyeonggon Yoo <42.hyeyoo@gmail.com>, Fan Ni <fan.ni@samsung.com>
Subject: [PATCH qemu 0/4] hw/cxl: Add support for scan media.
Date: Fri, 5 Jul 2024 13:06:39 +0100 [thread overview]
Message-ID: <20240705120643.959422-1-Jonathan.Cameron@huawei.com> (raw)
Now DCD is upstream, a number of sets that were dependent on it, that have
otherwise been in a good state for a long time, are (hopefully) ready to
upstream. I was also holding back series that were less critical for
kernel testing to make sure they didn't distract from the progress of
Dynamic Capacity.
This 1st series includes a couple of more general improvements that interact
closely with the scan media changes. This series applies directly on master
and can go in parallel to
[PATCH qemu v2 0/3] hw/cxl: Misc minor improvements
The Scan Media commands enable recovery from the situation where a poison
list has overflowed and the OS has no other way to find out which
memory is bad, or because the user wants force a recheck for uncorrectable
ECC errors. This functionality is emulated by keeping an additional list
of injected poison that is not exposed via the existing get poison list
command. This list is 'discovered' during processing of Scan Media as
if the hardware had detected these errors in real memory.
Davidlohr Bueso (2):
hw/cxl: Add get scan media capabilities cmd support
hw/cxl: Add get scan media results cmd support
Hyeonggon Yoo (2):
hw/cxl/mbox: replace sanitize_running() with cxl_dev_media_disabled()
hw/cxl/events: discard all event records during sanitation
include/hw/cxl/cxl_device.h | 15 +-
hw/cxl/cxl-events.c | 13 ++
hw/cxl/cxl-mailbox-utils.c | 326 ++++++++++++++++++++++++++++++++++--
hw/mem/cxl_type3.c | 26 ++-
4 files changed, 355 insertions(+), 25 deletions(-)
--
2.43.0
next reply other threads:[~2024-07-05 12:06 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-05 12:06 Jonathan Cameron [this message]
2024-07-05 12:06 ` [PATCH 1/4] hw/cxl: Add get scan media capabilities cmd support Jonathan Cameron
2024-07-05 12:06 ` [PATCH 2/4] hw/cxl/mbox: replace sanitize_running() with cxl_dev_media_disabled() Jonathan Cameron
2024-07-05 12:06 ` [PATCH 3/4] hw/cxl/events: discard all event records during sanitation Jonathan Cameron
2024-07-05 12:06 ` [PATCH 4/4] hw/cxl: Add get scan media results cmd support Jonathan Cameron
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240705120643.959422-1-Jonathan.Cameron@huawei.com \
--to=jonathan.cameron@huawei.com \
--cc=42.hyeyoo@gmail.com \
--cc=dave@stgolabs.net \
--cc=fan.ni@samsung.com \
--cc=linux-cxl@vger.kernel.org \
--cc=mst@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox