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

2016-07-12 Thread Wei Liu
On Tue, Jul 12, 2016 at 03:42:42PM +0100, Anthony PERARD wrote: > The path to the BIOS blob can be overriden by the xl's > bios_path_override option, or provided by u.hvm.bios_firmware in the > domain_build_info struct by other libxl user. > > Signed-off-by: Anthony PERARD > Acked-by: Wei Liu

[Xen-devel] [PATCH v6 05/14] libxl: Load guest BIOS from file

2016-07-12 Thread Anthony PERARD
The path to the BIOS blob can be overriden by the xl's bios_path_override option, or provided by u.hvm.bios_firmware in the domain_build_info struct by other libxl user. Signed-off-by: Anthony PERARD --- Changes in V6: - use goto for error handling of libxl__load_hvm_firmware_module() Changes i