1. f3be678 qmp: add set-numa-node command by Igor Mammedov · 6 years ago
  2. 3319b4e numa: split out NumaOptions parsing into set_numa_options() by Igor Mammedov · 6 years ago
  3. 7a3099f numa: postpone options post-processing till machine_run_board_init() by Igor Mammedov · 6 years ago
  4. 74f38e9 numa: clarify error message when node index is out of range in -numa dist, ... by Igor Mammedov · 6 years ago
  5. 29de4ec memdev: remove "id" property by Paolo Bonzini · 6 years ago
  6. 2cc0e2e pc-dimm: factor out MemoryDevice interface by David Hildenbrand · 6 years ago
  7. 6233b67 Clear mem_path if we fall back to anonymous RAM allocation by David Gibson · 6 years ago
  8. 6388e18 qmp: distinguish PC-DIMM and NVDIMM in MemoryDeviceInfoList by Haozhong Zhang · 6 years ago
  9. 52c95ca pc-dimm: make qmp_pc_dimm_device_list() sort devices by address by Haozhong Zhang · 6 years ago
  10. 81ce6aa numa: we don't implement NUMA for s390x by David Hildenbrand · 6 years ago
  11. 112ed24 qapi: Empty out qapi-schema.json by Markus Armbruster · 6 years ago
  12. e688df6 Include qapi/error.h exactly where needed by Markus Armbruster · 6 years ago
  13. e85687f qemu: improve hugepage allocation failure message by Marcelo Tosatti · 6 years ago
  14. 9837684 hostmem-file: add "align" option by Haozhong Zhang · 7 years ago
  15. 1330f1e numa: remove unused #include by Philippe Mathieu-Daudé · 7 years ago
  16. f47bd1c spapr: replace numa_get_node() with lookup in pc-dimm list by Igor Mammedov · 7 years ago
  17. 7b8be49 NUMA: Enable adding NUMA node implicitly by Dou Liyang · 7 years ago
  18. cc00188 numa: fixup parsed NumaNodeOptions earlier by Igor Mammedov · 7 years ago
  19. f51878b NUMA: Replace MAX_NODES with nb_numa_nodes in for loop by Dou Liyang · 7 years ago
  20. 31959e8 hmp: extend "info numa" with hotplugged memory information by Vadim Galitsyn · 7 years ago
  21. 1cfe48c memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() by Peter Maydell · 7 years ago
  22. 61d7c14 numa: use get_uint() for "size" property by Marc-André Lureau · 7 years ago
  23. d41f3e7 numa: make sure that all cpus have has_node_id set if numa is enabled by Igor Mammedov · 7 years ago
  24. 60bed6a numa: move default mapping init to machine by Igor Mammedov · 7 years ago
  25. a0ceb64 numa: consolidate cpu_preplug fixups/checks for pc/arm/spapr by Igor Mammedov · 7 years ago
  26. f892291 numa: Fix format string for "Invalid node" message by Eduardo Habkost · 7 years ago
  27. ba9915e Merge remote-tracking branch 'ehabkost/tags/x86-and-machine-pull-request' into staging by Stefan Hajnoczi · 7 years ago
  28. 419fcde numa: add '-numa cpu,...' option for property based node mapping by Igor Mammedov · 7 years ago
  29. 1171ae9 numa: remove node_cpu bitmaps as they are no longer used by Igor Mammedov · 7 years ago
  30. ec78f81 numa: use possible_cpus for not mapped CPUs check by Igor Mammedov · 7 years ago
  31. 3b8a855 numa: remove no longer need numa_post_machine_init() by Igor Mammedov · 7 years ago
  32. 6accfb7 tests: numa: add case for QMP command query-cpus by Igor Mammedov · 7 years ago
  33. af9b20e numa: do default mapping based on possible_cpus instead of node_cpu bitmaps by Igor Mammedov · 7 years ago
  34. 7c88e65 numa: mirror cpu to node mapping in MachineState::possible_cpus by Igor Mammedov · 7 years ago
  35. 64c2a8f numa: add check that board supports cpu_index to node mapping by Igor Mammedov · 7 years ago
  36. ea089ee numa: move source of default CPUs to NUMA node mapping into boards by Igor Mammedov · 7 years ago
  37. 3bfe571 numa: equally distribute memory on nodes by Laurent Vivier · 7 years ago
  38. 0f20343 numa: Allow setting NUMA distance for different NUMA nodes by He Chen · 7 years ago
  39. d0e31a1 Remove reduntant qemu: from error functions by Ishani Chugh · 7 years ago
  40. 5564121 numa,spapr: align default numa node memory size to 256MB by Laurent Vivier · 7 years ago
  41. d081a49 numa: Flatten simple union NumaOptions by Markus Armbruster · 7 years ago
  42. 0987d73 ramblock-notifier: new by Paolo Bonzini · 8 years ago
  43. cdda201 numa: make -numa parser dynamically allocate CPUs masks by Igor Mammedov · 8 years ago
  44. e1ff3c6 monitor: fix qmp/hmp query-memdev not reporting IDs of memory backends by Igor Mammedov · 7 years ago
  45. 6bea1dd numa: reduce code duplication by adding helper numa_get_node_for_cpu() by Igor Mammedov · 8 years ago
  46. 157e94e numa: do not leak NumaOptions by Marc-André Lureau · 8 years ago
  47. 0b21757 numa: set the memory backend "is_mapped" field by Greg Kurz · 8 years ago
  48. 09204ea opts-visitor: Favor new visit_free() function by Eric Blake · 8 years ago
  49. 32bafa8 qapi: Don't special-case simple union wrappers by Eric Blake · 8 years ago
  50. 96a1616 qapi-dealloc: Reduce use outside of generated code by Eric Blake · 8 years ago
  51. 51e72bc qapi: Swap visit_* arguments for consistent 'name' placement by Eric Blake · 8 years ago
  52. d38ea87 all: Clean up includes by Peter Maydell · 8 years ago
  53. fae947b memory: exit when hugepage allocation fails if mem-prealloc by Luiz Capitulino · 8 years ago
  54. 007b065 Use error_fatal to simplify obvious fatal errors by Markus Armbruster · 9 years ago
  55. 2f6f826 numa: Clean up query-memdev error handling by Markus Armbruster · 9 years ago
  56. 1fd5d4f memory: Convert to new qapi union layout by Eric Blake · 9 years ago
  57. f8ed85a Fix bad error handling after memory_region_init_ram() by Markus Armbruster · 9 years ago
  58. a8f15a2 maint: remove double semicolons in many files by Daniel P. Berrange · 9 years ago
  59. 672558d numa: Fix memory leak in numa_set_mem_node_id() by Bharata B Rao · 9 years ago
  60. e75e2a1 numa: API to lookup NUMA node by address by Bharata B Rao · 9 years ago
  61. abafabd numa: Store boot memory address range in node_info by Bharata B Rao · 9 years ago
  62. fa9ea81 numa,pc-dimm: Store pc-dimm memory information in numa_info by Bharata B Rao · 9 years ago
  63. cc7a8ea Include qapi/qmp/qerror.h exactly where needed by Markus Armbruster · 9 years ago
  64. a3590da qom: Don't pass string table to object_get_enum() function by Daniel P. Berrange · 9 years ago
  65. bc2256c qom: Add helper function for getting user objects root by Daniel P. Berrange · 9 years ago
  66. 28d0de7 QemuOpts: Convert qemu_opts_foreach() to Error by Markus Armbruster · 9 years ago
  67. a4c7367 QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failure by Markus Armbruster · 9 years ago
  68. 549fc54 numa: Print warning if no node is assigned to a CPU by Eduardo Habkost · 9 years ago
  69. 57924bc numa: introduce machine callback for VCPU to node mapping by Igor Mammedov · 9 years ago
  70. 3ef7197 numa: Reject configuration if CPU appears on multiple nodes by Eduardo Habkost · 9 years ago
  71. 8979c94 numa: Reject CPU indexes > max_cpus by Eduardo Habkost · 9 years ago
  72. ed26b92 numa: Fix off-by-one error at MAX_CPUMASK_BITS check by Eduardo Habkost · 9 years ago
  73. 01bbbcf numa: remove superfluous '\n' around error_setg by Gonglei · 9 years ago
  74. 2dffe55 Merge remote-tracking branch 'remotes/ehabkost/tags/numa-pull-request' into staging by Peter Maydell · 9 years ago
  75. dde1111 numa: Rename set_numa_modes() to numa_post_machine_init() by Eduardo Habkost · 9 years ago
  76. 1c1e673 numa: Rename option parsing functions by Eduardo Habkost · 9 years ago
  77. 7dcd1d7 numa: Move QemuOpts parsing to set_numa_nodes() by Eduardo Habkost · 9 years ago
  78. 25712ff numa: Make max_numa_nodeid static by Eduardo Habkost · 9 years ago
  79. de1a7c8 numa: Move NUMA globals to numa.c by Eduardo Habkost · 9 years ago
  80. e35704b numa: Move NUMA declarations from sysemu.h to numa.h by Eduardo Habkost · 9 years ago
  81. 29b762f numa: Avoid qerror_report_err() outside QMP command handlers by Markus Armbruster · 9 years ago
  82. 5b009e4 numa: make 'info numa' take into account hotplugged memory by zhanghailiang · 10 years ago
  83. 4994653 memory: add parameter errp to memory_region_init_ram by Hu Tao · 10 years ago
  84. ecaf54a hmp: fix MemdevList memory leak by Chen Fan · 10 years ago
  85. b0e9018 query-memdev: fix potential memory leaks by Chen Fan · 10 years ago
  86. c68233a numa: show hex number in error message for consistency and prefix them with 0x by Hu Tao · 10 years ago
  87. 0462fae numa: check for busy memory backend by Hu Tao · 10 years ago
  88. 12d6e46 numa: Reject configuration if not all node IDs are present by Eduardo Habkost · 10 years ago
  89. 1945b9d numa: Reject duplicate node IDs by Eduardo Habkost · 10 years ago
  90. 1af878e numa: Keep track of NUMA nodes present on the command-line by Eduardo Habkost · 10 years ago
  91. 9851d0f numa: fix comment by Michael S. Tsirkin · 10 years ago
  92. d75e2f6 numa: fix comment by Michael S. Tsirkin · 10 years ago
  93. c3ba309 numa: handle mmaped memory allocation failure correctly by Igor Mammedov · 10 years ago
  94. 76b5d85 qmp: add query-memdev by Hu Tao · 10 years ago
  95. dbcb898 hostmem: add property to map memory with MAP_SHARED by Paolo Bonzini · 10 years ago
  96. 7f56e74 memory: add error propagation to file-based RAM allocation by Paolo Bonzini · 10 years ago
  97. 0b183fc memory: move mem_path handling to memory_region_allocate_system_memory by Paolo Bonzini · 10 years ago
  98. 7febe36 numa: add -numa node,memdev= option by Paolo Bonzini · 10 years ago
  99. dfabb8b numa: introduce memory_region_allocate_system_memory by Paolo Bonzini · 10 years ago
  100. 0042109 NUMA: convert -numa option to use OptsVisitor by Wanlong Gao · 10 years ago