aboutsummaryrefslogtreecommitdiff
path: root/include/hw/cxl
AgeCommit message (Expand)AuthorFilesLines
2024-02-21hw/cxl/cxl_device.h: correct typosManos Pitsidianakis1-2/+2
2024-02-14hw/cxl: Standardize all references on CXL r3.1 and minor updatesJonathan Cameron5-59/+122
2024-02-14hw/cxl: Update mailbox status registers.Jonathan Cameron1-7/+10
2024-02-14hw/cxl: Update RAS Capability Definitions for version 3.Jonathan Cameron1-1/+4
2024-02-14hw/cxl: Update link register definitions.Jonathan Cameron1-2/+2
2024-02-14hw/cxl: Update HDM Decoder capability to version 3Jonathan Cameron1-2/+14
2024-02-14hw/cxl/device: read from register values in mdev_reg_read()Hyeonggon Yoo1-2/+7
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/+9
2023-11-07hw/cxl: Add support for device sanitationDavidlohr Bueso1-0/+17
2023-11-07hw/cxl/mbox: Wire up interrupts for background completionDavidlohr Bueso1-0/+1
2023-11-07hw/cxl/mbox: Add support for background operationsDavidlohr Bueso1-0/+10
2023-11-07hw/cxl/mbox: Add Physical Switch Identify command.Jonathan Cameron1-0/+6
2023-11-07hw/cxl: Add a switch mailbox CCI functionJonathan Cameron2-1/+17
2023-11-07hw/cxl/mbox: Generalize the CCI command processingJonathan Cameron1-1/+4
2023-11-07hw/cxl/mbox: Pull the CCI definition out of the CXLDeviceStateJonathan Cameron1-10/+25
2023-11-07hw/cxl/mbox: Split mailbox command payload into separate input and outputJonathan Cameron1-3/+4
2023-11-07hw/cxl/mbox: Pull the payload out of struct cxl_cmd and make instances constantJonathan Cameron1-0/+13
2023-11-07hw/cxl: Line length reductionsJonathan Cameron3-4/+7
2023-11-07hw/cxl: CXLDVSECPortExtensions renamed to CXLDVSECPortExtJonathan Cameron1-3/+3
2023-10-04hw/cxl: Support 4 HDM decoders at all levels of topologyJonathan Cameron1-1/+9
2023-10-04hw/cxl: Fix and use same calculation for HDM decoder block size everywhereJonathan Cameron1-0/+2
2023-10-04hw/cxl: Add utility functions decoder interleave ways and target count.Jonathan Cameron1-0/+2
2023-10-04hw/cxl: Push cxl_decoder_count_enc() and cxl_decode_ig() into .cJonathan Cameron1-16/+2
2023-09-21hw/cxl: Fix out of bound array accessDmitry Frolov1-1/+1
2023-09-21hw/cxl/cxl_device: Replace magic number in CXLError definitionFan Ni1-1/+1
2023-09-08include/: spelling fixesMichael Tokarev1-1/+1
2023-06-23hw/cxl/events: Add injection of Memory Module EventsJonathan Cameron1-0/+19
2023-06-22hw/cxl/events: Add injection of DRAM eventsJonathan Cameron1-0/+23
2023-06-22hw/cxl/events: Add injection of General Media EventsIra Weiny1-0/+20
2023-06-22hw/cxl/events: Add event interrupt supportIra Weiny2-1/+28
2023-06-22hw/cxl/events: Wire up get/clear event mailbox commandsIra Weiny2-0/+80
2023-06-22hw/cxl: Move CXLRetCode definition to cxl_device.hJonathan Cameron1-0/+28
2023-06-22hw/cxl/events: Add event status registerIra Weiny2-3/+48
2023-06-22hw/cxl: Add clear poison mailbox command support.Jonathan Cameron1-0/+1
2023-06-22hw/cxl: QMP based poison injection supportJonathan Cameron2-0/+21
2023-05-19hw/cxl: Introduce cxl_device_get_timestamp() utility functionIra Weiny1-0/+2
2023-05-19hw/cxl: Multi-Region CXL Type-3 Devices (Volatile and Persistent)Gregory Price1-3/+8
2023-04-24hw/pci-bridge: Make PCIe and CXL PXB Devices inherit from TYPE_PXB_DEVJonathan Cameron1-2/+2
2023-03-07hw/pxb-cxl: Support passthrough HDM Decoders unless overriddenJonathan Cameron2-0/+2
2023-03-07hw/mem/cxl_type3: Add CXL RAS Error Injection Support.Jonathan Cameron2-0/+37
2023-03-02hw/cxl/mailbox: Use new UUID network order define for cel_uuidIra Weiny1-1/+1
2023-02-08hw/cxl: Clean up includesMarkus Armbruster3-4/+0
2023-01-08include/hw/cxl: Break inclusion loop cxl_pci.h and cxl_cdat_hMarkus Armbruster1-1/+0
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster1-1/+1
2023-01-08include/hw/cxl: Include hw/cxl/*.h where neededMarkus Armbruster2-0/+2
2023-01-08include/hw/cxl: Move typedef PXBDev to cxl.h, and put it to useMarkus Armbruster1-1/+3
2023-01-08include/hw/pci: Break inclusion loop pci_bridge.h and cxl.hMarkus Armbruster4-3/+2
2022-11-07hw/pci-bridge/cxl-upstream: Add a CDAT table access DOEJonathan Cameron1-0/+1
2022-11-07hw/cxl/cdat: CXL CDAT Data Object Exchange implementationHuai-Cheng Kuo4-0/+176