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