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

2016-03-19 Thread Anthony PERARD
On Wed, Mar 16, 2016 at 10:27:25AM +0100, Dario Faggioli wrote: > On Tue, 2016-03-15 at 20:53 -0400, Konrad Rzeszutek Wilk wrote: > > On Mon, Mar 14, 2016 at 05:55:40PM +, Anthony PERARD wrote: > > > > > > --- a/docs/man/xl.cfg.pod.5 > > > +++ b/docs/man/xl.cfg.pod.5 > > > @@ -1121,6 +1121,15

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

2016-03-16 Thread Dario Faggioli
On Tue, 2016-03-15 at 20:53 -0400, Konrad Rzeszutek Wilk wrote: > On Mon, Mar 14, 2016 at 05:55:40PM +, Anthony PERARD wrote: > > > > --- a/docs/man/xl.cfg.pod.5 > > +++ b/docs/man/xl.cfg.pod.5 > > @@ -1121,6 +1121,15 @@ Requires device_model_version=qemu-xen. > >   > >  =back > >   > > +=item

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

2016-03-15 Thread Konrad Rzeszutek Wilk
On Mon, Mar 14, 2016 at 05:55:40PM +, Anthony PERARD wrote: > The path to the BIOS blob can be override by the xl's bios_override option, s/override/overriden/ > or provided by u.hvm.bios_firmware in the domain_build_info struct by other > libxl user. > > Signed-off-by: Anthony PERARD > >

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

2016-03-14 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 V4: - updating man page to have bios_override described. - return ERROR_INVAL in libxl__