aboutsummaryrefslogtreecommitdiff
path: root/numa.c
AgeCommit message (Expand)Author
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