aboutsummaryrefslogtreecommitdiff
path: root/hw/cxl/cxl-device-utils.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-14hw/cxl/device: read from register values in mdev_reg_read()Hyeonggon Yoo1-6/+11
2023-11-07hw/cxl/mbox: Wire up interrupts for background completionDavidlohr Bueso1-1/+9
2023-11-07hw/cxl/mbox: Add support for background operationsDavidlohr Bueso1-3/+21
2023-11-07hw/cxl: Add a switch mailbox CCI functionJonathan Cameron1-0/+27
2023-11-07hw/cxl/mbox: Generalize the CCI command processingJonathan Cameron1-1/+43
2023-11-07hw/cxl/mbox: Pull the CCI definition out of the CXLDeviceStateJonathan Cameron1-7/+24
2023-11-07hw/cxl: Use a switch to explicitly check size in caps_reg_read()Jonathan Cameron1-4/+7
2023-10-06hw/cxl: Fix local variable shadowing of cap_hdrsJonathan Cameron1-4/+4
2023-06-22hw/cxl/events: Add event status registerIra Weiny1-5/+38
2023-05-19hw/cxl: Introduce cxl_device_get_timestamp() utility functionIra Weiny1-0/+15
2023-03-02hw/cxl/mailbox: Use new UUID network order define for cel_uuidIra Weiny1-1/+1
2022-08-17hw/cxl: Add stub write function for RO MemoryRegionOps entries.Jonathan Cameron1-3/+9
2022-05-13hw/cxl/device: Add memory device utilitiesBen Widawsky1-1/+37
2022-05-13hw/cxl/device: Implement basic mailbox (8.2.8.4)Ben Widawsky1-1/+121
2022-05-13hw/cxl/device: Implement the CAP array (8.2.8.1-2)Ben Widawsky1-0/+109