Re: [Qemu-devel] [PATCH V11 06/11] NUMA: parse guest numa nodes memory policy

2013-09-03 Thread Wanlong Gao
On 09/04/2013 10:28 AM, Eduardo Habkost wrote: > On Fri, Aug 30, 2013 at 11:10:45AM +0800, Wanlong Gao wrote: >> The memory policy setting format is like: >> >> policy={default|membind|interleave|preferred}[,relative=true],host-nodes=N-N >> And we are adding this setting as a suboption of "-nu

Re: [Qemu-devel] [PATCH V11 06/11] NUMA: parse guest numa nodes memory policy

2013-09-03 Thread Eduardo Habkost
On Fri, Aug 30, 2013 at 11:10:45AM +0800, Wanlong Gao wrote: > The memory policy setting format is like: > > policy={default|membind|interleave|preferred}[,relative=true],host-nodes=N-N > And we are adding this setting as a suboption of "-numa mem,", > the memory policy then can be set like fo