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

2015-08-20 Thread Ian Campbell
On Mon, 2015-08-17 at 19:57 +0100, Wei Liu wrote: > Only 4KB allocation was using new_memflags. We should use > new_memflags > in for 2MB and 1GB allocation as well because that variable contains > node information. > > Without this patch, when creating a HVM guest with vNUMA, because the > node

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

2015-08-17 Thread Wei Liu
Only 4KB allocation was using new_memflags. We should use new_memflags in for 2MB and 1GB allocation as well because that variable contains node information. Without this patch, when creating a HVM guest with vNUMA, because the node information was not present in the flags passed to libxc, actual