From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] tools/hvmloader: sync memory map[] Date: Tue, 28 Jul 2015 14:27:11 +0100 Message-ID: <1438090031.11600.155.camel@citrix.com> References: <1438068477-12973-1-git-send-email-tiejun.chen@intel.com> <55B75E24.6050101@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <55B75E24.6050101@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: Andrew Cooper , Tiejun Chen , xen-devel@lists.xen.org Cc: Keir Fraser , Stefano Stabellini , George Dunlap , Ian Jackson , Jan Beulich , Wei Liu List-Id: xen-devel@lists.xenproject.org On Tue, 2015-07-28 at 11:49 +0100, Andrew Cooper wrote: > On 28/07/15 08:27, Tiejun Chen wrote: > > Currently we always use memory map[] to help hvmloader construct e820 > > table > > but hvmloader may have relocated RAM to support mmio allocation or just > > populated ram to ensure we can have enough room to load ovmf. Anyway we > > need to sync these changes into memory map[]. > > > > CC: Keir Fraser > > CC: Jan Beulich > > CC: Andrew Cooper > > CC: Ian Jackson > > CC: Stefano Stabellini > > CC: Ian Campbell > > CC: Wei Liu > > CC: George Dunlap > > Signed-off-by: Tiejun Chen > > Reviewed-by: Andrew Cooper Applied, thanks. Ian.