From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jan Beulich" Subject: Re: [PATCH RFC v1 12/13] xen: allow 64bit HVM guests to use XENMEM_memory_map Date: Tue, 23 Jun 2015 10:43:31 +0100 Message-ID: <5589466302000078000880A6@mail.emea.novell.com> References: <1434989487-74940-1-git-send-email-roger.pau@citrix.com> <1434989487-74940-13-git-send-email-roger.pau@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 1Z7Kjv-000198-2t for xen-devel@lists.xenproject.org; Tue, 23 Jun 2015 09:43:35 +0000 In-Reply-To: <1434989487-74940-13-git-send-email-roger.pau@citrix.com> Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Roger Pau Monne Cc: Elena Ufimtseva , Wei Liu , Ian Campbell , Stefano Stabellini , Andrew Cooper , Ian Jackson , xen-devel@lists.xenproject.org, Boris Ostrovsky List-Id: xen-devel@lists.xenproject.org >>> On 22.06.15 at 18:11, wrote: > Enable this hypercall for 64bit HVM guests in order to fetch the e820 memory > map in the absence of an emulated BIOS. The memory map is populated and > notified to Xen in arch_setup_meminit_hvm. I see no reason why this should be limited to 64-bit guests. Jan