Age | Commit message (Expand) | Author | Files | Lines |
2014-11-11 | numa: make 'info numa' take into account hotplugged memory | zhanghailiang | 1 | -0/+38 |
2014-09-09 | memory: add parameter errp to memory_region_init_ram | Hu Tao | 1 | -2/+2 |
2014-09-02 | hmp: fix MemdevList memory leak | Chen Fan | 1 | -7/+2 |
2014-09-02 | query-memdev: fix potential memory leaks | Chen Fan | 1 | -1/+5 |
2014-08-14 | numa: show hex number in error message for consistency and prefix them with 0x | Hu Tao | 1 | -2/+2 |
2014-07-06 | numa: check for busy memory backend | Hu Tao | 1 | -0/+8 |
2014-06-29 | numa: Reject configuration if not all node IDs are present | Eduardo Habkost | 1 | -1/+16 |
2014-06-29 | numa: Reject duplicate node IDs | Eduardo Habkost | 1 | -0/+5 |
2014-06-29 | numa: Keep track of NUMA nodes present on the command-line | Eduardo Habkost | 1 | -0/+2 |
2014-06-29 | numa: fix comment | Michael S. Tsirkin | 1 | -1/+1 |
2014-06-29 | numa: fix comment | Michael S. Tsirkin | 1 | -1/+1 |
2014-06-19 | numa: handle mmaped memory allocation failure correctly | Igor Mammedov | 1 | -1/+1 |
2014-06-19 | qmp: add query-memdev | Hu Tao | 1 | -0/+84 |
2014-06-19 | hostmem: add property to map memory with MAP_SHARED | Paolo Bonzini | 1 | -1/+1 |
2014-06-19 | memory: add error propagation to file-based RAM allocation | Paolo Bonzini | 1 | -1/+12 |
2014-06-19 | memory: move mem_path handling to memory_region_allocate_system_memory | Paolo Bonzini | 1 | -1/+10 |
2014-06-19 | numa: add -numa node,memdev= option | Paolo Bonzini | 1 | -2/+63 |
2014-06-19 | numa: introduce memory_region_allocate_system_memory | Paolo Bonzini | 1 | -0/+9 |
2014-06-19 | NUMA: convert -numa option to use OptsVisitor | Wanlong Gao | 1 | -75/+70 |
2014-06-19 | NUMA: Add numa_info structure to contain numa nodes info | Wanlong Gao | 1 | -11/+12 |
2014-06-19 | NUMA: check if the total numa memory size is equal to ram_size | Wanlong Gao | 1 | -0/+14 |
2014-06-19 | NUMA: move numa related code to new file numa.c | Wanlong Gao | 1 | -0/+185 |