From mboxrd@z Thu Jan 1 00:00:00 1970 From: konrad wilk Subject: Re: [PATCH 7/7] xl: Fix 'free_memory' to include outstanding_claims value. Date: Mon, 15 Apr 2013 20:13:40 -0400 Message-ID: <516C97B4.8030100@oracle.com> References: <1365800181-9877-1-git-send-email-konrad.wilk@oracle.com> <1365800181-9877-8-git-send-email-konrad.wilk@oracle.com> <1366038231.2636.10.camel@Solace> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1366038231.2636.10.camel@Solace> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: raistlin@linux.it Cc: dan.magenheimer@oracle.com, xen-devel@lists.xensource.com, Ian.Campbell@citrix.com, george.dunlap@eu.citrix.com, Ian.Jackson@eu.citrix.com, Dario Faggioli List-Id: xen-devel@lists.xenproject.org On 4/15/2013 11:03 AM, Dario Faggioli wrote: > On ven, 2013-04-12 at 16:56 -0400, Konrad Rzeszutek Wilk wrote: > >> diff --git a/tools/libxl/xl_cmdimpl.c b/tools/libxl/xl_cmdimpl.c >> index 09b0f41..98ecf67 100644 >> >> [..] >> >> @@ -4611,7 +4626,6 @@ static void output_physinfo(void) >> printf("free_cpus : %d\n", n); >> free(cpumap.map); >> } >> - >> libxl_physinfo_dispose(&info); >> return; >> } >> > What did this poor, empty, line do wrong, for deserving being > "killed"? :-P It initially offended me by being so nicely placed. But your effective plea for its resurrection convinced me that it should be brought back. The upcoming patch shall have it restored