aboutsummaryrefslogtreecommitdiff
path: root/backends/hostmem-ram.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-23HostMem: Add mechanism to opt in kvm guest memfd via MachineStateXiaoyao Li1-0/+1
2024-01-05backends: Have HostMemoryBackendClass::alloc() handler return a booleanPhilippe Mathieu-Daudé1-4/+5
2024-01-05backends: Use g_autofree in HostMemoryBackendClass::alloc() handlersPhilippe Mathieu-Daudé1-2/+1
2021-06-15hostmem: Wire up RAM_NORESERVE via "reserve" propertyDavid Hildenbrand1-0/+1
2021-06-15softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()David Hildenbrand1-2/+4
2020-02-19machine: alias -mem-path and -mem-prealloc into memory-foo backendIgor Mammedov1-2/+0
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+2
2019-01-07hostmem: use object id for memory region name with >= 4.0Marc-André Lureau1-5/+4
2018-02-19mem: add share parameter to memory-backend-ramMarcel Apfelbaum1-2/+2
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell1-1/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-02-04backends: Clean up includesPeter Maydell1-0/+1
2014-09-09hostmem-ram: don't exit qemu if size of memory-backend-ram is way too bigHu Tao1-1/+1
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-1/+1
2014-06-19hostmem: separate allocation from UserCreatable complete methodHu Tao1-4/+3
2014-06-18add memdev backend infrastructureIgor Mammedov1-0/+54