From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [PATCH] kexec: add more pages to v1 environment Date: Tue, 9 Jun 2015 14:00:44 +0100 Message-ID: <5576E37C.8020609@citrix.com> References: <5576F246020000780008295E@mail.emea.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Z2J9M-0000lD-Rt for xen-devel@lists.xenproject.org; Tue, 09 Jun 2015 13:01:04 +0000 In-Reply-To: <5576F246020000780008295E@mail.emea.novell.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: Jan Beulich , xen-devel List-Id: xen-devel@lists.xenproject.org On 09/06/15 13:03, Jan Beulich wrote: > Destination pages need mappings to be added to the page tables in the > v1 case (where nothing else calls machine_kexec_add_page() for them). > > Further, without the tools mapping the low 1Mb (expected by at least > some Linux version), we need to do so in the hypervisor in the v1 case. Reviewed-by: David Vrabel David