aboutsummaryrefslogtreecommitdiff
path: root/hw/cxl
AgeCommit message (Expand)Author
2024-03-12hw/cxl/cxl-host: Fix missing ERRP_GUARD() in cxl_fixed_memory_window_config()Zhao Liu
2024-03-12hw/pci-bridge/pxb-cxl: Drop RAS capability from host bridge.Jonathan Cameron
2024-03-09hw/cxl/cxl-cdat: Fix type of buf in ct3_load_cdat()Thomas Huth
2024-02-14hw/cxl: Standardize all references on CXL r3.1 and minor updatesJonathan Cameron
2024-02-14hw/cxl: Update mailbox status registers.Jonathan Cameron
2024-02-14hw/cxl: Update RAS Capability Definitions for version 3.Jonathan Cameron
2024-02-14hw/cxl: Update HDM Decoder capability to version 3Jonathan Cameron
2024-02-14hw/cxl: Pass NULL for a NULL MemoryRegionOpsLi Zhijian
2024-02-14hw/cxl: Pass CXLComponentState to cache_mem_opsLi Zhijian
2024-02-14hw/cxl/device: read from register values in mdev_reg_read()Hyeonggon Yoo
2024-02-14hw/cxl/mbox: Remove dead codeDavidlohr Bueso
2024-02-14cxl/cdat: Fix header sum value in CDAT checksumIra Weiny
2024-02-14cxl/cdat: Handle cdat table build errorsIra Weiny
2024-01-30cxl: Clean up includesPeter Maydell
2023-12-31meson: remove CONFIG_ALLPaolo Bonzini
2023-11-15hw/cxl: spelling fixes: limitaions, potentialy, intializedMichael Tokarev
2023-11-07hw/cxl: Add tunneled command support to mailbox for switch cci.Jonathan Cameron
2023-11-07hw/cxl: Add dummy security state getJonathan Cameron
2023-11-07hw/cxl/mbox: Add Get Background Operation Status CommandJonathan Cameron
2023-11-07hw/cxl: Add support for device sanitationDavidlohr Bueso
2023-11-07hw/cxl/mbox: Wire up interrupts for background completionDavidlohr Bueso
2023-11-07hw/cxl/mbox: Add support for background operationsDavidlohr Bueso
2023-11-07hw/cxl: Implement Physical Ports status retrievalJonathan Cameron
2023-11-07hw/cxl/mbox: Add Physical Switch Identify command.Jonathan Cameron
2023-11-07hw/cxl/mbox: Add Information and Status / Identify commandJonathan Cameron
2023-11-07hw/cxl: Add a switch mailbox CCI functionJonathan Cameron
2023-11-07hw/cxl/mbox: Generalize the CCI command processingJonathan Cameron
2023-11-07hw/cxl/mbox: Pull the CCI definition out of the CXLDeviceStateJonathan Cameron
2023-11-07hw/cxl/mbox: Split mailbox command payload into separate input and outputJonathan Cameron
2023-11-07hw/cxl/mbox: Pull the payload out of struct cxl_cmd and make instances constantJonathan Cameron
2023-11-07hw/cxl: Fix a QEMU_BUILD_BUG_ON() in switch statement scope issue.Jonathan Cameron
2023-11-07hw/cxl: Line length reductionsJonathan Cameron
2023-11-07hw/cxl: CXLDVSECPortExtensions renamed to CXLDVSECPortExtJonathan Cameron
2023-11-07hw/cxl: Use switch statements for read and write of cachemem registersJonathan Cameron
2023-11-07hw/cxl: Use a switch to explicitly check size in caps_reg_read()Jonathan Cameron
2023-10-06hw/cxl: Fix local variable shadowing of cap_hdrsJonathan Cameron
2023-10-04hw/cxl: Support 4 HDM decoders at all levels of topologyJonathan Cameron
2023-10-04hw/cxl: Fix and use same calculation for HDM decoder block size everywhereJonathan Cameron
2023-10-04hw/cxl: Add utility functions decoder interleave ways and target count.Jonathan Cameron
2023-10-04hw/cxl: Push cxl_decoder_count_enc() and cxl_decode_ig() into .cJonathan Cameron
2023-09-21hw/cxl: Fix CFMW config memory leakLi Zhijian
2023-09-21hw/other: spelling fixesMichael Tokarev
2023-06-22hw/cxl/events: Add event interrupt supportIra Weiny
2023-06-22hw/cxl/events: Wire up get/clear event mailbox commandsIra Weiny
2023-06-22hw/cxl: Move CXLRetCode definition to cxl_device.hJonathan Cameron
2023-06-22hw/cxl/events: Add event status registerIra Weiny
2023-06-22hw/cxl: Add clear poison mailbox command support.Jonathan Cameron
2023-06-22hw/cxl: Add poison injection via the mailbox.Jonathan Cameron
2023-06-22hw/cxl: QMP based poison injection supportJonathan Cameron
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé