aboutsummaryrefslogtreecommitdiff
path: root/softmmu/memory_mapping.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2022-03-06sysemu/memory_mapping: Become target-agnosticPhilippe Mathieu-Daudé1-0/+1
2021-10-02softmmu/memory_mapping: optimize for RamDiscardManager sectionsDavid Hildenbrand1-0/+20
2021-10-02softmmu/memory_mapping: factor out adding physical memory rangesDavid Hildenbrand1-21/+20
2021-10-02softmmu/memory_mapping: never merge ranges accross memory regionsDavid Hildenbrand1-1/+2
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2020-07-10softmmu: move softmmu only files from rootClaudio Fontana1-0/+357