Re: [Xen-devel] [PATCH 0/2] Fix issue with {OVMF,SEABIOS}_PATH

2016-08-24 Thread Wei Liu
On Wed, Aug 24, 2016 at 12:38:06PM +0100, Ian Jackson wrote: > Wei Liu writes ("[PATCH 0/2] Fix issue with {OVMF,SEABIOS}_PATH"): > > They shouldn't be available when the respective BIOS is disabled at build > > time. > > > > This should fix the issus that causes xtf fail to launch hvm guests. >

Re: [Xen-devel] [PATCH 0/2] Fix issue with {OVMF,SEABIOS}_PATH

2016-08-24 Thread Ian Jackson
Wei Liu writes ("[PATCH 0/2] Fix issue with {OVMF,SEABIOS}_PATH"): > They shouldn't be available when the respective BIOS is disabled at build > time. > > This should fix the issus that causes xtf fail to launch hvm guests. Both Acked-by: Ian Jackson Thanks, Ian.

Re: [Xen-devel] [PATCH 0/2] Fix issue with {OVMF,SEABIOS}_PATH

2016-08-23 Thread Andrew Cooper
On 22/08/16 16:05, Wei Liu wrote: > They shouldn't be available when the respective BIOS is disabled at build > time. > > This should fix the issus that causes xtf fail to launch hvm guests. > > Wei Liu (2): > tools: only define {OVMF,SEABIOS}_PATH when they are enabled > libxl: only return {O

[Xen-devel] [PATCH 0/2] Fix issue with {OVMF,SEABIOS}_PATH

2016-08-22 Thread Wei Liu
They shouldn't be available when the respective BIOS is disabled at build time. This should fix the issus that causes xtf fail to launch hvm guests. Wei Liu (2): tools: only define {OVMF,SEABIOS}_PATH when they are enabled libxl: only return {OVMF,SEABIOS}_PATH if available tools/configure