summaryrefslogtreecommitdiff
path: root/backends/hostmem-file.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-19mem: add share parameter to memory-backend-ramMarcel Apfelbaum1-24/+1
2018-01-19hostmem-file: add "align" optionHaozhong Zhang1-1/+40
2017-09-19hostmem-file: Add "discard-data" optionEduardo Habkost1-0/+29
2017-04-20hostmem: use host_memory_backend_mr_inited() where properPeter Xu1-3/+3
2016-10-17hostmem-file: Register TYPE_MEMORY_BACKEND_FILE properties as class propertiesEduardo Habkost1-15/+11
2016-04-15hostmem-file: plug a small leakMarc-André Lureau1-0/+8
2016-04-08hostmem-file: fix memory leakGonglei1-1/+4
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-02-04backends: Clean up includesPeter Maydell1-0/+1
2015-09-11maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange1-3/+1
2015-04-30hostmem: Fix mem-path property name in error reportJan Kiszka1-1/+1
2014-06-19hostmem: add property to map memory with MAP_SHAREDPaolo Bonzini1-1/+25
2014-06-19hostmem: allow preallocation of any memory regionPaolo Bonzini1-0/+3
2014-06-19hostmem: add file-based HostMemoryBackendPaolo Bonzini1-0/+107