aboutsummaryrefslogtreecommitdiff
path: root/hw/mem/memory-device.c
AgeCommit message (Expand)Author
2024-06-19hw/mem/memory-device: Remove legacy_align from memory_device_pre_plug()Philippe Mathieu-Daudé
2024-02-06memory-device: reintroduce memory region size checkDavid Hildenbrand
2023-11-15hw/mem/memory-device.c: spelling fix: ontainingMichael Tokarev
2023-11-06memory-device: Drop size alignment checkDavid Hildenbrand
2023-11-03memory-device: Support empty memory devicesDavid Hildenbrand
2023-10-12memory-device,vhost: Support automatic decision on the number of memslotsDavid Hildenbrand
2023-10-12memory-device,vhost: Support memory devices that dynamically consume memslotsDavid Hildenbrand
2023-10-12memory-device: Track required and actually used memslots in DeviceMemoryStateDavid Hildenbrand
2023-10-12memory-device: Support memory devices with multiple memslotsDavid Hildenbrand
2023-10-12vhost: Return number of free memslotsDavid Hildenbrand
2023-10-12kvm: Return number of free memslotsDavid Hildenbrand
2023-07-12memory-device: Track used region size in DeviceMemoryStateDavid Hildenbrand
2023-07-12memory-device: Refactor memory_device_pre_plug()David Hildenbrand
2023-07-12memory-device: Introduce machine_memory_devices_init()David Hildenbrand
2023-07-12memory-device: Unify enabled vs. supported error messagesDavid Hildenbrand
2023-03-22*: Add missing includes of qemu/error-report.hRichard Henderson
2021-01-28qapi: More complex uses of QAPI_LIST_APPENDEric Blake
2020-11-03memory-device: Add get_min_alignment() callbackDavid Hildenbrand
2020-11-03memory-device: Support big alignment requirementsDavid Hildenbrand
2019-12-18memory-device: Fix memory pre-plug error API violationsMarkus Armbruster
2019-10-15memory-device: break the loop if tmp exceed the hinted rangeWei Yang
2019-10-15memory-device: not necessary to use goto for the last checkWei Yang
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-01-09memory-device: rewrite address assignment using rangesDavid Hildenbrand
2018-12-11memory-device: avoid overflows on very huge devicesDavid Hildenbrand
2018-12-11memory-device: use QEMU_IS_ALIGNEDDavid Hildenbrand
2018-10-24memory-device: trace when pre_plugging/plugging/unpluggingDavid Hildenbrand
2018-10-24memory-device: complete factoring out unplug handlingDavid Hildenbrand
2018-10-24memory-device: complete factoring out plug handlingDavid Hildenbrand
2018-10-24memory-device: complete factoring out pre_plug handlingDavid Hildenbrand
2018-10-24memory-device: drop get_region_size()David Hildenbrand
2018-10-24memory-device: add and use memory_device_get_region_size()David Hildenbrand
2018-10-24memory-device: forward errors in get_region_size()/get_plugged_size()David Hildenbrand
2018-10-24memory-device: use memory device terminology in error messagesDavid Hildenbrand
2018-10-24memory-device: improve "range conflicts" error messageDavid Hildenbrand
2018-10-24memory-device: fix error message when hinted address is too smallDavid Hildenbrand
2018-10-24memory-device: fix alignment error messageDavid Hildenbrand
2018-06-28memory-device: turn alignment assert into checkDavid Hildenbrand
2018-05-07pc-dimm: move actual plug/unplug of a memory region to MemoryDeviceDavid Hildenbrand
2018-05-07pc-dimm: factor out capacity and slot checks into MemoryDeviceDavid Hildenbrand
2018-05-07pc-dimm: factor out address search into MemoryDevice codeDavid Hildenbrand
2018-05-07pc-dimm: factor out MemoryDevice interfaceDavid Hildenbrand