aboutsummaryrefslogtreecommitdiff
path: root/include/hw/mem/memory-device.h
AgeCommit message (Expand)AuthorFilesLines
2024-06-19hw/mem/memory-device: Remove legacy_align from memory_device_pre_plug()Philippe Mathieu-Daudé1-1/+1
2024-01-30include: Clean up includesPeter Maydell1-1/+0
2023-11-03memory-device: Support empty memory devicesDavid Hildenbrand1-1/+6
2023-10-12memory-device,vhost: Support automatic decision on the number of memslotsDavid Hildenbrand1-0/+32
2023-10-12memory-device,vhost: Support memory devices that dynamically consume memslotsDavid Hildenbrand1-0/+7
2023-10-12memory-device: Support memory devices with multiple memslotsDavid Hildenbrand1-0/+18
2020-11-03memory-device: Add get_min_alignment() callbackDavid Hildenbrand1-0/+10
2020-09-29qapi: Restrict device memory commands to machine codePhilippe Mathieu-Daudé1-1/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-4/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+3
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-1/+1
2019-08-16Include generated QAPI headers lessMarkus Armbruster1-0/+1
2018-12-11qom: make interface types abstractMarc-André Lureau1-3/+1
2018-10-24memory-device: complete factoring out unplug handlingDavid Hildenbrand1-1/+1
2018-10-24memory-device: complete factoring out plug handlingDavid Hildenbrand1-2/+1
2018-10-24memory-device: complete factoring out pre_plug handlingDavid Hildenbrand1-3/+2
2018-10-24memory-device: add device class function set_addr()David Hildenbrand1-0/+8
2018-10-24memory-device: drop get_region_size()David Hildenbrand1-1/+0
2018-10-24memory-device: factor out get_memory_region() from pc-dimmDavid Hildenbrand1-0/+15
2018-10-24memory-device: add and use memory_device_get_region_size()David Hildenbrand1-0/+2
2018-10-24memory-device: document MemoryDeviceClassDavid Hildenbrand1-0/+36
2018-10-24memory-device: forward errors in get_region_size()/get_plugged_size()David Hildenbrand1-2/+2
2018-05-07pc-dimm: move actual plug/unplug of a memory region to MemoryDeviceDavid Hildenbrand1-0/+3
2018-05-07pc-dimm: factor out address search into MemoryDevice codeDavid Hildenbrand1-0/+3
2018-05-07pc-dimm: factor out MemoryDevice interfaceDavid Hildenbrand1-0/+45