1. 1fd5d4f memory: Convert to new qapi union layout by Eric Blake · 9 years ago
  2. f8ed85a Fix bad error handling after memory_region_init_ram() by Markus Armbruster · 10 years ago
  3. a8f15a2 maint: remove double semicolons in many files by Daniel P. Berrange · 10 years ago
  4. 672558d numa: Fix memory leak in numa_set_mem_node_id() by Bharata B Rao · 10 years ago
  5. e75e2a1 numa: API to lookup NUMA node by address by Bharata B Rao · 10 years ago
  6. abafabd numa: Store boot memory address range in node_info by Bharata B Rao · 10 years ago
  7. fa9ea81 numa,pc-dimm: Store pc-dimm memory information in numa_info by Bharata B Rao · 10 years ago
  8. cc7a8ea Include qapi/qmp/qerror.h exactly where needed by Markus Armbruster · 10 years ago
  9. a3590da qom: Don't pass string table to object_get_enum() function by Daniel P. Berrange · 10 years ago
  10. bc2256c qom: Add helper function for getting user objects root by Daniel P. Berrange · 10 years ago
  11. 28d0de7 QemuOpts: Convert qemu_opts_foreach() to Error by Markus Armbruster · 10 years ago
  12. a4c7367 QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failure by Markus Armbruster · 10 years ago
  13. 549fc54 numa: Print warning if no node is assigned to a CPU by Eduardo Habkost · 10 years ago
  14. 57924bc numa: introduce machine callback for VCPU to node mapping by Igor Mammedov · 10 years ago
  15. 3ef7197 numa: Reject configuration if CPU appears on multiple nodes by Eduardo Habkost · 10 years ago
  16. 8979c94 numa: Reject CPU indexes > max_cpus by Eduardo Habkost · 10 years ago
  17. ed26b92 numa: Fix off-by-one error at MAX_CPUMASK_BITS check by Eduardo Habkost · 10 years ago
  18. 01bbbcf numa: remove superfluous '\n' around error_setg by Gonglei · 10 years ago
  19. 2dffe55 Merge remote-tracking branch 'remotes/ehabkost/tags/numa-pull-request' into staging by Peter Maydell · 10 years ago
  20. dde1111 numa: Rename set_numa_modes() to numa_post_machine_init() by Eduardo Habkost · 10 years ago
  21. 1c1e673 numa: Rename option parsing functions by Eduardo Habkost · 10 years ago
  22. 7dcd1d7 numa: Move QemuOpts parsing to set_numa_nodes() by Eduardo Habkost · 10 years ago
  23. 25712ff numa: Make max_numa_nodeid static by Eduardo Habkost · 10 years ago
  24. de1a7c8 numa: Move NUMA globals to numa.c by Eduardo Habkost · 10 years ago
  25. e35704b numa: Move NUMA declarations from sysemu.h to numa.h by Eduardo Habkost · 10 years ago
  26. 29b762f numa: Avoid qerror_report_err() outside QMP command handlers by Markus Armbruster · 10 years ago
  27. 5b009e4 numa: make 'info numa' take into account hotplugged memory by zhanghailiang · 10 years ago
  28. 4994653 memory: add parameter errp to memory_region_init_ram by Hu Tao · 11 years ago
  29. ecaf54a hmp: fix MemdevList memory leak by Chen Fan · 11 years ago
  30. b0e9018 query-memdev: fix potential memory leaks by Chen Fan · 11 years ago
  31. c68233a numa: show hex number in error message for consistency and prefix them with 0x by Hu Tao · 11 years ago
  32. 0462fae numa: check for busy memory backend by Hu Tao · 11 years ago
  33. 12d6e46 numa: Reject configuration if not all node IDs are present by Eduardo Habkost · 11 years ago
  34. 1945b9d numa: Reject duplicate node IDs by Eduardo Habkost · 11 years ago
  35. 1af878e numa: Keep track of NUMA nodes present on the command-line by Eduardo Habkost · 11 years ago
  36. 9851d0f numa: fix comment by Michael S. Tsirkin · 11 years ago
  37. d75e2f6 numa: fix comment by Michael S. Tsirkin · 11 years ago
  38. c3ba309 numa: handle mmaped memory allocation failure correctly by Igor Mammedov · 11 years ago
  39. 76b5d85 qmp: add query-memdev by Hu Tao · 11 years ago
  40. dbcb898 hostmem: add property to map memory with MAP_SHARED by Paolo Bonzini · 11 years ago
  41. 7f56e74 memory: add error propagation to file-based RAM allocation by Paolo Bonzini · 11 years ago
  42. 0b183fc memory: move mem_path handling to memory_region_allocate_system_memory by Paolo Bonzini · 11 years ago
  43. 7febe36 numa: add -numa node,memdev= option by Paolo Bonzini · 11 years ago
  44. dfabb8b numa: introduce memory_region_allocate_system_memory by Paolo Bonzini · 11 years ago
  45. 0042109 NUMA: convert -numa option to use OptsVisitor by Wanlong Gao · 11 years ago
  46. 8c85901 NUMA: Add numa_info structure to contain numa nodes info by Wanlong Gao · 11 years ago
  47. 2b631ec NUMA: check if the total numa memory size is equal to ram_size by Wanlong Gao · 11 years ago
  48. 96d0e26 NUMA: move numa related code to new file numa.c by Wanlong Gao · 11 years ago