index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
mem
/
memory-device.c
Age
Commit message (
Expand
)
Author
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