summaryrefslogtreecommitdiffstats
path: root/backends/hostmem-file.c
Commit message (Expand)AuthorAgeFilesLines
* include: Move qemu_madvise() and related #defines to new qemu/madvise.hPeter Maydell2022-02-211-0/+1
* hostmem: Wire up RAM_NORESERVE via "reserve" propertyDavid Hildenbrand2021-06-151-5/+6
* Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* hostmem: Don't report pmem attribute if unsupportedMichal Privoznik2021-02-191-9/+4Star
* hostmem-file: add readonly=on|off optionStefan Hajnoczi2021-02-011-1/+27
* memory: add readonly support to memory_region_init_ram_from_file()Stefan Hajnoczi2021-02-011-1/+1
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-1/+2
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-3/+1Star
* error: Avoid unnecessary error_propagate() after error_setg()Markus Armbruster2020-07-101-13/+6Star
* qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2020-07-101-2/+1Star
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-7/+4Star
* hostmem: fix strict bind policyIgor Mammedov2020-02-191-1/+0Star
* machine: alias -mem-path and -mem-prealloc into memory-foo backendIgor Mammedov2020-02-191-7/+0Star
* memory: fetch pmem size in get_file_size()Stefan Hajnoczi2019-09-161-22/+0Star
* hostmem-file: fix pmem file size checkStefan Hajnoczi2019-09-031-2/+2
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-1/+2
* hostmem-file: reject invalid pmem file sizesStefan Hajnoczi2019-03-111-0/+23
* hostmem-file: simplify ifdef-s in file_backend_memory_alloc()Igor Mammedov2019-03-061-5/+4Star
* hostmem: add more information in error messagesZhang Yi2019-01-281-2/+4
* hostmem: use object id for memory region name with >= 4.0Marc-André Lureau2019-01-071-4/+4
* hostmem-file: remove object id from pmem error messageZhang Yi2018-12-111-10/+4Star
* hostmem: no need to check for host_memory_backend_mr_inited() in alloc()Marc-André Lureau2018-11-281-12/+12
* hostmem-file: fixed the memory leak while get pmem path.Zhang Yi2018-10-241-2/+8
* hostmem-file: make available memory-backend-file on POSIX-based hostsHikaru Nishida2018-10-021-1/+1
* hostmem-file: add the 'pmem' optionJunyan He2018-08-101-2/+41
* memory, exec: switch file ram allocation functions to 'flags' parametersJunyan He2018-08-101-1/+2
* mem: add share parameter to memory-backend-ramMarcel Apfelbaum2018-02-191-24/+1Star
* hostmem-file: add "align" optionHaozhong Zhang2018-01-191-1/+40
* 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