Re: [Xen-devel] [PATCH] libxc: unify handling of vNUMA layout

2015-06-17 Thread Ian Campbell
On Thu, 2015-06-04 at 12:52 -0400, Boris Ostrovsky wrote: > On 06/04/2015 06:23 AM, Wei Liu wrote: > > This patch does the following: > > 1. Use local variables for dummy vNUMA layout in PV case. > > 2. Avoid leaking dummy layout back to caller in PV case. > > 3. Use local variables to reference vN

Re: [Xen-devel] [PATCH] libxc: unify handling of vNUMA layout

2015-06-04 Thread Boris Ostrovsky
On 06/04/2015 06:23 AM, Wei Liu wrote: This patch does the following: 1. Use local variables for dummy vNUMA layout in PV case. 2. Avoid leaking dummy layout back to caller in PV case. 3. Use local variables to reference vNUMA layout (whether it is dummy or provided by caller) for both PV and

[Xen-devel] [PATCH] libxc: unify handling of vNUMA layout

2015-06-04 Thread Wei Liu
This patch does the following: 1. Use local variables for dummy vNUMA layout in PV case. 2. Avoid leaking dummy layout back to caller in PV case. 3. Use local variables to reference vNUMA layout (whether it is dummy or provided by caller) for both PV and HVM. Signed-off-by: Wei Liu --- tools/