Re: [Xen-devel] [OSSTEST PATCH 3/3] mfi-*: Set appropriate PropMinVer:XenMin: hostflags, to honour XenMin property

2018-06-06 Thread Ian Jackson
Anthony PERARD writes ("Re: [Xen-devel] [OSSTEST PATCH 3/3] mfi-*: Set appropriate PropMinVer:XenMin: hostflags, to honour XenMin property"): > On Wed, Jun 06, 2018 at 12:04:56PM +0100, Ian Jackson wrote: > > @@ -566,6 +573,13 @@ test_matrix_iterate () { > > i

Re: [Xen-devel] [OSSTEST PATCH 3/3] mfi-*: Set appropriate PropMinVer:XenMin: hostflags, to honour XenMin property

2018-06-06 Thread Anthony PERARD
On Wed, Jun 06, 2018 at 12:04:56PM +0100, Ian Jackson wrote: > @@ -566,6 +573,13 @@ test_matrix_iterate () { > if [ "x$min_linux_hostflag" != "x" ] ; then > most_hostflags="$most_hostflags,$min_linux_hostflag" > fi > +case "$xenbranch" in > + xen-[0-9

Re: [Xen-devel] [OSSTEST PATCH 3/3] mfi-*: Set appropriate PropMinVer:XenMin: hostflags, to honour XenMin property

2018-06-06 Thread Jan Beulich
>>> On 06.06.18 at 13:04, wrote: > The motivation right now for this is that Xen 4.10 and earlier do not > boot xen.gz on UEFI. In earlier versions, one has to chainload > xen.efi. We don't support that in osstest right now on x86 (and it > probably isn't worth fixing that logic). This is 4.8 h

[Xen-devel] [OSSTEST PATCH 3/3] mfi-*: Set appropriate PropMinVer:XenMin: hostflags, to honour XenMin property

2018-06-06 Thread Ian Jackson
* In test_matrix_iterate, where most_hostflags is set, include a PropMinVer:XenMin: hostflag. This is derived from $xenbranch. When $xenbranch is xen-unstable, don't add that hostflag. * But this is wrong for the migrate upgrade tests, which use both this and the previous version of Xen. I