Re: [PATCH v2 4/6] hw/cxl: free in-flight sanitize state on reset

Junjie Cao <[email protected]> Tue, 28 Jul 2026 10:15:35 +0800
Newsgroups org.kernel.vger.linux-cxl,org.nongnu.qemu-devel
Message-ID <[email protected]>
Hi Philippe,

Thanks for the review!

Will do both in v3 -- a cxl_destroy_mailbox_t3() teardown counterpart
called from the reset path and ct3_exit(), with the sanitize discard
folded into it via a helper shared with __do_sanitize().

One naming tweak: the helper is cxl_discard_media_op_sanitize() rather
than "cancel", since __do_sanitize()'s normal completion path shares it.

Many thanks,
Junjie