From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] libxc: unify handling of vNUMA layout Date: Wed, 17 Jun 2015 12:13:35 +0100 Message-ID: <1434539615.13744.324.camel@citrix.com> References: <1433413381-17933-1-git-send-email-wei.liu2@citrix.com> <55708251.5060607@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Z5BM0-0002K6-BH for xen-devel@lists.xenproject.org; Wed, 17 Jun 2015 11:18:00 +0000 In-Reply-To: <55708251.5060607@oracle.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Boris Ostrovsky Cc: Xen-devel , Wei Liu , Ian Jackson List-Id: xen-devel@lists.xenproject.org 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 vNUMA layout (whether it is dummy > > or provided by caller) for both PV and HVM. > > > > Signed-off-by: Wei Liu > > > Reviewed-by: Boris Ostrovsky Acked + applied, thanks.