summaryrefslogtreecommitdiffstats
path: root/backends/hostmem-file.c
Commit message (Expand)AuthorAgeFilesLines
* hostmem-file: Add "discard-data" optionEduardo Habkost2017-09-191-0/+29
* hostmem: use host_memory_backend_mr_inited() where properPeter Xu2017-04-201-3/+3
* hostmem-file: Register TYPE_MEMORY_BACKEND_FILE properties as class propertiesEduardo Habkost2016-10-171-15/+11Star
* hostmem-file: plug a small leakMarc-André Lureau2016-04-151-0/+8
* hostmem-file: fix memory leakGonglei2016-04-081-1/+4
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* backends: Clean up includesPeter Maydell2016-02-041-0/+1
* maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange2015-09-111-3/+1Star
* hostmem: Fix mem-path property name in error reportJan Kiszka2015-04-301-1/+1
* hostmem: add property to map memory with MAP_SHAREDPaolo Bonzini2014-06-191-1/+25
* hostmem: allow preallocation of any memory regionPaolo Bonzini2014-06-191-0/+3
* hostmem: add file-based HostMemoryBackendPaolo Bonzini2014-06-191-0/+107