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