summaryrefslogtreecommitdiffstats
path: root/backends/hostmem-ram.c
Commit message (Expand)AuthorAgeFilesLines
* 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