summary refs log tree commit diff stats
path: root/hw/cxl/cxl-mailbox-utils.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/cxl: Check for zero length features in cmd_features_set_feature()Jonathan Cameron2024-11-261-0/+4
* hw/cxl: Ensure there is enough data to read the input header in cmd_get_physi...Jonathan Cameron2024-11-041-0/+3
* hw/cxl: Ensure there is enough data for the header in cmd_ccls_set_lsa()Jonathan Cameron2024-11-041-2/+2
* hw/cxl: Check that writes do not go beyond end of target attributesJonathan Cameron2024-11-041-0/+10
* hw/cxl: Ensuring enough data to read parameters in cmd_tunnel_management_cmd()Jonathan Cameron2024-11-041-0/+3
* hw/cxl: Avoid accesses beyond the end of cel_log.Jonathan Cameron2024-11-041-9/+13
* hw/cxl: Check the length of data requested fits in get_log()Jonathan Cameron2024-11-041-1/+1
* hw/cxl: Check enough data in cmd_firmware_update_transfer()Jonathan Cameron2024-11-041-0/+4
* hw/cxl: Check input length is large enough in cmd_events_clear_records()Jonathan Cameron2024-11-041-0/+6
* hw/cxl: Check input includes at least the header in cmd_features_set_feature()Jonathan Cameron2024-11-041-0/+3
* hw/cxl: Check size of input data to dynamic capacity mailbox commandsJonathan Cameron2024-11-041-0/+18
* hw/cxl/cxl-mailbox-util: Fix output buffer index update when retrieving DC ex...Fan Ni2024-11-041-0/+1
* cxl/cxl-mailbox-utils: Fix size check for cmd_firmware_update_get_infoFan Ni2024-11-041-3/+3
* hw/cxl: Fix indent of structure memberJonathan Cameron2024-11-041-1/+1
* hw/cxl/cxl-mailbox-utils: Fix for device DDR5 ECS control feature tablesShiju Jose2024-11-041-15/+9
* hw/cxl: Fix background completion percentage calculationAjay Joshi2024-11-041-1/+2
* hw/cxl: Fix uint32 overflow cxl-mailbox-utils.cDmitry Frolov2024-11-041-1/+1
* hw/cxl: fix physical address field in get scan media results outputpeng guo2024-09-111-1/+1
* Merge tag 'hw-misc-20240723' of https://github.com/philmd/qemu into stagingRichard Henderson2024-07-241-4/+4
|\
| * cxl/mailbox: make range overlap check more readableYao Xingtao2024-07-231-4/+4
* | hw/cxl: Support firmware updatesDavidlohr Bueso2024-07-211-5/+200
* | hw/cxl/cxl-mailbox-utils: Add device DDR5 ECS control featureShiju Jose2024-07-211-0/+71
* | hw/cxl/cxl-mailbox-utils: Add device patrol scrub control featureShiju Jose2024-07-211-5/+74
* | hw/cxl/cxl-mailbox-utils: Add support for feature commands (8.2.9.6)Shiju Jose2024-07-211-0/+258
* | cxl/mailbox: move mailbox effect definitions to a headerGregory Price2024-07-211-19/+15
* | hw/cxl: Add get scan media results cmd supportDavidlohr Bueso2024-07-211-0/+85
* | hw/cxl/events: discard all event records during sanitationHyeonggon Yoo2024-07-211-0/+1
* | hw/cxl/mbox: replace sanitize_running() with cxl_dev_media_disabled()Hyeonggon Yoo2024-07-211-12/+17
* | hw/cxl: Add get scan media capabilities cmd supportDavidlohr Bueso2024-07-211-2/+209
* | hw/cxl/cxl-mailbox-utils: remove unneeded mailbox output payload space zeroingFan Ni2024-07-211-7/+0
|/
* hw/cxl/cxl-mailbox-utils: Add superset extent release mailbox supportFan Ni2024-07-011-13/+8
* hw/mem/cxl_type3: Add DPA range validation for accesses to DC regionsFan Ni2024-07-011-0/+3
* hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extentsFan Ni2024-07-011-12/+50
* hw/cxl/cxl-mailbox-utils: Add mailbox commands to support add/release dynamic...Fan Ni2024-07-011-0/+394
* hw/mem/cxl_type3: Add DC extent list representative and get DC extent list ma...Fan Ni2024-07-011-1/+72
* hw/mem/cxl_type3: Add host backend and address space handling for DC regionsFan Ni2024-07-011-5/+11
* include/hw/cxl/cxl_device: Rename mem_size as static_mem_size for type3 memor...Fan Ni2024-07-011-2/+2
* hw/cxl/cxl-mailbox-utils: Add dynamic capacity region representative and mail...Fan Ni2024-07-011-0/+96
* hw/cxl/cxl-mailbox-utils: Add dc_event_log_size field to output payload of id...Fan Ni2024-07-011-1/+4
* hw/cxl/mailbox: interface to add CCI commands to an existing CCIGregory Price2024-07-011-2/+17
* hw/cxl/mailbox: change CCI cmd set structure to be a member, not a referenceGregory Price2024-07-011-4/+15
* hw/cxl: Standardize all references on CXL r3.1 and minor updatesJonathan Cameron2024-02-141-22/+27
* hw/cxl/mbox: Remove dead codeDavidlohr Bueso2024-02-141-28/+15
* hw/cxl: spelling fixes: limitaions, potentialy, intializedMichael Tokarev2023-11-151-1/+1
* 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-071-17/+14
* hw/cxl/mbox: Add support for background operationsDavidlohr Bueso2023-11-071-1/+91