From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrei Warkentin Subject: Re: [PATCH] Replace bios_relocate hook with bios_load hook in hvmloader Date: Tue, 26 Jul 2011 08:29:25 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: Xen Devel , Jordan Justen , Bei Guan , Tim Deegan List-Id: xen-devel@lists.xenproject.org Hi, On Mon, Jul 25, 2011 at 8:23 AM, Keir Fraser wrote: > On 23/07/2011 20:02, "Bei Guan" wrote: > >> Hi, >> >> These set of patches are affected by replacing bios_relocate hook with >> bios_load hook in hvmloader. The patches for code files config.h and >> hvmloader.c also contains part of the contents of Enabling UEFI BIOS(OVMF) >> support in Xen-unstable HVM. Is there any problem with these patches? Thank >> you very much. > > As of xen-unstable:23745 I've made some improvements to hvmloader which > include your new bios_load hook. You can rebase your remaining patches on > top of that. > Thank you for looking into this :-). A