aboutsummaryrefslogtreecommitdiff
path: root/numa.c
AgeCommit message (Expand)Author
2016-01-26memory: exit when hugepage allocation fails if mem-preallocLuiz Capitulino
2016-01-13Use error_fatal to simplify obvious fatal errorsMarkus Armbruster
2015-12-18numa: Clean up query-memdev error handlingMarkus Armbruster
2015-11-02memory: Convert to new qapi union layoutEric Blake
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster
2015-09-11maint: remove double semicolons in many filesDaniel P. Berrange
2015-07-15numa: Fix memory leak in numa_set_mem_node_id()Bharata B Rao
2015-07-03numa: API to lookup NUMA node by addressBharata B Rao
2015-07-03numa: Store boot memory address range in node_infoBharata B Rao
2015-07-03numa,pc-dimm: Store pc-dimm memory information in numa_infoBharata B Rao
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-19qom: Add helper function for getting user objects rootDaniel P. Berrange
2015-06-09QemuOpts: Convert qemu_opts_foreach() to ErrorMarkus Armbruster
2015-06-08QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failureMarkus Armbruster
2015-03-19numa: Print warning if no node is assigned to a CPUEduardo Habkost
2015-03-19numa: introduce machine callback for VCPU to node mappingIgor Mammedov
2015-03-19numa: Reject configuration if CPU appears on multiple nodesEduardo Habkost
2015-03-19numa: Reject CPU indexes > max_cpusEduardo Habkost
2015-03-19numa: Fix off-by-one error at MAX_CPUMASK_BITS checkEduardo Habkost
2015-03-10numa: remove superfluous '\n' around error_setgGonglei
2015-03-02Merge remote-tracking branch 'remotes/ehabkost/tags/numa-pull-request' into s...Peter Maydell
2015-02-23numa: Rename set_numa_modes() to numa_post_machine_init()Eduardo Habkost
2015-02-23numa: Rename option parsing functionsEduardo Habkost
2015-02-23numa: Move QemuOpts parsing to set_numa_nodes()Eduardo Habkost
2015-02-23numa: Make max_numa_nodeid staticEduardo Habkost
2015-02-23numa: Move NUMA globals to numa.cEduardo Habkost
2015-02-23numa: Move NUMA declarations from sysemu.h to numa.hEduardo Habkost
2015-02-18numa: Avoid qerror_report_err() outside QMP command handlersMarkus Armbruster
2014-11-11numa: make 'info numa' take into account hotplugged memoryzhanghailiang
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao
2014-09-02hmp: fix MemdevList memory leakChen Fan
2014-09-02query-memdev: fix potential memory leaksChen Fan
2014-08-14numa: show hex number in error message for consistency and prefix them with 0xHu Tao
2014-07-06numa: check for busy memory backendHu Tao
2014-06-29numa: Reject configuration if not all node IDs are presentEduardo Habkost
2014-06-29numa: Reject duplicate node IDsEduardo Habkost
2014-06-29numa: Keep track of NUMA nodes present on the command-lineEduardo Habkost
2014-06-29numa: fix commentMichael S. Tsirkin
2014-06-29numa: fix commentMichael S. Tsirkin
2014-06-19numa: handle mmaped memory allocation failure correctlyIgor Mammedov
2014-06-19qmp: add query-memdevHu Tao
2014-06-19hostmem: add property to map memory with MAP_SHAREDPaolo Bonzini
2014-06-19memory: add error propagation to file-based RAM allocationPaolo Bonzini
2014-06-19memory: move mem_path handling to memory_region_allocate_system_memoryPaolo Bonzini
2014-06-19numa: add -numa node,memdev= optionPaolo Bonzini
2014-06-19numa: introduce memory_region_allocate_system_memoryPaolo Bonzini
2014-06-19NUMA: convert -numa option to use OptsVisitorWanlong Gao
2014-06-19NUMA: Add numa_info structure to contain numa nodes infoWanlong Gao
2014-06-19NUMA: check if the total numa memory size is equal to ram_sizeWanlong Gao