aboutsummaryrefslogtreecommitdiff
path: root/include/sysemu/hostmem.h
AgeCommit message (Expand)Author
8 daysHostMem: Add mechanism to opt in kvm guest memfd via MachineStateXiaoyao Li
2024-01-05backends: Have HostMemoryBackendClass::alloc() handler return a booleanPhilippe Mathieu-Daudé
2022-10-27hostmem: Allow for specifying a ThreadContext for preallocationDavid Hildenbrand
2021-06-15hostmem: Wire up RAM_NORESERVE via "reserve" propertyDavid Hildenbrand
2020-09-18qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost
2020-09-09Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-02-19hostmem: fix strict bind policyIgor Mammedov
2020-02-19hostmem: introduce "prealloc-threads" propertyIgor Mammedov
2020-02-19machine: alias -mem-path and -mem-prealloc into memory-foo backendIgor Mammedov
2019-08-16numa: Move remaining NUMA declarations from sysemu.h to numa.hMarkus Armbruster
2019-08-16Include sysemu/hostmem.h lessMarkus Armbruster
2019-07-02qapi: Split machine.json off misc.jsonMarkus Armbruster
2019-01-07hostmem: use object id for memory region name with >= 4.0Marc-André Lureau
2018-06-28hostmem: drop error variable from host_memory_backend_get_memory()David Hildenbrand
2018-05-09memdev: remove "id" propertyPaolo Bonzini
2018-04-27Add host_memory_backend_pagesize() helperDavid Gibson
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-02-19mem: add share parameter to memory-backend-ramMarcel Apfelbaum
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2017-04-20hostmem: introduce host_memory_backend_mr_inited()Peter Xu
2017-01-12monitor: fix qmp/hmp query-memdev not reporting IDs of memory backendsIgor Mammedov
2016-07-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-07-13hostmem: detect host backend memory is being used properlyXiao Guangrong
2016-07-12Clean up header guards that don't match their file nameMarkus Armbruster
2016-05-18remove comment for nonexistent structure memberCao jin
2016-02-23include: Clean up includesPeter Maydell
2014-06-19hostmem: add properties for NUMA memory policyHu Tao
2014-06-19hostmem: allow preallocation of any memory regionPaolo Bonzini
2014-06-19hostmem: add merge and dump propertiesPaolo Bonzini
2014-06-19hostmem: separate allocation from UserCreatable complete methodHu Tao
2014-06-18add memdev backend infrastructureIgor Mammedov