CXL CCI media operations commands implmented as per CXL Specification 3.1 8.2.9.9.5.3 1) General(00h) - Discovery (00h) 2) Sanitize(01h - Sanitize (00h) Write zeros (01h)
The patches are generated against the Johnathan's tree https://gitlab.com/jic23/qemu.git and branch cxl-2024-11-27. Signed-off-by: Vinayak Holikatti <vinayak...@samsung.com> Vinayak Holikatti (2): hw/cxl/cxl-mailbox-utils: Add support for Media operations discovery commands (8.2.9.9.5.3) hw/cxl/cxl-mailbox-utils: Add support for Media operations Sanitize and Write Zeros commands (8.2.9.9.5.3) hw/cxl/cxl-mailbox-utils.c | 331 +++++++++++++++++++++++++++++++++++- include/hw/cxl/cxl_device.h | 11 ++ 2 files changed, 340 insertions(+), 2 deletions(-) -- 2.34.1