From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: please pull xenppc-unstable-merge.hg Date: Tue, 06 Mar 2007 10:21:35 +0000 Message-ID: References: <1173122641.21822.16.camel@basalt> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1173122641.21822.16.camel@basalt> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Hollis Blanchard , Keir Fraser Cc: xen-devel , xen-ppc-devel List-Id: xen-devel@lists.xenproject.org The xenppc-unstable is already merged and fixed. -- Keir On 5/3/07 19:24, "Hollis Blanchard" wrote: >> There are two patches that touch common code: >> * Add a guest_physmap hook for max_mem changes. We've finally >> gotten around to removing a hack we've carried in the PowerPC >> tree for a while and we're using the guest_physmap_* hooks >> instead. At least for now we're using an array for p2m >> translation, and that means we need to know how big to make it. >> * Yamahata-san's PowerPC dynamic grant table patch. It looked a >> little hairy to me, but when I sat down with it I couldn't >> figure out how to improve it, at least until PowerPC gets rid of >> some assumptions about MFN locations. > > I had accidentally added a file in xen/include/asm (instead of > asm-powerpc), which made asm a directory and broke the symlink creation. > I've fixed that now.