summary refs log tree commit diff stats
path: root/hw/mem (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/mem/cxl-type3: Add properties to control link speed and widthJonathan Cameron2024-11-041-0/+6
* hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell2024-09-131-1/+1
* hw/cxl/cxl-mailbox-utils: Add device DDR5 ECS control featureShiju Jose2024-07-211-0/+14
* hw/cxl/cxl-mailbox-utils: Add device patrol scrub control featureShiju Jose2024-07-211-0/+9
* hw/cxl/mbox: replace sanitize_running() with cxl_dev_media_disabled()Hyeonggon Yoo2024-07-211-2/+2
* hw/cxl: Add get scan media capabilities cmd supportDavidlohr Bueso2024-07-211-7/+15
* hw/cxl: Check for multiple mappings of memory backends.Jonathan Cameron2024-07-211-0/+15
* hw/cxl/events: Improve QMP interfaces and documentation for add/release dynam...Jonathan Cameron2024-07-032-13/+13
* hw/cxl: Fix read from bogus memoryIra Weiny2024-07-011-1/+1
* hw/mem/cxl_type3: Allow to release extent superset in QMP interfaceFan Ni2024-07-011-1/+1
* hw/mem/cxl_type3: Add DPA range validation for accesses to DC regionsFan Ni2024-07-011-0/+76
* hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extentsFan Ni2024-07-012-1/+330
* hw/cxl/cxl-mailbox-utils: Add mailbox commands to support add/release dynamic...Fan Ni2024-07-011-0/+11
* hw/mem/cxl_type3: Add DC extent list representative and get DC extent list ma...Fan Ni2024-07-011-0/+1
* hw/mem/cxl_type3: Add host backend and address space handling for DC regionsFan Ni2024-07-011-32/+145
* hw/mem/cxl-type3: Refactor ct3_build_cdat_entries_for_mr to take mr size inst...Fan Ni2024-07-011-6/+9
* hw/mem/cxl_type3: Add support to create DC regions to type3 memory devicesFan Ni2024-07-011-0/+53
* include/hw/cxl/cxl_device: Rename mem_size as static_mem_size for type3 memor...Fan Ni2024-07-011-4/+4
* hw/mem/memory-device: Remove legacy_align from memory_device_pre_plug()Philippe Mathieu-Daudé2024-06-192-9/+5
* hw/mem/pc-dimm: Remove legacy_align argument from pc_dimm_pre_plug()Philippe Mathieu-Daudé2024-06-191-4/+2
* hw/cxl/cxl-cdat: Make cxl_doe_cdat_init() return booleanZhao Liu2024-04-251-2/+1
* memory-device: move stubs out of stubs/Paolo Bonzini2024-04-182-0/+23
* 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
* memory-device: reintroduce memory region size checkDavid Hildenbrand2024-02-061-0/+14
* meson: remove CONFIG_ALLPaolo Bonzini2023-12-311-1/+0
* hw/mem/memory-device.c: spelling fix: ontainingMichael Tokarev2023-11-151-1/+1
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi2023-11-072-18/+50
|\
| * 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-072-14/+22
* | memory-device: Drop size alignment checkDavid Hildenbrand2023-11-061-6/+0
* | memory-device: Support empty memory devicesDavid Hildenbrand2023-11-031-3/+40
|/
* memory-device,vhost: Support automatic decision on the number of memslotsDavid Hildenbrand2023-10-121-3/+93
* memory-device,vhost: Support memory devices that dynamically consume memslotsDavid Hildenbrand2023-10-121-2/+27
* memory-device: Track required and actually used memslots in DeviceMemoryStateDavid Hildenbrand2023-10-121-0/+54
* memory-device: Support memory devices with multiple memslotsDavid Hildenbrand2023-10-121-8/+19
* vhost: Return number of free memslotsDavid Hildenbrand2023-10-121-1/+1
* kvm: Return number of free memslotsDavid Hildenbrand2023-10-121-1/+1
* 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-212-0/+21
* hw/other: spelling fixesMichael Tokarev2023-09-211-3/+3
* nvdimm: Reject writing label data to ROM instead of crashing QEMUDavid Hildenbrand2023-09-191-3/+7
* memory-device: Track used region size in DeviceMemoryStateDavid Hildenbrand2023-07-121-19/+3