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.
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:
> -
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