summary refs log tree commit diff stats
path: root/hw/mem/cxl_type3.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/cxl/cxl-cdat: Make cxl_doe_cdat_init() return booleanZhao Liu2024-04-251-2/+1
* hw/mem/cxl_type3: Fix missing ERRP_GUARD() in ct3_realize()Zhao Liu2024-03-121-0/+1
* hw/mem/cxl_type3: Fix problem with g_steal_pointer()Thomas Huth2024-03-091-12/+12
* hw/cxl: Standardize all references on CXL r3.1 and minor updatesJonathan Cameron2024-02-141-3/+3
* hw/mem/cxl_type3: Fix potential divide by zero reported by coverityJonathan Cameron2024-02-141-2/+7
* hw/mem/cxl_type3: Drop handling of failure of g_malloc0() and g_malloc()Jonathan Cameron2024-02-141-45/+7
* hw/cxl: Add tunneled command support to mailbox for switch cci.Jonathan Cameron2023-11-071-0/+11
* hw/cxl/type3: Cleanup multiple CXL_TYPE3() calls in read/write functionsGregory Price2023-11-071-4/+6
* hw/cxl: Add support for device sanitationDavidlohr Bueso2023-11-071-0/+10
* hw/cxl/mbox: Pull the CCI definition out of the CXLDeviceStateJonathan Cameron2023-11-071-2/+3
* hw/cxl: Line length reductionsJonathan Cameron2023-11-071-12/+19
* hw/cxl: Support 4 HDM decoders at all levels of topologyJonathan Cameron2023-10-041-31/+65
* hw/cxl: Fix and use same calculation for HDM decoder block size everywhereJonathan Cameron2023-10-041-9/+15
* hw/mem/cxl_type3: Add missing copyright and license noticeJonathan Cameron2023-09-211-0/+11
* hw/other: spelling fixesMichael Tokarev2023-09-211-3/+3
* hw/cxl/events: Add injection of Memory Module EventsJonathan Cameron2023-06-231-0/+62
* hw/cxl/events: Add injection of DRAM eventsJonathan Cameron2023-06-221-0/+116
* hw/cxl/events: Add injection of General Media EventsIra Weiny2023-06-221-0/+111
* hw/cxl/events: Add event interrupt supportIra Weiny2023-06-221-2/+2
* hw/cxl/events: Wire up get/clear event mailbox commandsIra Weiny2023-06-221-0/+1
* hw/cxl: Add clear poison mailbox command support.Jonathan Cameron2023-06-221-0/+37
* hw/cxl: QMP based poison injection supportJonathan Cameron2023-06-221-0/+56
* hw/cxl: Multi-Region CXL Type-3 Devices (Volatile and Persistent)Gregory Price2023-05-191-73/+223
* hw/mem: Use memory_region_size() in cxl_type3Jonathan Cameron2023-05-191-4/+4
* hw/cxl: Fix incorrect reset of commit and associated clearing of committed.Jonathan Cameron2023-05-191-1/+20
* hw/cxl: Fix endian handling for decoder commit.Jonathan Cameron2023-05-191-3/+6
* hw/cxl: cdat: Fix failure to free buffer in erorr pathsJonathan Cameron2023-05-191-0/+4
* hw/mem/cxl_type3: Add CXL RAS Error Injection Support.Jonathan Cameron2023-03-071-0/+281
* hw/mem/cxl-type3: Add AER extended capabilityJonathan Cameron2023-03-071-0/+13
* hw/cxl: set cxl-type3 device type to PCI_CLASS_MEMORY_CXLGregory Price2023-03-021-2/+1
* hw/mem/cxl_type3: Improve error handling in realize()Jonathan Cameron2023-03-021-2/+10
* hw/cxl/device: Add Flex Bus Port DVSECIra Weiny2022-12-211-0/+11
* hw/mem/cxl-type3: Add CXL CDAT Data Object ExchangeHuai-Cheng Kuo2022-11-071-0/+255
* hw/mem/cxl-type3: Add MSIX supportJonathan Cameron2022-11-071-0/+9
* mem/cxl-type3: Add sn option to provide serial number for PCI ecapJonathan Cameron2022-10-091-1/+13
* mem/cxl_type3: fix GPF DVSECTong Zhang2022-09-291-1/+1
* mem/cxl_type3: Add read and write functions for associated hostmem.Jonathan Cameron2022-05-131-0/+91
* hw/cxl/device: Implement get/set Label Storage Area (LSA)Ben Widawsky2022-05-131-1/+55
* hw/cxl/device: Plumb real Label Storage Area (LSA) sizingBen Widawsky2022-05-131-0/+9
* hw/cxl/device: Implement MMIO HDM decoding (8.2.5.12)Ben Widawsky2022-05-131-0/+55
* hw/cxl/device: Add a memory device (8.2.8.5)Ben Widawsky2022-05-131-0/+162