From mboxrd@z Thu Jan 1 00:00:00 1970 From: Boris Ostrovsky Subject: Re: [PATCH] libxc: unify handling of vNUMA layout Date: Thu, 04 Jun 2015 12:52:33 -0400 Message-ID: <55708251.5060607@oracle.com> References: <1433413381-17933-1-git-send-email-wei.liu2@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" 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 1Z0YNn-00085L-FW for xen-devel@lists.xenproject.org; Thu, 04 Jun 2015 16:52:43 +0000 In-Reply-To: <1433413381-17933-1-git-send-email-wei.liu2@citrix.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: Wei Liu , Xen-devel Cc: Ian Jackson , Ian Campbell List-Id: xen-devel@lists.xenproject.org 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