aboutsummaryrefslogtreecommitdiff
path: root/backends/hostmem-file.c
AgeCommit message (Expand)Author
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-02-19hostmem: fix strict bind policyIgor Mammedov
2020-02-19machine: alias -mem-path and -mem-prealloc into memory-foo backendIgor Mammedov
2019-09-16memory: fetch pmem size in get_file_size()Stefan Hajnoczi
2019-09-03hostmem-file: fix pmem file size checkStefan Hajnoczi
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-03-11hostmem-file: reject invalid pmem file sizesStefan Hajnoczi
2019-03-06hostmem-file: simplify ifdef-s in file_backend_memory_alloc()Igor Mammedov
2019-01-28hostmem: add more information in error messagesZhang Yi
2019-01-07hostmem: use object id for memory region name with >= 4.0Marc-André Lureau
2018-12-11hostmem-file: remove object id from pmem error messageZhang Yi
2018-11-28hostmem: no need to check for host_memory_backend_mr_inited() in alloc()Marc-André Lureau
2018-10-24hostmem-file: fixed the memory leak while get pmem path.Zhang Yi
2018-10-02hostmem-file: make available memory-backend-file on POSIX-based hostsHikaru Nishida
2018-08-10hostmem-file: add the 'pmem' optionJunyan He
2018-08-10memory, exec: switch file ram allocation functions to 'flags' parametersJunyan He
2018-02-19mem: add share parameter to memory-backend-ramMarcel Apfelbaum
2018-01-19hostmem-file: add "align" optionHaozhong Zhang
2017-09-19hostmem-file: Add "discard-data" optionEduardo Habkost
2017-04-20hostmem: use host_memory_backend_mr_inited() where properPeter Xu
2016-10-17hostmem-file: Register TYPE_MEMORY_BACKEND_FILE properties as class propertiesEduardo Habkost
2016-04-15hostmem-file: plug a small leakMarc-André Lureau
2016-04-08hostmem-file: fix memory leakGonglei
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-04backends: Clean up includesPeter Maydell
2015-09-11maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange
2015-04-30hostmem: Fix mem-path property name in error reportJan Kiszka
2014-06-19hostmem: add property to map memory with MAP_SHAREDPaolo Bonzini
2014-06-19hostmem: allow preallocation of any memory regionPaolo Bonzini
2014-06-19hostmem: add file-based HostMemoryBackendPaolo Bonzini