]> git.ipfire.org Git - thirdparty/qemu.git/history - numa.c
numa: fix comment
[thirdparty/qemu.git] / numa.c
2014-06-29  Michael S. Tsirkinnuma: fix comment
2014-06-20  Peter MaydellMerge remote-tracking branch 'remotes/kvm/uq/master...
2014-06-20  Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2014-06-19  Igor Mammedovnuma: handle mmaped memory allocation failure correctly
2014-06-19  Hu Taoqmp: add query-memdev
2014-06-19  Paolo Bonzinihostmem: add property to map memory with MAP_SHARED
2014-06-19  Paolo Bonzinimemory: add error propagation to file-based RAM allocation
2014-06-19  Paolo Bonzinimemory: move mem_path handling to memory_region_allocat...
2014-06-19  Paolo Bonzininuma: add -numa node,memdev= option
2014-06-19  Paolo Bonzininuma: introduce memory_region_allocate_system_memory
2014-06-19  Wanlong GaoNUMA: convert -numa option to use OptsVisitor
2014-06-19  Wanlong GaoNUMA: Add numa_info structure to contain numa nodes...
2014-06-19  Wanlong GaoNUMA: check if the total numa memory size is equal...
2014-06-19  Wanlong GaoNUMA: move numa related code to new file numa.c