aboutsummaryrefslogtreecommitdiff
path: root/backends/hostmem.c
AgeCommit message (Expand)Author
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake
2016-02-04backends: Clean up includesPeter Maydell
2015-11-23hostmem: Ignore ENOSYS while setting MPOL_DEFAULTPavel Fedin
2015-07-22hostmem: Fix qemu_opt_get_bool() crash in host_memory_backend_init()Eduardo Habkost
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster
2015-06-19qom: Don't pass string table to object_get_enum() functionDaniel P. Berrange
2015-06-19backends: Fix typename of 'policy' enum property in hostmem objDaniel P. Berrange
2015-04-01hostmem: Prevent removing an in-use memory backendLin Ma
2014-08-20hostmem: set MPOL_MF_MOVEMichael S. Tsirkin
2014-08-18memory: remove memory_region_destroyPaolo Bonzini
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-19backend:hostmem: replace hostmemory with host_memoryHu Tao
2014-06-18add memdev backend infrastructureIgor Mammedov