summaryrefslogtreecommitdiffstats
path: root/hw/mem/memory-device.c
Commit message (Expand)AuthorAgeFilesLines
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-1/+0Star
* memory-device: rewrite address assignment using rangesDavid Hildenbrand2019-01-101-25/+26
* memory-device: avoid overflows on very huge devicesDavid Hildenbrand2018-12-111-1/+2
* memory-device: use QEMU_IS_ALIGNEDDavid Hildenbrand2018-12-111-3/+3
* memory-device: trace when pre_plugging/plugging/unpluggingDavid Hildenbrand2018-10-241-0/+8
* memory-device: complete factoring out unplug handlingDavid Hildenbrand2018-10-241-2/+9
* memory-device: complete factoring out plug handlingDavid Hildenbrand2018-10-241-3/+10
* memory-device: complete factoring out pre_plug handlingDavid Hildenbrand2018-10-241-3/+29
* memory-device: drop get_region_size()David Hildenbrand2018-10-241-2/+9
* memory-device: add and use memory_device_get_region_size()David Hildenbrand2018-10-241-3/+10
* memory-device: forward errors in get_region_size()/get_plugged_size()David Hildenbrand2018-10-241-6/+3Star
* memory-device: use memory device terminology in error messagesDavid Hildenbrand2018-10-241-3/+3
* memory-device: improve "range conflicts" error messageDavid Hildenbrand2018-10-241-1/+2
* memory-device: fix error message when hinted address is too smallDavid Hildenbrand2018-10-241-1/+2
* memory-device: fix alignment error messageDavid Hildenbrand2018-10-241-1/+1
* memory-device: turn alignment assert into checkDavid Hildenbrand2018-06-281-1/+7
* pc-dimm: move actual plug/unplug of a memory region to MemoryDeviceDavid Hildenbrand2018-05-071-0/+18
* pc-dimm: factor out capacity and slot checks into MemoryDeviceDavid Hildenbrand2018-05-071-0/+51
* pc-dimm: factor out address search into MemoryDevice codeDavid Hildenbrand2018-05-071-0/+86
* pc-dimm: factor out MemoryDevice interfaceDavid Hildenbrand2018-05-071-0/+120