summaryrefslogtreecommitdiff
path: root/backends/hostmem-memfd.c
AgeCommit message (Expand)Author
2021-06-15hostmem: Wire up RAM_NORESERVE via "reserve" propertyDavid Hildenbrand
2021-06-15softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd()David Hildenbrand
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2021-02-09memory: alloc RAM from file at offsetJagannathan Raman
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10error: Avoid unnecessary error_propagate() after error_setg()Markus Armbruster
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-05-15qom: Drop object_property_set_description() parameter @errpMarkus Armbruster
2020-02-19hostmem: fix strict bind policyIgor Mammedov
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-03-11hostmem-memfd: disable for systems without sealing supportIlya Maximets
2019-01-07hostmem: use object id for memory region name with >= 4.0Marc-André Lureau
2018-11-28hostmem: no need to check for host_memory_backend_mr_inited() in alloc()Marc-André Lureau
2018-11-27hostmem-memfd: honour share=on/off propertyMarc-André Lureau
2018-10-05hostmem: add some properties descriptionMarc-André Lureau
2018-10-02hostmem-memfd: add checks before adding hostmem-memfd & propertiesMarc-André Lureau
2018-02-07Add memfd based hostmemMarc-André Lureau