Re: [Xen-devel] [PATCH] automation: add SLES 11 SP4 dockerfile

2018-07-18 Thread Wei Liu
On Wed, Jul 18, 2018 at 11:44:40AM +0200, Olaf Hering wrote: > On Tue, Jul 17, Wei Liu wrote: > > > No OVMF because it requires gcc 4.4 or later. > > Fine. > > > No seabios because it requires anonymous union initialisation > > It is required to build Xen like that (with a custom compiler from

Re: [Xen-devel] [PATCH] automation: add SLES 11 SP4 dockerfile

2018-07-18 Thread Olaf Hering
On Tue, Jul 17, Wei Liu wrote: > No OVMF because it requires gcc 4.4 or later. Fine. > No seabios because it requires anonymous union initialisation It is required to build Xen like that (with a custom compiler from gcc48.rpm): test -x "$(type -p gcc)" && CC=$_ test -x "$(type -p gcc-4.8)" &&

Re: [Xen-devel] [PATCH] automation: add SLES 11 SP4 dockerfile

2018-07-18 Thread Wei Liu
On Wed, Jul 18, 2018 at 01:25:22AM -0600, Jan Beulich wrote: > >>> On 17.07.18 at 22:03, wrote: > > Signed-off-by: Wei Liu > > --- > > No OVMF because it requires gcc 4.4 or later. > > No seabios because it requires anonymous union initialisation > > This is unfortunate, and could perhaps be wor

Re: [Xen-devel] [PATCH] automation: add SLES 11 SP4 dockerfile

2018-07-18 Thread Jan Beulich
>>> On 17.07.18 at 22:03, wrote: > Signed-off-by: Wei Liu > --- > No OVMF because it requires gcc 4.4 or later. > No seabios because it requires anonymous union initialisation This is unfortunate, and could perhaps be worked around by using the alternative newer gcc-5 (iirc) that is being provid

Re: [Xen-devel] [PATCH] automation: add SLES 11 SP4 dockerfile

2018-07-17 Thread Doug Goldstein
On Tue, Jul 17, 2018 at 09:03:05PM +0100, Wei Liu wrote: > Signed-off-by: Wei Liu Awesome work Wei. Thanks for taking the time and effort to get this done. I'll defer to Jan to confirm that this will hopefully be an effective stand in but you've got my Reviewed-by: Doug Goldstein _

Re: [Xen-devel] [PATCH] automation: add SLES 11 SP4 dockerfile

2018-07-17 Thread Wei Liu
On Tue, Jul 17, 2018 at 09:03:05PM +0100, Wei Liu wrote: > Signed-off-by: Wei Liu > --- > No OVMF because it requires gcc 4.4 or later. > No seabios because it requires anonymous union initialisation > No QEMU upstrea because sed doesn't support -E. > > vmcs.c vmx_find_msr and vmx_del_msr build f

[Xen-devel] [PATCH] automation: add SLES 11 SP4 dockerfile

2018-07-17 Thread Wei Liu
Signed-off-by: Wei Liu --- No OVMF because it requires gcc 4.4 or later. No seabios because it requires anonymous union initialisation No QEMU upstrea because sed doesn't support -E. vmcs.c vmx_find_msr and vmx_del_msr build failure in pv shim because the compiler thinks total, substart and suben