Re: [Xen-devel] [PATCH v8 07/13] hvmloader: Locate the BIOS blob

2016-08-18 Thread Wei Liu
On Thu, Aug 18, 2016 at 04:48:20PM +0100, Andrew Cooper wrote: > On 18/08/16 16:39, Jan Beulich wrote: > On 18.08.16 at 16:13, wrote: > >> From: Anthony PERARD > >> > >> The BIOS blob can be found an entry called "firmware" of the modlist of > >> the hvm_start_info struct. > >> > >> The foun

Re: [Xen-devel] [PATCH v8 07/13] hvmloader: Locate the BIOS blob

2016-08-18 Thread Andrew Cooper
On 18/08/16 16:39, Jan Beulich wrote: On 18.08.16 at 16:13, wrote: >> From: Anthony PERARD >> >> The BIOS blob can be found an entry called "firmware" of the modlist of >> the hvm_start_info struct. >> >> The found BIOS blob is not loaded by this patch, but only passed as >> argument to bios

Re: [Xen-devel] [PATCH v8 07/13] hvmloader: Locate the BIOS blob

2016-08-18 Thread Jan Beulich
>>> On 18.08.16 at 16:13, wrote: > From: Anthony PERARD > > The BIOS blob can be found an entry called "firmware" of the modlist of > the hvm_start_info struct. > > The found BIOS blob is not loaded by this patch, but only passed as > argument to bios_load() function. > > Signed-off-by: Anthon

[Xen-devel] [PATCH v8 07/13] hvmloader: Locate the BIOS blob

2016-08-18 Thread Wei Liu
From: Anthony PERARD The BIOS blob can be found an entry called "firmware" of the modlist of the hvm_start_info struct. The found BIOS blob is not loaded by this patch, but only passed as argument to bios_load() function. Signed-off-by: Anthony PERARD --- Cc: Ian Jackson Cc: Wei Liu Cc: And