From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Deegan Subject: Re: [PATCH 5/8] arm: load dom0 kernel from first boot module Date: Thu, 6 Dec 2012 12:03:22 +0000 Message-ID: <20121206120322.GL82725@ocelot.phlegethon.org> References: <1354554611.2693.30.camel@zakaz.uk.xensource.com> <1354554631-17861-5-git-send-email-ian.campbell@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1354554631-17861-5-git-send-email-ian.campbell@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: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org At 17:10 +0000 on 03 Dec (1354554628), Ian Campbell wrote: > Signed-off-by: Ian Campbell Acked-by: Tim Deegan > --- > v3: - correct limit check in try_zimage_prepare > - copy zimage header to a local bufffer to avoid issues with > crossing page boundaries. > - handle non page aligned source and destinations when loading > - use a BUFFERABLE mapping when loading kernel from RAM. > --- > xen/arch/arm/kernel.c | 91 ++++++++++++++++++++++++++++++++++-------------- > xen/arch/arm/kernel.h | 11 ++++++ > 2 files changed, 75 insertions(+), 27 deletions(-) >