aboutsummaryrefslogtreecommitdiff
path: root/hw/mem/memory-device.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-18memory-device: Fix memory pre-plug error API violationsMarkus Armbruster1-2/+4
2019-10-15memory-device: break the loop if tmp exceed the hinted rangeWei Yang1-0/+2
2019-10-15memory-device: not necessary to use goto for the last checkWei Yang1-1/+0
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-1/+0
2019-01-09memory-device: rewrite address assignment using rangesDavid Hildenbrand1-25/+26
2018-12-11memory-device: avoid overflows on very huge devicesDavid Hildenbrand1-1/+2
2018-12-11memory-device: use QEMU_IS_ALIGNEDDavid Hildenbrand1-3/+3
2018-10-24memory-device: trace when pre_plugging/plugging/unpluggingDavid Hildenbrand1-0/+8
2018-10-24memory-device: complete factoring out unplug handlingDavid Hildenbrand1-2/+9
2018-10-24memory-device: complete factoring out plug handlingDavid Hildenbrand1-3/+10
2018-10-24memory-device: complete factoring out pre_plug handlingDavid Hildenbrand1-3/+29
2018-10-24memory-device: drop get_region_size()David Hildenbrand1-2/+9
2018-10-24memory-device: add and use memory_device_get_region_size()David Hildenbrand1-3/+10
2018-10-24memory-device: forward errors in get_region_size()/get_plugged_size()David Hildenbrand1-6/+3
2018-10-24memory-device: use memory device terminology in error messagesDavid Hildenbrand1-3/+3
2018-10-24memory-device: improve "range conflicts" error messageDavid Hildenbrand1-1/+2
2018-10-24memory-device: fix error message when hinted address is too smallDavid Hildenbrand1-1/+2
2018-10-24memory-device: fix alignment error messageDavid Hildenbrand1-1/+1
2018-06-28memory-device: turn alignment assert into checkDavid Hildenbrand1-1/+7
2018-05-07pc-dimm: move actual plug/unplug of a memory region to MemoryDeviceDavid Hildenbrand1-0/+18
2018-05-07pc-dimm: factor out capacity and slot checks into MemoryDeviceDavid Hildenbrand1-0/+51
2018-05-07pc-dimm: factor out address search into MemoryDevice codeDavid Hildenbrand1-0/+86
2018-05-07pc-dimm: factor out MemoryDevice interfaceDavid Hildenbrand1-0/+120