CXL CCI get/set alert config commands implmented as per CXL Specification 3.1 8.2.9.9.3
1)get alert configuration(Opcode 4201h)
2)set alert configuration(Opcode 4202h)
The patches are generated against the Johnathan's tree
https://gitlab.com/jic23/qemu.git and branch cxl-2024-11-27.
Signed-off-by: Sweta Kumari <s5.kumari@samsung.com>
Reviewed-by: Alok Rathore <alok.rathore@samsung.com>
Reviewed-by: Krishna Kanth Reddy <krish.reddy@samsung.com>
Sweta Kumari (1):
Added support for get/set alert configuration commands
hw/cxl/cxl-mailbox-utils.c | 91 +++++++++++++++++++++++++++++++++++++
hw/mem/cxl_type3.c | 20 ++++++++
include/hw/cxl/cxl_device.h | 24 ++++++++++
3 files changed, 135 insertions(+)
--
2.34.1