aboutsummaryrefslogtreecommitdiff
path: root/numa.c
AgeCommit message (Expand)Author
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
2014-06-19NUMA: move numa related code to new file numa.cWanlong Gao