From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: PV domU with 255GB boot failure Date: Tue, 17 Feb 2009 08:02:05 +0000 Message-ID: References: <499A3669.6020605@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <499A3669.6020605@oracle.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: "mukesh.rathor@oracle.com" , "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On 17/02/2009 04:00, "Mukesh Rathor" wrote: > Could the fix be made in the loop above the above mentioned loop in the > function where it's ensuring init mappings cover kernel+tables to check > for pud also? That would be the correct thing to do. I think the kernel should be self-sufficient in this respect, rather than relying on libxc to do this pud setup for it. It should be an easy kernel fix, so long as you can guarantee to be able to easily allocate the page for the pud. :-) -- Keir