[PATCH v3] hw/cxl/cxl-mailbox-utils: CXL CCI Get/Set alert config commands implmented as per CXL Specification 3.2 section 8.2.10.9.3

2025-02-17 Thread Sweta Kumari
1)get alert configuration(Opcode 4201h) 2)set alert configuration(Opcode 4202h) The patch is generated against the Johnathan's tree https://gitlab.com/jic23/qemu.git and branch cxl-2024-11-27. Signed-off-by: Sweta Kumari --- Changes in V2: - Removed cover letter as it's a single pat

Re: CXL CCI Get/Set Alert Configuration commands implmented as per CXL Specification 3.2 section 8.2.10.9.3

2025-02-17 Thread Sweta Kumari
On 14/02/25 05:43PM, Jonathan Cameron wrote: On Fri, 14 Feb 2025 18:52:11 +0530 Sweta Kumari wrote: 1)get alert configuration(Opcode 4201h) 2)set alert configuration(Opcode 4202h) Move the change log to below the --- The key thing being git then doesn't pick it up whilst applying the

[PATCH v2] CXL CCI Get/Set Alert Configuration commands implmented as per CXL Specification 3.2 section 8.2.10.9.3

2025-02-14 Thread Sweta Kumari
inst the Johnathan's tree https://gitlab.com/jic23/qemu.git and branch cxl-2024-11-27. Signed-off-by: Sweta Kumari --- hw/cxl/cxl-mailbox-utils.c | 116 hw/mem/cxl_type3.c | 16 + include/hw/cxl/cxl_device.h | 15 + 3 files changed, 147

Re: [PATCH 1/1] Added support for get/set alert configuration commands

2025-02-11 Thread Sweta Kumari
On 04/02/25 05:29PM, Fan Ni wrote: On Mon, Feb 03, 2025 at 05:14:45PM +0530, Sweta Kumari wrote: Signed-off-by: Sweta Kumari Reviewed-by: Alok Rathore Reviewed-by: Krishna Kanth Reddy Hi Sweta, Since this series only have one patch, you do not need a cover letter. Move the commit comment in

Re: [PATCH 1/1] Added support for get/set alert configuration commands

2025-02-11 Thread Sweta Kumari
On 04/02/25 11:15AM, Jonathan Cameron wrote: On Mon, 3 Feb 2025 17:14:45 +0530 Sweta Kumari wrote: Signed-off-by: Sweta Kumari Reviewed-by: Alok Rathore Reviewed-by: Krishna Kanth Reddy Hi Sweta, Thanks for the patch. Great to see someone working on these features. As in previous

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

2025-02-03 Thread Sweta Kumari
igned-off-by: Sweta Kumari Reviewed-by: Alok Rathore Reviewed-by: Krishna Kanth Reddy 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/h

[PATCH 1/1] Added support for get/set alert configuration commands

2025-02-03 Thread Sweta Kumari
Signed-off-by: Sweta Kumari Reviewed-by: Alok Rathore Reviewed-by: Krishna Kanth Reddy --- 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(+) diff