Re: [Qemu-devel] [PATCH V2 4/9] NUMA: parse guest numa nodes memory policy

2013-06-21 Thread Bandan Das
Wanlong Gao writes: > The memory policy setting format is like: > mem-policy={membind|interleave|preferred},mem-hostnode=[+|!]{all|N-N} > And we are adding this setting as a suboption of "-numa", > the memory policy then can be set like following: > -numa node,nodeid=0,mem=1024,cpus=0,mem-policy

[Qemu-devel] [PATCH V2 4/9] NUMA: parse guest numa nodes memory policy

2013-06-20 Thread Wanlong Gao
The memory policy setting format is like: mem-policy={membind|interleave|preferred},mem-hostnode=[+|!]{all|N-N} And we are adding this setting as a suboption of "-numa", the memory policy then can be set like following: -numa node,nodeid=0,mem=1024,cpus=0,mem-policy=membind,mem-hostnode=0-1 -numa