aboutsummaryrefslogtreecommitdiff
path: root/hw/cxl/cxl-mailbox-utils.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-15hw/cxl: spelling fixes: limitaions, potentialy, intializedMichael Tokarev1-1/+1
2023-11-07hw/cxl: Add tunneled command support to mailbox for switch cci.Jonathan Cameron1-0/+162
2023-11-07hw/cxl: Add dummy security state getJonathan Cameron1-0/+17
2023-11-07hw/cxl/mbox: Add Get Background Operation Status CommandJonathan Cameron1-0/+33
2023-11-07hw/cxl: Add support for device sanitationDavidlohr Bueso1-0/+140
2023-11-07hw/cxl/mbox: Wire up interrupts for background completionDavidlohr Bueso1-17/+14
2023-11-07hw/cxl/mbox: Add support for background operationsDavidlohr Bueso1-1/+91
2023-11-07hw/cxl: Implement Physical Ports status retrievalJonathan Cameron1-0/+128
2023-11-07hw/cxl/mbox: Add Physical Switch Identify command.Jonathan Cameron1-0/+65
2023-11-07hw/cxl/mbox: Add Information and Status / Identify commandJonathan Cameron1-0/+55
2023-11-07hw/cxl: Add a switch mailbox CCI functionJonathan Cameron1-0/+18
2023-11-07hw/cxl/mbox: Generalize the CCI command processingJonathan Cameron1-41/+10
2023-11-07hw/cxl/mbox: Pull the CCI definition out of the CXLDeviceStateJonathan Cameron1-37/+57
2023-11-07hw/cxl/mbox: Split mailbox command payload into separate input and outputJonathan Cameron1-95/+135
2023-11-07hw/cxl/mbox: Pull the payload out of struct cxl_cmd and make instances constantJonathan Cameron1-56/+65
2023-11-07hw/cxl: Line length reductionsJonathan Cameron1-7/+14
2023-09-21hw/other: spelling fixesMichael Tokarev1-2/+2
2023-06-22hw/cxl/events: Add event interrupt supportIra Weiny1-21/+85
2023-06-22hw/cxl/events: Wire up get/clear event mailbox commandsIra Weiny1-2/+38
2023-06-22hw/cxl: Move CXLRetCode definition to cxl_device.hJonathan Cameron1-28/+0
2023-06-22hw/cxl: Add clear poison mailbox command support.Jonathan Cameron1-0/+82
2023-06-22hw/cxl: Add poison injection via the mailbox.Jonathan Cameron1-0/+42
2023-06-22hw/cxl: QMP based poison injection supportJonathan Cameron1-0/+90
2023-05-19hw/cxl: Introduce cxl_device_get_timestamp() utility functionIra Weiny1-10/+1
2023-05-19hw/cxl: rename mailbox return code type from ret_code to CXLRetCodeJonathan Cameron1-32/+32
2023-05-19hw/cxl: Multi-Region CXL Type-3 Devices (Volatile and Persistent)Gregory Price1-14/+18
2023-03-02hw/cxl/mailbox: Use new UUID network order define for cel_uuidIra Weiny1-7/+6
2023-03-02hw/cxl: Add CXL_CAPACITY_MULTIPLIER definitionGregory Price1-6/+9
2022-08-17hw/cxl: Correctly handle variable sized mailbox input payloads.Jonathan Cameron1-1/+1
2022-08-17hw/cxl: Fix Get LSA input payload size which should be 8 bytes.Jonathan Cameron1-1/+1
2022-05-13hw/cxl/device: Implement get/set Label Storage Area (LSA)Ben Widawsky1-0/+60
2022-05-13hw/cxl/device: Plumb real Label Storage Area (LSA) sizingBen Widawsky1-0/+3
2022-05-13hw/cxl/device: Add some trivial commandsBen Widawsky1-0/+69
2022-05-13hw/cxl/device: Add a memory device (8.2.8.5)Ben Widawsky1-0/+46
2022-05-13hw/cxl/device: Add log commands (8.2.9.4) + CELBen Widawsky1-0/+69
2022-05-13hw/cxl/device: Timestamp implementation (8.2.9.3)Ben Widawsky1-0/+42
2022-05-13hw/cxl/device: Add cheap EVENTS implementation (8.2.9.1)Ben Widawsky1-1/+26
2022-05-13hw/cxl/device: Implement basic mailbox (8.2.8.4)Ben Widawsky1-0/+164