From mboxrd@z Thu Jan 1 00:00:00 1970 From: Don Slutz Subject: Re: [PATCHv11 3/9] kexec: add infrastructure for handling kexec images Date: Mon, 11 Nov 2013 09:37:43 -0500 Message-ID: <5280EBB7.6000001@terremark.com> References: <1383749386-11891-4-git-send-email-david.vrabel@citrix.com> <1383915029-25468-1-git-send-email-david.vrabel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1383915029-25468-1-git-send-email-david.vrabel@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: David Vrabel Cc: Daniel Kiper , Jan Beulich , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On 11/08/13 07:50, David Vrabel wrote: > Add the code needed to handle and load kexec images into Xen memory or > into the crash region. This is needed for the new KEXEC_CMD_load and > KEXEC_CMD_unload hypercall sub-ops. > > Much of this code is derived from the Linux kernel. > > Signed-off-by: David Vrabel > Reviewed-by: Andrew Cooper [...] Reviewed-by: Don Slutz Tested-by: Don Slutz -Don Slutz