aboutsummaryrefslogtreecommitdiff
path: root/backends/hostmem-memfd.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-15hostmem: Wire up RAM_NORESERVE via "reserve" propertyDavid Hildenbrand1-0/+1
2021-06-15softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd()David Hildenbrand1-3/+4
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth1-1/+0
2021-02-09memory: alloc RAM from file at offsetJagannathan Raman1-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-8/+7
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-5/+3
2020-05-15qom: Drop object_property_set_description() parameter @errpMarkus Armbruster1-6/+3
2020-02-19hostmem: fix strict bind policyIgor Mammedov1-1/+0
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+2
2019-03-11hostmem-memfd: disable for systems without sealing supportIlya Maximets1-10/+8
2019-01-07hostmem: use object id for memory region name with >= 4.0Marc-André Lureau1-1/+1
2018-11-28hostmem: no need to check for host_memory_backend_mr_inited() in alloc()Marc-André Lureau1-4/+0
2018-11-27hostmem-memfd: honour share=on/off propertyMarc-André Lureau1-1/+3
2018-10-05hostmem: add some properties descriptionMarc-André Lureau1-0/+9
2018-10-02hostmem-memfd: add checks before adding hostmem-memfd & propertiesMarc-André Lureau1-13/+19
2018-02-07Add memfd based hostmemMarc-André Lureau1-0/+170