summary refs log tree commit diff stats
path: root/hw/cxl/cxl-mailbox-utils.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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