summaryrefslogtreecommitdiffstats
path: root/include/hw/mem/memory-device.h
Commit message (Expand)AuthorAgeFilesLines
* memory-device: Add get_min_alignment() callbackDavid Hildenbrand2020-11-031-0/+10
* qapi: Restrict device memory commands to machine codePhilippe Mathieu-Daudé2020-09-291-1/+1
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-4/+2Star
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+3
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-1/+1
* Include generated QAPI headers lessMarkus Armbruster2019-08-161-0/+1
* qom: make interface types abstractMarc-André Lureau2018-12-111-3/+1Star
* memory-device: complete factoring out unplug handlingDavid Hildenbrand2018-10-241-1/+1
* memory-device: complete factoring out plug handlingDavid Hildenbrand2018-10-241-2/+1Star
* memory-device: complete factoring out pre_plug handlingDavid Hildenbrand2018-10-241-3/+2Star
* memory-device: add device class function set_addr()David Hildenbrand2018-10-241-0/+8
* memory-device: drop get_region_size()David Hildenbrand2018-10-241-1/+0Star
* memory-device: factor out get_memory_region() from pc-dimmDavid Hildenbrand2018-10-241-0/+15
* memory-device: add and use memory_device_get_region_size()David Hildenbrand2018-10-241-0/+2
* memory-device: document MemoryDeviceClassDavid Hildenbrand2018-10-241-0/+36
* memory-device: forward errors in get_region_size()/get_plugged_size()David Hildenbrand2018-10-241-2/+2
* pc-dimm: move actual plug/unplug of a memory region to MemoryDeviceDavid Hildenbrand2018-05-071-0/+3
* pc-dimm: factor out address search into MemoryDevice codeDavid Hildenbrand2018-05-071-0/+3
* pc-dimm: factor out MemoryDevice interfaceDavid Hildenbrand2018-05-071-0/+45