From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH] xenpaging: track number of paged pages in struct domain Date: Fri, 23 Sep 2011 18:19:10 +0200 Message-ID: <20110923161910.GA16514@aepfle.de> References: <13b4be345ebac016abe2.1316089567@probook.site> <20110916112403.GB95880@ocelot.phlegethon.org> <20110916113254.GA7332@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Content-Disposition: inline In-Reply-To: <20110916113254.GA7332@aepfle.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Tim Deegan Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Fri, Sep 16, Olaf Hering wrote: > > For the xen parts, Acked-by: Tim Deegan > > > > Again, I'd like the tools maintainers to ack/nack the change to the domctl > > interface and associated libxc plumbing. > > Thanks, but please wait a bit before applying it. > Eventually a new XENMEM op is required as well to export that value for > a guests balloon driver. I'm not finished yet with browsing the > codepaths which make use of tot_pages. Please go ahead with applying. The balloon driver does not need to know about paged pages, its job is to just free as many pages as it is asked for by xenstore or sysfs. Olaf