Re: [Xen-devel] [PATCH v3 05/16] libxl: Load guest BIOS from file

2016-03-03 Thread Anthony PERARD
On Tue, Mar 01, 2016 at 11:51:40AM +, Wei Liu wrote: > On Thu, Feb 25, 2016 at 02:56:03PM +, Anthony PERARD wrote: > > The path to the BIOS blob can be override by the xl's bios_override option, > > or provided by u.hvm.bios_firmware in the domain_build_info struct by other > > libxl user.

Re: [Xen-devel] [PATCH v3 05/16] libxl: Load guest BIOS from file

2016-03-01 Thread Wei Liu
On Thu, Feb 25, 2016 at 02:56:03PM +, Anthony PERARD wrote: > The path to the BIOS blob can be override by the xl's bios_override option, > or provided by u.hvm.bios_firmware in the domain_build_info struct by other > libxl user. > > Signed-off-by: Anthony PERARD > > --- > Change in V3: > -

[Xen-devel] [PATCH v3 05/16] libxl: Load guest BIOS from file

2016-02-25 Thread Anthony PERARD
The path to the BIOS blob can be override by the xl's bios_override option, or provided by u.hvm.bios_firmware in the domain_build_info struct by other libxl user. Signed-off-by: Anthony PERARD --- Change in V3: - move seabios_path and ovmf_path to libxl_path.c (with renaming) - fix some coding