Re: [Xen-devel] [PATCH for-4.6 v2 3/3] libxc: fix vNUMA memory allocation

2015-08-16 Thread Ian Campbell
On Thu, 2015-08-13 at 16:41 +0100, Wei Liu wrote: > We should use new_memflags in xc_domain_populate_physmap. That > variable > contains node information. Same question as v1. > > Reported-by: Boris Ostrovsky > Signed-off-by: Wei Liu > Reviewed-by: Dario Faggioli > --- > tools/libxc/xc_hvm_

[Xen-devel] [PATCH for-4.6 v2 3/3] libxc: fix vNUMA memory allocation

2015-08-13 Thread Wei Liu
We should use new_memflags in xc_domain_populate_physmap. That variable contains node information. Reported-by: Boris Ostrovsky Signed-off-by: Wei Liu Reviewed-by: Dario Faggioli --- tools/libxc/xc_hvm_build_x86.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/