From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH 3/6] xen/arm: kernel: Move kernel loading code in init section Date: Fri, 16 Jan 2015 17:49:17 +0000 Message-ID: <54B94F1D.1050306@linaro.org> References: <1421425248-8727-1-git-send-email-julien.grall@linaro.org> <1421425248-8727-4-git-send-email-julien.grall@linaro.org> <87vbk63a27.fsf@vitty.brq.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1YCB1m-0006sk-Lj for xen-devel@lists.xenproject.org; Fri, 16 Jan 2015 17:49:46 +0000 Received: by mail-wi0-f175.google.com with SMTP id l15so5835843wiw.2 for ; Fri, 16 Jan 2015 09:49:45 -0800 (PST) In-Reply-To: <87vbk63a27.fsf@vitty.brq.redhat.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: Vitaly Kuznetsov Cc: xen-devel@lists.xenproject.org, stefano.stabellini@citrix.com, ian.campbell@citrix.com, tim@xen.org List-Id: xen-devel@lists.xenproject.org Hello, On 16/01/15 17:33, Vitaly Kuznetsov wrote: > Julien Grall writes: > >> The code to load the kernel is only used when Xen builds dom0. It >> happens during the boot. > > I suppose we don't have dom0 kexec for ARM now or this code is not > (won't be) required? We don't have support for DOM0 Kexec and this code is only able to load kernel from the physical RAM (not from a guest memory). Regards, -- Julien Grall