- 4c386f8 Do not include sysemu/sysemu.h if it's not really necessary by Thomas Huth · 4 years ago
- 8db0b20 machine: add missing doc for memory-backend option by Igor Mammedov · 4 years, 2 months ago
- c3033fd qapi: Use QAPI_LIST_APPEND in trivial cases by Eric Blake · 4 years, 2 months ago
- bdd5ce0 bugfix: hostmem: Free host_nodes list right after visited by Keqian Zhu · 4 years, 4 months ago
- 7a309cc qom: Change object_get_canonical_path_component() not to malloc by Markus Armbruster · 4 years, 9 months ago
- 668f62e error: Eliminate error_propagate() with Coccinelle, part 1 by Markus Armbruster · 4 years, 9 months ago
- dcfe480 error: Avoid unnecessary error_propagate() after error_setg() by Markus Armbruster · 4 years, 9 months ago
- 62a35aa qapi: Use returned bool to check for failure, Coccinelle part by Markus Armbruster · 4 years, 9 months ago
- cccdd8c Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request' into staging by Peter Maydell · 4 years, 10 months ago
- d262312 qom: Drop parameter @errp of object_property_add() & friends by Markus Armbruster · 5 years ago
- 7eecec7 qom: Drop object_property_set_description() parameter @errp by Markus Armbruster · 5 years ago
- 70b6d52 hostmem: don't use mbind() if host-nodes is empty by Igor Mammedov · 5 years ago
- 2a4e02d hostmem: set default prealloc_threads to valid value by Igor Mammedov · 5 years ago
- 4ebc74d hostmem: fix strict bind policy by Igor Mammedov · 5 years ago
- ffac16f hostmem: introduce "prealloc-threads" property by Igor Mammedov · 5 years ago
- 038adc2 core: replace getpagesize() with qemu_real_host_page_size by Wei Yang · 5 years ago
- 46517dd Include sysemu/sysemu.h a lot less by Markus Armbruster · 6 years ago
- 5cc8767 general: Replace global smp variables with smp machine properties by Like Xu · 6 years ago
- 15160ab hostmem: fix crash when querying empty host-nodes property via QMP by Igor Mammedov · 6 years ago
- 21d1683 hostmem: add more information in error messages by Zhang Yi · 6 years ago
- fa0cb34 hostmem: use object id for memory region name with >= 4.0 by Marc-André Lureau · 7 years ago
- ffa144b hostmem: Validate host-nodes before setting bitmap by Eduardo Habkost · 6 years ago
- 033bfc5 hostmem: add some properties description by Marc-André Lureau · 7 years ago
- 7943e97 hostmem: drop error variable from host_memory_backend_get_memory() by David Hildenbrand · 7 years ago
- 29de4ec memdev: remove "id" property by Paolo Bonzini · 7 years ago
- 2b10808 Add host_memory_backend_pagesize() helper by David Gibson · 7 years ago
- eb815e2 qapi: Move qapi-schema.json to qapi/, rename generated files by Markus Armbruster · 7 years ago
- 9af2398 Include less of the generated modular QAPI headers by Markus Armbruster · 7 years ago
- 06329cc mem: add share parameter to memory-backend-ram by Marcel Apfelbaum · 7 years ago
- 522ece3 Drop superfluous includes of qapi-types.h and test-qapi-types.h by Markus Armbruster · 7 years ago
- 98bfaac Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-09-01-v3' into staging by Peter Maydell · 8 years ago
- f7abe0e qapi: Change data type of the FOO_lookup generated for enum FOO by Marc-André Lureau · 8 years ago
- 977c736 qapi: Mechanically convert FOO_lookup[...] to FOO_str(...) by Markus Armbruster · 8 years ago
- 3beacfb qom: Remove unused errp parameter from can_be_deleted() by Eduardo Habkost · 8 years ago
- 6f4c60e hostmem: use host_memory_backend_mr_inited() where proper by Peter Xu · 8 years ago
- 4728b57 hostmem: introduce host_memory_backend_mr_inited() by Peter Xu · 8 years ago
- 658ae5a Revert "hostmem: fix QEMU crash by 'info memdev'" by Markus Armbruster · 8 years ago
- 1e356fc mem-prealloc: reduce large guest start-up and migration time. by Jitendra Kolhe · 8 years ago
- e1ff3c6 monitor: fix qmp/hmp query-memdev not reporting IDs of memory backends by Igor Mammedov · 8 years ago
- e62834c hostmem: Register TYPE_MEMORY_BACKEND properties as class properties by Eduardo Habkost · 8 years ago
- 056b68a fix qemu exit on memory hotplug when allocation fails at prealloc time by Igor Mammedov · 9 years ago
- 2aece63 hostmem: detect host backend memory is being used properly by Xiao Guangrong · 9 years ago
- 1454d33 hostmem: fix QEMU crash by 'info memdev' by Xiao Guangrong · 9 years ago
- da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
- d7bce99 qom: Swap 'name' next to visitor in ObjectPropertyAccessor by Eric Blake · 9 years ago
- 51e72bc qapi: Swap visit_* arguments for consistent 'name' placement by Eric Blake · 9 years ago
- 9c05833 backends: Clean up includes by Peter Maydell · 9 years ago
- a3567ba hostmem: Ignore ENOSYS while setting MPOL_DEFAULT by Pavel Fedin · 9 years ago
- 6b26996 hostmem: Fix qemu_opt_get_bool() crash in host_memory_backend_init() by Eduardo Habkost · 10 years ago
- cc7a8ea Include qapi/qmp/qerror.h exactly where needed by Markus Armbruster · 10 years ago
- a3590da qom: Don't pass string table to object_get_enum() function by Daniel P. Berrange · 10 years ago
- b1028b4 backends: Fix typename of 'policy' enum property in hostmem obj by Daniel P. Berrange · 10 years ago
- 36bce5c hostmem: Prevent removing an in-use memory backend by Lin Ma · 10 years ago
- 288d332 hostmem: set MPOL_MF_MOVE by Michael S. Tsirkin · 11 years ago
- 469b046 memory: remove memory_region_destroy by Paolo Bonzini · 11 years ago
- 4cf1b76 hostmem: add properties for NUMA memory policy by Hu Tao · 11 years ago
- a35ba7b hostmem: allow preallocation of any memory region by Paolo Bonzini · 11 years ago
- 605d0a9 hostmem: add merge and dump properties by Paolo Bonzini · 11 years ago
- bd9262d hostmem: separate allocation from UserCreatable complete method by Hu Tao · 11 years ago
- 58f4662 backend:hostmem: replace hostmemory with host_memory by Hu Tao · 11 years ago
- 1f07048 add memdev backend infrastructure by Igor Mammedov · 11 years ago