index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
mem
/
memory-device.c
Age
Commit message (
Expand
)
Author
2024-06-19
hw/mem/memory-device: Remove legacy_align from memory_device_pre_plug()
Philippe Mathieu-Daudé
2024-02-06
memory-device: reintroduce memory region size check
David Hildenbrand
2023-11-15
hw/mem/memory-device.c: spelling fix: ontaining
Michael Tokarev
2023-11-06
memory-device: Drop size alignment check
David Hildenbrand
2023-11-03
memory-device: Support empty memory devices
David Hildenbrand
2023-10-12
memory-device,vhost: Support automatic decision on the number of memslots
David Hildenbrand
2023-10-12
memory-device,vhost: Support memory devices that dynamically consume memslots
David Hildenbrand
2023-10-12
memory-device: Track required and actually used memslots in DeviceMemoryState
David Hildenbrand
2023-10-12
memory-device: Support memory devices with multiple memslots
David Hildenbrand
2023-10-12
vhost: Return number of free memslots
David Hildenbrand
2023-10-12
kvm: Return number of free memslots
David Hildenbrand
2023-07-12
memory-device: Track used region size in DeviceMemoryState
David Hildenbrand
2023-07-12
memory-device: Refactor memory_device_pre_plug()
David Hildenbrand
2023-07-12
memory-device: Introduce machine_memory_devices_init()
David Hildenbrand
2023-07-12
memory-device: Unify enabled vs. supported error messages
David Hildenbrand
2023-03-22
*: Add missing includes of qemu/error-report.h
Richard Henderson
2021-01-28
qapi: More complex uses of QAPI_LIST_APPEND
Eric Blake
2020-11-03
memory-device: Add get_min_alignment() callback
David Hildenbrand
2020-11-03
memory-device: Support big alignment requirements
David Hildenbrand
2019-12-18
memory-device: Fix memory pre-plug error API violations
Markus Armbruster
2019-10-15
memory-device: break the loop if tmp exceed the hinted range
Wei Yang
2019-10-15
memory-device: not necessary to use goto for the last check
Wei Yang
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-01-09
memory-device: rewrite address assignment using ranges
David Hildenbrand
2018-12-11
memory-device: avoid overflows on very huge devices
David Hildenbrand
2018-12-11
memory-device: use QEMU_IS_ALIGNED
David Hildenbrand
2018-10-24
memory-device: trace when pre_plugging/plugging/unplugging
David Hildenbrand
2018-10-24
memory-device: complete factoring out unplug handling
David Hildenbrand
2018-10-24
memory-device: complete factoring out plug handling
David Hildenbrand
2018-10-24
memory-device: complete factoring out pre_plug handling
David Hildenbrand
2018-10-24
memory-device: drop get_region_size()
David Hildenbrand
2018-10-24
memory-device: add and use memory_device_get_region_size()
David Hildenbrand
2018-10-24
memory-device: forward errors in get_region_size()/get_plugged_size()
David Hildenbrand
2018-10-24
memory-device: use memory device terminology in error messages
David Hildenbrand
2018-10-24
memory-device: improve "range conflicts" error message
David Hildenbrand
2018-10-24
memory-device: fix error message when hinted address is too small
David Hildenbrand
2018-10-24
memory-device: fix alignment error message
David Hildenbrand
2018-06-28
memory-device: turn alignment assert into check
David Hildenbrand
2018-05-07
pc-dimm: move actual plug/unplug of a memory region to MemoryDevice
David Hildenbrand
2018-05-07
pc-dimm: factor out capacity and slot checks into MemoryDevice
David Hildenbrand
2018-05-07
pc-dimm: factor out address search into MemoryDevice code
David Hildenbrand
2018-05-07
pc-dimm: factor out MemoryDevice interface
David Hildenbrand