Re: [Qemu-devel] [PATCH V12 11/13] NUMA: add hmp command set-mem-policy

2013-09-10 Thread Luiz Capitulino
On Wed, 4 Sep 2013 17:03:40 +0800 Wanlong Gao wrote: > Add hmp command set-mem-policy to set host memory policy for a guest > NUMA node. Then we can also set node's memory policy using > the monitor command like: > (qemu) set-mem-policy 0 policy=membind,relative=false,host-nodes=0-1 > > Sign

[Qemu-devel] [PATCH V12 11/13] NUMA: add hmp command set-mem-policy

2013-09-04 Thread Wanlong Gao
Add hmp command set-mem-policy to set host memory policy for a guest NUMA node. Then we can also set node's memory policy using the monitor command like: (qemu) set-mem-policy 0 policy=membind,relative=false,host-nodes=0-1 Signed-off-by: Wanlong Gao --- hmp-commands.hx | 16 ++ h