summaryrefslogtreecommitdiff
path: root/backends/hostmem-file.c
AgeCommit message (Expand)AuthorFilesLines
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