Re: [Xen-devel] SeaBIOS update on master?

2015-02-19 Thread Ian Campbell
On Thu, 2015-02-19 at 09:49 +, Wei Liu wrote:
> On Thu, Feb 19, 2015 at 08:43:05AM +, Ian Campbell wrote:
> > Signed-off-by: Ian Campbell 
> 
> Acked-by: Wei Liu 

Thanks, applied.



___
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel


Re: [Xen-devel] SeaBIOS update on master?

2015-02-19 Thread Wei Liu
On Thu, Feb 19, 2015 at 08:43:05AM +, Ian Campbell wrote:
> On Wed, 2015-02-11 at 10:56 +, Ian Campbell wrote:
> > On Wed, 2015-02-11 at 08:38 +, Jan Beulich wrote:
> > > Ian,
> > > 
> > > I notice there is 1.7.5.2 available upstream - are there plans for us
> > > to update, or are we going to wait for 1.7.6 or 1.8 or whatever is
> > > going to be next? (I ask without having checked whether there are
> > > any fixes that would specifically concern us.)
> > 
> > Thanks for the reminder.
> > 
> > Normally want to track their releases during the dev cycle (when I
> > remember) but a new release is imminent, so I think rather than bumping
> > twice I may as well wait for it (whatever version it ends up being).
> 
> 1.8.0 has just been released[0]. osstest flight 34755 is currently
> testing rel-1.8.0~4 which is one new commit over the current tested
> baseline, but that commit and all the ones between it and rel-1.8.0 are
> ones which don't affect the actual functionality (most are docs, one is
> against the checkstack.pl tool and doesn't seem relevant since we aren't
> hitting the underlying issue).
> 
> So I think we are good to update, see patch below.
> 
> Ian.
> 
> [0] http://www.seabios.org/pipermail/seabios/2015-February/008688.html
> 
> --
> 
> >From d4b9f2a1eaf1fb46a77a0534f4a86fa514cb3454 Mon Sep 17 00:00:00 2001
> From: Ian Campbell 
> Date: Thu, 19 Feb 2015 08:37:44 +
> Subject: [PATCH] tools: update to seabios rel-1.8.0
> 
> Signed-off-by: Ian Campbell 

Acked-by: Wei Liu 

> ---
>  Config.mk |6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/Config.mk b/Config.mk
> index d12ad91..27b0997 100644
> --- a/Config.mk
> +++ b/Config.mk
> @@ -253,9 +253,9 @@ SEABIOS_UPSTREAM_URL ?= git://xenbits.xen.org/seabios.git
>  endif
>  OVMF_UPSTREAM_REVISION ?= 447d264115c476142f884af0be287622cd244423
>  QEMU_UPSTREAM_REVISION ?= master
> -SEABIOS_UPSTREAM_REVISION ?= rel-1.7.5
> -# Thu May 22 16:59:16 2014 -0400
> -# python3 fixes for vgabios and csm builds.
> +SEABIOS_UPSTREAM_REVISION ?= rel-1.8.0
> +# Wed Feb 18 12:49:59 2015 -0500
> +# docs: Note v1.8.0 release
>  
>  ETHERBOOT_NICS ?= rtl8139 8086100e
>  
> -- 
> 1.7.10.4
> 
> 

___
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel


Re: [Xen-devel] SeaBIOS update on master?

2015-02-19 Thread Ian Campbell
On Wed, 2015-02-11 at 10:56 +, Ian Campbell wrote:
> On Wed, 2015-02-11 at 08:38 +, Jan Beulich wrote:
> > Ian,
> > 
> > I notice there is 1.7.5.2 available upstream - are there plans for us
> > to update, or are we going to wait for 1.7.6 or 1.8 or whatever is
> > going to be next? (I ask without having checked whether there are
> > any fixes that would specifically concern us.)
> 
> Thanks for the reminder.
> 
> Normally want to track their releases during the dev cycle (when I
> remember) but a new release is imminent, so I think rather than bumping
> twice I may as well wait for it (whatever version it ends up being).

1.8.0 has just been released[0]. osstest flight 34755 is currently
testing rel-1.8.0~4 which is one new commit over the current tested
baseline, but that commit and all the ones between it and rel-1.8.0 are
ones which don't affect the actual functionality (most are docs, one is
against the checkstack.pl tool and doesn't seem relevant since we aren't
hitting the underlying issue).

So I think we are good to update, see patch below.

Ian.

[0] http://www.seabios.org/pipermail/seabios/2015-February/008688.html

--

>From d4b9f2a1eaf1fb46a77a0534f4a86fa514cb3454 Mon Sep 17 00:00:00 2001
From: Ian Campbell 
Date: Thu, 19 Feb 2015 08:37:44 +
Subject: [PATCH] tools: update to seabios rel-1.8.0

Signed-off-by: Ian Campbell 
---
 Config.mk |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Config.mk b/Config.mk
index d12ad91..27b0997 100644
--- a/Config.mk
+++ b/Config.mk
@@ -253,9 +253,9 @@ SEABIOS_UPSTREAM_URL ?= git://xenbits.xen.org/seabios.git
 endif
 OVMF_UPSTREAM_REVISION ?= 447d264115c476142f884af0be287622cd244423
 QEMU_UPSTREAM_REVISION ?= master
-SEABIOS_UPSTREAM_REVISION ?= rel-1.7.5
-# Thu May 22 16:59:16 2014 -0400
-# python3 fixes for vgabios and csm builds.
+SEABIOS_UPSTREAM_REVISION ?= rel-1.8.0
+# Wed Feb 18 12:49:59 2015 -0500
+# docs: Note v1.8.0 release
 
 ETHERBOOT_NICS ?= rtl8139 8086100e
 
-- 
1.7.10.4




___
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel


Re: [Xen-devel] SeaBIOS update on master?

2015-02-11 Thread Ian Campbell
On Wed, 2015-02-11 at 08:38 +, Jan Beulich wrote:
> Ian,
> 
> I notice there is 1.7.5.2 available upstream - are there plans for us
> to update, or are we going to wait for 1.7.6 or 1.8 or whatever is
> going to be next? (I ask without having checked whether there are
> any fixes that would specifically concern us.)

Thanks for the reminder.

Normally want to track their releases during the dev cycle (when I
remember) but a new release is imminent, so I think rather than bumping
twice I may as well wait for it (whatever version it ends up being).

I haven't looked for specific fixes either.

Ian.


___
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel


[Xen-devel] SeaBIOS update on master?

2015-02-11 Thread Jan Beulich
Ian,

I notice there is 1.7.5.2 available upstream - are there plans for us
to update, or are we going to wait for 1.7.6 or 1.8 or whatever is
going to be next? (I ask without having checked whether there are
any fixes that would specifically concern us.)

Jan


___
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel