summaryrefslogtreecommitdiff
path: root/numa.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-11numa: make 'info numa' take into account hotplugged memoryzhanghailiang1-0/+38
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-2/+2
2014-09-02hmp: fix MemdevList memory leakChen Fan1-7/+2
2014-09-02query-memdev: fix potential memory leaksChen Fan1-1/+5
2014-08-14numa: show hex number in error message for consistency and prefix them with 0xHu Tao1-2/+2
2014-07-06numa: check for busy memory backendHu Tao1-0/+8
2014-06-29numa: Reject configuration if not all node IDs are presentEduardo Habkost1-1/+16
2014-06-29numa: Reject duplicate node IDsEduardo Habkost1-0/+5
2014-06-29numa: Keep track of NUMA nodes present on the command-lineEduardo Habkost1-0/+2
2014-06-29numa: fix commentMichael S. Tsirkin1-1/+1
2014-06-29numa: fix commentMichael S. Tsirkin1-1/+1
2014-06-19numa: handle mmaped memory allocation failure correctlyIgor Mammedov1-1/+1
2014-06-19qmp: add query-memdevHu Tao1-0/+84
2014-06-19hostmem: add property to map memory with MAP_SHAREDPaolo Bonzini1-1/+1
2014-06-19memory: add error propagation to file-based RAM allocationPaolo Bonzini1-1/+12
2014-06-19memory: move mem_path handling to memory_region_allocate_system_memoryPaolo Bonzini1-1/+10
2014-06-19numa: add -numa node,memdev= optionPaolo Bonzini1-2/+63
2014-06-19numa: introduce memory_region_allocate_system_memoryPaolo Bonzini1-0/+9
2014-06-19NUMA: convert -numa option to use OptsVisitorWanlong Gao1-75/+70
2014-06-19NUMA: Add numa_info structure to contain numa nodes infoWanlong Gao1-11/+12
2014-06-19NUMA: check if the total numa memory size is equal to ram_sizeWanlong Gao1-0/+14
2014-06-19NUMA: move numa related code to new file numa.cWanlong Gao1-0/+185