aboutsummaryrefslogtreecommitdiff
path: root/backends/hostmem-ram.c
AgeCommit message (Expand)Author
2020-02-19machine: alias -mem-path and -mem-prealloc into memory-foo backendIgor Mammedov
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-01-07hostmem: use object id for memory region name with >= 4.0Marc-André Lureau
2018-02-19mem: add share parameter to memory-backend-ramMarcel Apfelbaum
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-04backends: Clean up includesPeter Maydell
2014-09-09hostmem-ram: don't exit qemu if size of memory-backend-ram is way too bigHu Tao
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao
2014-06-19hostmem: separate allocation from UserCreatable complete methodHu Tao
2014-06-18add memdev backend infrastructureIgor Mammedov