From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mukesh Rathor Subject: Re: [PATCH] Boot PV guests with more than 128GB (v2) for 3.7 Date: Fri, 3 Aug 2012 11:37:58 -0700 Message-ID: <20120803113758.4914281d@mantra.us.oracle.com> References: <1343745804-28028-1-git-send-email-konrad.wilk@oracle.com> <20120801155040.GB15812@phenom.dumpdata.com> <501A5EF7020000780009219C@nat28.tlf.novell.com> <20120802141710.GF16749@phenom.dumpdata.com> <20120802160403.02de484e@mantra.us.oracle.com> <20120803133001.GA13750@andromeda.dapyr.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20120803133001.GA13750@andromeda.dapyr.net> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Konrad Rzeszutek Wilk Cc: xen-devel , Jan Beulich , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On Fri, 3 Aug 2012 09:30:01 -0400 Konrad Rzeszutek Wilk wrote: > > > > > Note it is is 0xffffffffc30b4000 - so already past the > > > > > level2_kernel_pgt (L3[510] > > > > > and in level2_fixmap_pgt territory (L3[511]). > > > > > > > > > > At that stage we are still operating using the Xen provided > > > > > pagetable - which look to have the L4[511][511] empty! Which > > > > > sounds to me like a Xen tool-stack problem? Jan, have you seen > > > > > something similar to this? > > > > > > > > No we haven't, but I also don't think anyone tried to create as > > > > big a DomU. I was, however, under the impression that DomU-s > > > > this big had been created at Oracle before. Or was that only up > > > > to 256Gb perhaps? > > > > > > Mukesh do you recall? Was it with OVM2.2.2 which was 3.4 based? > > > It might be that we did not have the 1TB hardware at that time > > > yet. > > > > Yes, in ovm2.x, I debugged/booted upto 500GB domU. So something > > got broken after it looks like. I can debug later if it becomes > > hot. > > I got the kernel part fixed but its the toolstack that got bugs in it. > If you recall - where there any patches in the toolstack for this or > did you just concentrate on the kernel? Ah, I remember, it was issue in tool stack, xm, so I punted it for tools expert. They were busy, so we hoped xl would fix it.