Re: [Xen-devel] [PATCH v3 03/16] configure: #define SEABIOS_PATH and OVMF_PATH

2016-03-08 Thread Wei Liu
On Thu, Mar 03, 2016 at 05:03:00PM +, Anthony PERARD wrote: > On Tue, Mar 01, 2016 at 11:51:36AM +, Wei Liu wrote: > > On Thu, Feb 25, 2016 at 02:56:01PM +, Anthony PERARD wrote: > > > Those paths are to be used by libxl, in order to load the firmware in > > > memory. If a system path i

Re: [Xen-devel] [PATCH v3 03/16] configure: #define SEABIOS_PATH and OVMF_PATH

2016-03-03 Thread Anthony PERARD
On Tue, Mar 01, 2016 at 11:51:36AM +, Wei Liu wrote: > On Thu, Feb 25, 2016 at 02:56:01PM +, Anthony PERARD wrote: > > Those paths are to be used by libxl, in order to load the firmware in > > memory. If a system path is not define, then this default to the Xen > > firmware directory. > >

Re: [Xen-devel] [PATCH v3 03/16] configure: #define SEABIOS_PATH and OVMF_PATH

2016-03-01 Thread Wei Liu
On Thu, Feb 25, 2016 at 02:56:01PM +, Anthony PERARD wrote: > Those paths are to be used by libxl, in order to load the firmware in > memory. If a system path is not define, then this default to the Xen > firmware directory. > > Signed-off-by: Anthony PERARD > There is already --with-system

[Xen-devel] [PATCH v3 03/16] configure: #define SEABIOS_PATH and OVMF_PATH

2016-02-25 Thread Anthony PERARD
Those paths are to be used by libxl, in order to load the firmware in memory. If a system path is not define, then this default to the Xen firmware directory. Signed-off-by: Anthony PERARD --- Please, run ./autogen.sh on this patch. --- tools/configure.ac | 6 ++ 1 file changed, 6 insertion