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