From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH v2] add HVMOP_get_mem_type hvmop Date: Tue, 17 May 2011 11:00:51 +0200 Message-ID: <20110517090051.GA24532@aepfle.de> References: <20110504103409.GA19267@aepfle.de> <20110504124027.GA14033@whitby.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Content-Disposition: inline In-Reply-To: <20110504124027.GA14033@whitby.uk.xensource.com> 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 Wed, May 04, Tim Deegan wrote: > At 11:34 +0100 on 04 May (1304508849), Olaf Hering wrote: > > Add a new hvmop HVMOP_get_mem_type to return the hvmmem_type_t for the > > given pfn. Pages which are neither ram or mmio will be HVMMEM_mmio_dm. > > This interface enables the crash kernel to skip ballooned pages. > > Applied; thanks. Tim. if this new hvmop interface is now finalized, could this be applied to 4.1 as well, and the header file change applied to the linux-2.6.18.hg and also mainline? Olaf