aboutsummaryrefslogtreecommitdiff
path: root/include/hw/cxl
AgeCommit message (Expand)AuthorFilesLines
2024-11-04hw/cxl/cxl-mailbox-utils: Fix for device DDR5 ECS control feature tablesShiju Jose1-14/+22
2024-11-04hw/mem/cxl-type3: Add properties to control link speed and widthJonathan Cameron1-0/+4
2024-07-21hw/cxl: Support firmware updatesDavidlohr Bueso1-0/+15
2024-07-21hw/cxl/cxl-mailbox-utils: Add device DDR5 ECS control featureShiju Jose1-0/+24
2024-07-21hw/cxl/cxl-mailbox-utils: Add device patrol scrub control featureShiju Jose1-0/+24
2024-07-21hw/cxl/cxl-mailbox-utils: Add support for feature commands (8.2.9.6)Shiju Jose1-0/+10
2024-07-21cxl/mailbox: move mailbox effect definitions to a headerGregory Price1-0/+18
2024-07-21hw/cxl: Add get scan media results cmd supportDavidlohr Bueso1-0/+1
2024-07-21hw/cxl/events: discard all event records during sanitationHyeonggon Yoo1-0/+1
2024-07-21hw/cxl/mbox: replace sanitize_running() with cxl_dev_media_disabled()Hyeonggon Yoo1-5/+5
2024-07-21hw/cxl: Add get scan media capabilities cmd supportDavidlohr Bueso1-0/+9
2024-07-01hw/mem/cxl_type3: Add DPA range validation for accesses to DC regionsFan Ni1-0/+7
2024-07-01hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extentsFan Ni2-0/+40
2024-07-01hw/cxl/cxl-mailbox-utils: Add mailbox commands to support add/release dynamic...Fan Ni1-0/+4
2024-07-01hw/mem/cxl_type3: Add DC extent list representative and get DC extent list ma...Fan Ni1-0/+22
2024-07-01hw/mem/cxl_type3: Add host backend and address space handling for DC regionsFan Ni1-0/+8
2024-07-01include/hw/cxl/cxl_device: Rename mem_size as static_mem_size for type3 memor...Fan Ni1-1/+1
2024-07-01hw/cxl/cxl-mailbox-utils: Add dynamic capacity region representative and mail...Fan Ni1-0/+16
2024-07-01hw/cxl/mailbox: interface to add CCI commands to an existing CCIGregory Price1-0/+2
2024-07-01hw/cxl/mailbox: change CCI cmd set structure to be a member, not a referenceGregory Price1-1/+1
2024-04-25hw/cxl/cxl-cdat: Make cxl_doe_cdat_init() return booleanZhao Liu1-1/+1
2024-03-12hw/cxl: Fix missing reserved data in CXL Device DVSECJonathan Cameron1-1/+2
2024-03-12hw/pci-bridge/pxb-cxl: Drop RAS capability from host bridge.Jonathan Cameron1-0/+1
2024-03-09hw/mem/cxl_type3: Fix problem with g_steal_pointer()Thomas Huth1-3/+6
2024-03-09hw/pci-bridge/cxl_upstream: Fix problem with g_steal_pointer()Thomas Huth1-3/+5
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