aboutsummaryrefslogtreecommitdiff
path: root/backends/hostmem-file.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth1-1/+0
2021-02-18hostmem: Don't report pmem attribute if unsupportedMichal Privoznik1-9/+4
2021-02-01hostmem-file: add readonly=on|off optionStefan Hajnoczi1-1/+27
2021-02-01memory: add readonly support to memory_region_init_ram_from_file()Stefan Hajnoczi1-1/+1
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-1/+2
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster1-3/+1
2020-07-10error: Avoid unnecessary error_propagate() after error_setg()Markus Armbruster1-13/+6
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster1-2/+1
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-7/+4
2020-02-19hostmem: fix strict bind policyIgor Mammedov1-1/+0
2020-02-19machine: alias -mem-path and -mem-prealloc into memory-foo backendIgor Mammedov1-7/+0
2019-09-16memory: fetch pmem size in get_file_size()Stefan Hajnoczi1-22/+0
2019-09-03hostmem-file: fix pmem file size checkStefan Hajnoczi1-2/+2
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+2
2019-03-11hostmem-file: reject invalid pmem file sizesStefan Hajnoczi1-0/+23
2019-03-06hostmem-file: simplify ifdef-s in file_backend_memory_alloc()Igor Mammedov1-5/+4
2019-01-28hostmem: add more information in error messagesZhang Yi1-2/+4
2019-01-07hostmem: use object id for memory region name with >= 4.0Marc-André Lureau1-4/+4
2018-12-11hostmem-file: remove object id from pmem error messageZhang Yi1-10/+4
2018-11-28hostmem: no need to check for host_memory_backend_mr_inited() in alloc()Marc-André Lureau1-12/+12
2018-10-24hostmem-file: fixed the memory leak while get pmem path.Zhang Yi1-2/+8
2018-10-02hostmem-file: make available memory-backend-file on POSIX-based hostsHikaru Nishida1-1/+1
2018-08-10hostmem-file: add the 'pmem' optionJunyan He1-2/+41
2018-08-10memory, exec: switch file ram allocation functions to 'flags' parametersJunyan He1-1/+2
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