summary refs log tree commit diff stats
path: root/hw/mem/memory-device.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* include/system: Move exec/address-spaces.h to system/address-spaces.hRichard Henderson2025-04-231-1/+1
* include: Rename sysemu/ -> system/Philippe Mathieu-Daudé2024-12-201-1/+1
* hw/mem/memory-device: Remove legacy_align from memory_device_pre_plug()Philippe Mathieu-Daudé2024-06-191-8/+4
* memory-device: reintroduce memory region size checkDavid Hildenbrand2024-02-061-0/+14
* hw/mem/memory-device.c: spelling fix: ontainingMichael Tokarev2023-11-151-1/+1
* memory-device: Drop size alignment checkDavid Hildenbrand2023-11-061-6/+0
* memory-device: Support empty memory devicesDavid Hildenbrand2023-11-031-3/+40
* memory-device,vhost: Support automatic decision on the number of memslotsDavid Hildenbrand2023-10-121-3/+93
* memory-device,vhost: Support memory devices that dynamically consume memslotsDavid Hildenbrand2023-10-121-2/+27
* memory-device: Track required and actually used memslots in DeviceMemoryStateDavid Hildenbrand2023-10-121-0/+54
* memory-device: Support memory devices with multiple memslotsDavid Hildenbrand2023-10-121-8/+19
* vhost: Return number of free memslotsDavid Hildenbrand2023-10-121-1/+1
* kvm: Return number of free memslotsDavid Hildenbrand2023-10-121-1/+1
* memory-device: Track used region size in DeviceMemoryStateDavid Hildenbrand2023-07-121-19/+3
* memory-device: Refactor memory_device_pre_plug()David Hildenbrand2023-07-121-14/+14
* memory-device: Introduce machine_memory_devices_init()David Hildenbrand2023-07-121-0/+14
* memory-device: Unify enabled vs. supported error messagesDavid Hildenbrand2023-07-121-9/+4
* *: Add missing includes of qemu/error-report.hRichard Henderson2023-03-221-0/+1
* qapi: More complex uses of QAPI_LIST_APPENDEric Blake2021-01-281-10/+2
* memory-device: Add get_min_alignment() callbackDavid Hildenbrand2020-11-031-2/+9
* memory-device: Support big alignment requirementsDavid Hildenbrand2020-11-031-4/+5
* memory-device: Fix memory pre-plug error API violationsMarkus Armbruster2019-12-181-2/+4
* memory-device: break the loop if tmp exceed the hinted rangeWei Yang2019-10-151-0/+2
* memory-device: not necessary to use goto for the last checkWei Yang2019-10-151-1/+0
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-1/+0
* memory-device: rewrite address assignment using rangesDavid Hildenbrand2019-01-091-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/+3
* 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