]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/history - numa.c
qom: object: Ignore refs/unrefs of NULL
[lisovros/qemu_apohw.git] / numa.c
2014-06-30 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/nbd-next...
2014-06-29 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2014-06-29 Eduardo Habkostnuma: Reject configuration if not all node IDs are...
2014-06-29 Eduardo Habkostnuma: Reject duplicate node IDs
2014-06-29 Eduardo Habkostnuma: Keep track of NUMA nodes present on the command...
2014-06-29 Michael S. Tsirkinnuma: fix comment
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