aboutsummaryrefslogtreecommitdiff
path: root/hw/mem/memory-device.c
AgeCommit message (Expand)Author
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