summaryrefslogtreecommitdiffstats
path: root/numa.c
Commit message (Expand)AuthorAgeFilesLines
* numa: make 'info numa' take into account hotplugged memoryzhanghailiang2014-11-111-0/+38
* memory: add parameter errp to memory_region_init_ramHu Tao2014-09-091-2/+2
* hmp: fix MemdevList memory leakChen Fan2014-09-021-7/+2
* query-memdev: fix potential memory leaksChen Fan2014-09-021-1/+5
* numa: show hex number in error message for consistency and prefix them with 0xHu Tao2014-08-141-2/+2
* numa: check for busy memory backendHu Tao2014-07-061-0/+8
* numa: Reject configuration if not all node IDs are presentEduardo Habkost2014-06-291-1/+16
* numa: Reject duplicate node IDsEduardo Habkost2014-06-291-0/+5
* numa: Keep track of NUMA nodes present on the command-lineEduardo Habkost2014-06-291-0/+2
* numa: fix commentMichael S. Tsirkin2014-06-291-1/+1
* numa: fix commentMichael S. Tsirkin2014-06-291-1/+1
* numa: handle mmaped memory allocation failure correctlyIgor Mammedov2014-06-191-1/+1
* qmp: add query-memdevHu Tao2014-06-191-0/+84
* hostmem: add property to map memory with MAP_SHAREDPaolo Bonzini2014-06-191-1/+1
* memory: add error propagation to file-based RAM allocationPaolo Bonzini2014-06-191-1/+12
* memory: move mem_path handling to memory_region_allocate_system_memoryPaolo Bonzini2014-06-191-1/+10
* numa: add -numa node,memdev= optionPaolo Bonzini2014-06-191-2/+63
* numa: introduce memory_region_allocate_system_memoryPaolo Bonzini2014-06-191-0/+9
* NUMA: convert -numa option to use OptsVisitorWanlong Gao2014-06-191-75/+70
* NUMA: Add numa_info structure to contain numa nodes infoWanlong Gao2014-06-191-11/+12
* NUMA: check if the total numa memory size is equal to ram_sizeWanlong Gao2014-06-191-0/+14
* NUMA: move numa related code to new file numa.cWanlong Gao2014-06-191-0/+185
OpenPOWER on IntegriCloud