From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: [PATCHv2 0/2] Linux PVH dom0 memory setup Date: Thu, 5 Jun 2014 12:51:09 +0100 Message-ID: <1401969071-10084-1-git-send-email-david.vrabel@citrix.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 1WsWCa-0007Ho-9v for xen-devel@lists.xenproject.org; Thu, 05 Jun 2014 11:51:24 +0000 List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xenproject.org Cc: Boris Ostrovsky , David Vrabel List-Id: xen-devel@lists.xenproject.org This is an patch fixing up Linux's memory setup for PVH dom0 after the recent Xen change (x86: fix setup of PVH Dom0 memory map). Changes in v2: - panic if no memory map - sanitize e820 - reserve start info bits and pieces David