summary refs log tree commit diff stats
path: root/backends/hostmem-file.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé2025-04-251-1/+1
* memory: add RAM_PRIVATESteve Sistare2025-01-291-1/+1
* include: Rename sysemu/ -> system/Philippe Mathieu-Daudé2024-12-201-1/+1
* backends/hostmem: Report error when memory size is unalignedMichal Privoznik2024-06-081-0/+1
* HostMem: Add mechanism to opt in kvm guest memfd via MachineStateXiaoyao Li2024-04-231-0/+1
* backends: Have HostMemoryBackendClass::alloc() handler return a booleanPhilippe Mathieu-Daudé2024-01-051-9/+10
* backends: Use g_autofree in HostMemoryBackendClass::alloc() handlersPhilippe Mathieu-Daudé2024-01-051-2/+1
* backends/hostmem-file: Add "rom" property to support VM templating with R/O f...David Hildenbrand2023-09-191-1/+58
* softmmu/physmem: Distinguish between file access mode and mmap protectionDavid Hildenbrand2023-09-191-2/+2
* exec/memory: Introduce RAM_NAMED_FILE flagSteve Sistare2023-06-131-0/+1
* hostmem-file: add offset optionAlexander Graf2023-05-231-1/+39
* 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/+0
* hostmem: Don't report pmem attribute if unsupportedMichal Privoznik2021-02-181-9/+4
* 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/+1
* 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/+1
* error: Avoid unnecessary error_propagate() after error_setg()Markus Armbruster2020-07-101-13/+6
* qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2020-07-101-2/+1
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-7/+4
* hostmem: fix strict bind policyIgor Mammedov2020-02-191-1/+0
* machine: alias -mem-path and -mem-prealloc into memory-foo backendIgor Mammedov2020-02-191-7/+0
* memory: fetch pmem size in get_file_size()Stefan Hajnoczi2019-09-161-22/+0
* 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/+4
* 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/+4
* 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/+1
* 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/+11
* 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/+1
* hostmem: Fix mem-path property name in error reportJan Kiszka2015-04-301-1/+1