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
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
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
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
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
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
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