summary refs log tree commit diff stats
path: root/include/hw/mem/memory-device.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/mem/memory-device: Remove legacy_align from memory_device_pre_plug()Philippe Mathieu-Daudé2024-06-191-1/+1
* include: Clean up includesPeter Maydell2024-01-301-1/+0
* memory-device: Support empty memory devicesDavid Hildenbrand2023-11-031-1/+6
* memory-device,vhost: Support automatic decision on the number of memslotsDavid Hildenbrand2023-10-121-0/+32
* memory-device,vhost: Support memory devices that dynamically consume memslotsDavid Hildenbrand2023-10-121-0/+7
* memory-device: Support memory devices with multiple memslotsDavid Hildenbrand2023-10-121-0/+18
* 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/+2
* 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/+1
* memory-device: complete factoring out unplug handlingDavid Hildenbrand2018-10-241-1/+1
* memory-device: complete factoring out plug handlingDavid Hildenbrand2018-10-241-2/+1
* memory-device: complete factoring out pre_plug handlingDavid Hildenbrand2018-10-241-3/+2
* 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/+0
* 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