mbox series

[0/1] CXL CCI Health Information & Alerts Commands implementation

Message ID 20250203114445.64088-1-s5.kumari@samsung.com
Headers show
Series CXL CCI Health Information & Alerts Commands implementation | expand

Message

Sweta Kumari Feb. 3, 2025, 11:44 a.m. UTC
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(+)