summary refs log tree commit diff stats
path: root/hw/cxl (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/cxl/cxl-cdat: Make cxl_doe_cdat_init() return booleanZhao Liu2024-04-251-3/+3
* hw/cxl/cxl-cdat: Make ct3_build_cdat() return booleanZhao Liu2024-04-251-4/+5
* hw/cxl/cxl-cdat: Make ct3_load_cdat() return booleanZhao Liu2024-04-251-6/+7
* hw/cxl/cxl-host: Fix missing ERRP_GUARD() in cxl_fixed_memory_window_config()Zhao Liu2024-03-121-0/+1
* hw/pci-bridge/pxb-cxl: Drop RAS capability from host bridge.Jonathan Cameron2024-03-121-4/+17
* hw/cxl/cxl-cdat: Fix type of buf in ct3_load_cdat()Thomas Huth2024-03-091-2/+2
* hw/cxl: Standardize all references on CXL r3.1 and minor updatesJonathan Cameron2024-02-144-34/+42
* hw/cxl: Update mailbox status registers.Jonathan Cameron2024-02-141-1/+5
* hw/cxl: Update RAS Capability Definitions for version 3.Jonathan Cameron2024-02-141-1/+1
* hw/cxl: Update HDM Decoder capability to version 3Jonathan Cameron2024-02-141-1/+9
* hw/cxl: Pass NULL for a NULL MemoryRegionOpsLi Zhijian2024-02-141-1/+1
* hw/cxl: Pass CXLComponentState to cache_mem_opsLi Zhijian2024-02-141-1/+1
* hw/cxl/device: read from register values in mdev_reg_read()Hyeonggon Yoo2024-02-141-6/+11
* hw/cxl/mbox: Remove dead codeDavidlohr Bueso2024-02-141-28/+15
* cxl/cdat: Fix header sum value in CDAT checksumIra Weiny2024-02-141-2/+7
* cxl/cdat: Handle cdat table build errorsIra Weiny2024-02-141-1/+1
* cxl: Clean up includesPeter Maydell2024-01-301-3/+1
* meson: remove CONFIG_ALLPaolo Bonzini2023-12-311-2/+0
* hw/cxl: spelling fixes: limitaions, potentialy, intializedMichael Tokarev2023-11-152-3/+3
* 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-072-18/+23
* hw/cxl/mbox: Add support for background operationsDavidlohr Bueso2023-11-072-4/+112
* 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-074-0/+157
* hw/cxl/mbox: Generalize the CCI command processingJonathan Cameron2023-11-072-42/+53
* hw/cxl/mbox: Pull the CCI definition out of the CXLDeviceStateJonathan Cameron2023-11-072-44/+81
* hw/cxl/mbox: Split mailbox command payload into separate input and outputJonathan Cameron2023-11-072-96/+136
* hw/cxl/mbox: Pull the payload out of struct cxl_cmd and make instances constantJonathan Cameron2023-11-071-56/+65
* hw/cxl: Fix a QEMU_BUILD_BUG_ON() in switch statement scope issue.Jonathan Cameron2023-11-071-1/+0
* hw/cxl: Line length reductionsJonathan Cameron2023-11-074-17/+30
* hw/cxl: CXLDVSECPortExtensions renamed to CXLDVSECPortExtJonathan Cameron2023-11-071-20/+29
* hw/cxl: Use switch statements for read and write of cachemem registersJonathan Cameron2023-11-071-23/+43
* hw/cxl: Use a switch to explicitly check size in caps_reg_read()Jonathan Cameron2023-11-071-4/+7
* hw/cxl: Fix local variable shadowing of cap_hdrsJonathan Cameron2023-10-061-4/+4
* hw/cxl: Support 4 HDM decoders at all levels of topologyJonathan Cameron2023-10-042-24/+50
* hw/cxl: Fix and use same calculation for HDM decoder block size everywhereJonathan Cameron2023-10-042-9/+14
* hw/cxl: Add utility functions decoder interleave ways and target count.Jonathan Cameron2023-10-041-6/+54
* hw/cxl: Push cxl_decoder_count_enc() and cxl_decode_ig() into .cJonathan Cameron2023-10-041-0/+18
* hw/cxl: Fix CFMW config memory leakLi Zhijian2023-09-211-6/+6
* hw/other: spelling fixesMichael Tokarev2023-09-212-3/+3
* hw/cxl/events: Add event interrupt supportIra Weiny2023-06-222-22/+117
* hw/cxl/events: Wire up get/clear event mailbox commandsIra Weiny2023-06-223-2/+256
* hw/cxl: Move CXLRetCode definition to cxl_device.hJonathan Cameron2023-06-221-28/+0
* hw/cxl/events: Add event status registerIra Weiny2023-06-221-5/+38
* hw/cxl: Add clear poison mailbox command support.Jonathan Cameron2023-06-221-0/+82