Re: [Qemu-devel] [PATCH V4 09/10] NUMA: add hmp command set-mpol

2013-07-08 Thread Luiz Capitulino
On Thu, 4 Jul 2013 17:53:16 +0800 Wanlong Gao wrote: > Add hmp command set-mpol 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-mpol 0 mem-policy=membind,mem-hostnode=0-1 > > Signed-off-by: Wanlong Ga

[Qemu-devel] [PATCH V4 09/10] NUMA: add hmp command set-mpol

2013-07-04 Thread Wanlong Gao
Add hmp command set-mpol 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-mpol 0 mem-policy=membind,mem-hostnode=0-1 Signed-off-by: Wanlong Gao --- hmp-commands.hx | 16 hmp.c | 35