From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roy Franz Subject: Re: [PATCH for-4.5 v3 0/3] Support for sparse physical address space on ARM Date: Thu, 18 Sep 2014 11:22:27 -0700 Message-ID: References: <1410988836.23505.65.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1410988836.23505.65.camel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: Stefano Stabellini , Julien Grall , Tim Deegan , xen-devel , Jan Beulich , Fu Wei List-Id: xen-devel@lists.xenproject.org On Wed, Sep 17, 2014 at 2:20 PM, Ian Campbell wrote: > This series refactors the x86 "pdx" stuff (phys address space > compression) into common code and makes use of it on ARM. > > Since last time I've addressed some review comments, the biggest change > is refactoring a bit more x86 code (the fill_mask stuff) into common > code. > > I'm still targeting this at 4.5. > > The code is also available from > git://xenbits.xen.org/people/ianc/xen.git pdx-v3 > > Ian. > This works for me on arm64, tested with my EFI boot patches on the FVP model with disjoint memory regions. Roy