summaryrefslogtreecommitdiffstats
path: root/backends/hostmem-ram.c
Commit message (Expand)AuthorAgeFilesLines
* hostmem: Wire up RAM_NORESERVE via "reserve" propertyDavid Hildenbrand2021-06-151-0/+1
* softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()David Hildenbrand2021-06-151-2/+4
* machine: alias -mem-path and -mem-prealloc into memory-foo backendIgor Mammedov2020-02-191-2/+0Star
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+2
* hostmem: use object id for memory region name with >= 4.0Marc-André Lureau2019-01-071-5/+4Star
* mem: add share parameter to memory-backend-ramMarcel Apfelbaum2018-02-191-2/+2
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-141-1/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* backends: Clean up includesPeter Maydell2016-02-041-0/+1
* hostmem-ram: don't exit qemu if size of memory-backend-ram is way too bigHu Tao2014-09-091-1/+1
* memory: add parameter errp to memory_region_init_ramHu Tao2014-09-091-1/+1
* hostmem: separate allocation from UserCreatable complete methodHu Tao2014-06-191-4/+3Star
* add memdev backend infrastructureIgor Mammedov2014-06-181-0/+54