xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Config.mk: Update SEABIOS_UPSTREAM_TAG to 442502
@ 2016-01-14 11:32 Roger Pau Monne
  2016-01-14 13:00 ` Jan Beulich
  0 siblings, 1 reply; 9+ messages in thread
From: Roger Pau Monne @ 2016-01-14 11:32 UTC (permalink / raw)
  To: xen-devel
  Cc: Keir Fraser, Ian Campbell, Ian Jackson, Tim Deegan, Jan Beulich,
	Roger Pau Monne

This is the last revision that passed the OSSTest push gate, and is needed
in order to pickup the build fix contained in 3b8c53.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
---
Cc: Ian Campbell <ian.campbell@citrix.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Cc: Jan Beulich <jbeulich@suse.com>
Cc: Keir Fraser <keir@xen.org>
Cc: Tim Deegan <tim@xen.org>

Remember to also push 442502 into seabios.git.
---
 Config.mk | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/Config.mk b/Config.mk
index 62f8209..7b101e3 100644
--- a/Config.mk
+++ b/Config.mk
@@ -255,9 +255,10 @@ MINIOS_UPSTREAM_REVISION ?= d25773c8afa2f4dbbb466116daeb60159ddd22bd
 # Thu Dec 3 11:23:25 2015 +0000
 # mini-os: Include libxentoollog with libxc
 
-SEABIOS_UPSTREAM_REVISION ?= rel-1.9.0
-# Tue Nov 17 09:18:44 2015 -0500
-# docs: Note v1.9.0 release
+SEABIOS_UPSTREAM_REVISION ?= 44250252eeaefd5e81bae2f73639bd323682217b
+# Thu Jan 7 12:02:51 2016 -0500
+# tpm: Do not set TPM in failure mode if menu command fails
+# NB: we should try to update to a rel-* version before releasing Xen.
 
 ETHERBOOT_NICS ?= rtl8139 8086100e
 
-- 
1.9.5 (Apple Git-50.3)


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

^ permalink raw reply related	[flat|nested] 9+ messages in thread

* Re: [PATCH] Config.mk: Update SEABIOS_UPSTREAM_TAG to 442502
  2016-01-14 11:32 [PATCH] Config.mk: Update SEABIOS_UPSTREAM_TAG to 442502 Roger Pau Monne
@ 2016-01-14 13:00 ` Jan Beulich
  2016-01-14 14:44   ` Ian Campbell
  0 siblings, 1 reply; 9+ messages in thread
From: Jan Beulich @ 2016-01-14 13:00 UTC (permalink / raw)
  To: Ian Campbell, Roger Pau Monne
  Cc: xen-devel, Keir Fraser, Ian Jackson, Tim Deegan

>>> On 14.01.16 at 12:32, <roger.pau@citrix.com> wrote:
> --- a/Config.mk
> +++ b/Config.mk
> @@ -255,9 +255,10 @@ MINIOS_UPSTREAM_REVISION ?= d25773c8afa2f4dbbb466116daeb60159ddd22bd
>  # Thu Dec 3 11:23:25 2015 +0000
>  # mini-os: Include libxentoollog with libxc
>  
> -SEABIOS_UPSTREAM_REVISION ?= rel-1.9.0
> -# Tue Nov 17 09:18:44 2015 -0500
> -# docs: Note v1.9.0 release
> +SEABIOS_UPSTREAM_REVISION ?= 44250252eeaefd5e81bae2f73639bd323682217b
> +# Thu Jan 7 12:02:51 2016 -0500
> +# tpm: Do not set TPM in failure mode if menu command fails
> +# NB: we should try to update to a rel-* version before releasing Xen.

Assuming they cut a 1.9.1 by then including that fix, won't we risk
moving backwards in that case? Wouldn't it be better in such a
situation to follow the ipxe model and apply patches on top of the
most recent release?

Jan

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] Config.mk: Update SEABIOS_UPSTREAM_TAG to 442502
  2016-01-14 13:00 ` Jan Beulich
@ 2016-01-14 14:44   ` Ian Campbell
  2016-01-14 16:44     ` Ian Campbell
  0 siblings, 1 reply; 9+ messages in thread
From: Ian Campbell @ 2016-01-14 14:44 UTC (permalink / raw)
  To: Jan Beulich, Roger Pau Monne
  Cc: xen-devel, Keir Fraser, Ian Jackson, Tim Deegan

On Thu, 2016-01-14 at 06:00 -0700, Jan Beulich wrote:
> > > > On 14.01.16 at 12:32, <roger.pau@citrix.com> wrote:
> > --- a/Config.mk
> > +++ b/Config.mk
> > @@ -255,9 +255,10 @@ MINIOS_UPSTREAM_REVISION ?=
> > d25773c8afa2f4dbbb466116daeb60159ddd22bd
> >  # Thu Dec 3 11:23:25 2015 +0000
> >  # mini-os: Include libxentoollog with libxc
> >  
> > -SEABIOS_UPSTREAM_REVISION ?= rel-1.9.0
> > -# Tue Nov 17 09:18:44 2015 -0500
> > -# docs: Note v1.9.0 release
> > +SEABIOS_UPSTREAM_REVISION ?= 44250252eeaefd5e81bae2f73639bd323682217b
> > +# Thu Jan 7 12:02:51 2016 -0500
> > +# tpm: Do not set TPM in failure mode if menu command fails
> > +# NB: we should try to update to a rel-* version before releasing Xen.
> 
> Assuming they cut a 1.9.1 by then including that fix, won't we risk
> moving backwards in that case? Wouldn't it be better in such a
> situation to follow the ipxe model and apply patches on top of the
> most recent release?

Good point.

I shall drop seabios-devel a line re 1.9.1 or 1.10.0 and see what's what.

Ian.


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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] Config.mk: Update SEABIOS_UPSTREAM_TAG to 442502
  2016-01-14 14:44   ` Ian Campbell
@ 2016-01-14 16:44     ` Ian Campbell
  2016-01-14 16:56       ` Roger Pau Monné
                         ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Ian Campbell @ 2016-01-14 16:44 UTC (permalink / raw)
  To: Jan Beulich, Roger Pau Monne
  Cc: xen-devel, Keir Fraser, Ian Jackson, Tim Deegan

On Thu, 2016-01-14 at 14:44 +0000, Ian Campbell wrote:
> On Thu, 2016-01-14 at 06:00 -0700, Jan Beulich wrote:
> > > > > On 14.01.16 at 12:32, <roger.pau@citrix.com> wrote:
> > > --- a/Config.mk
> > > +++ b/Config.mk
> > > @@ -255,9 +255,10 @@ MINIOS_UPSTREAM_REVISION ?=
> > > d25773c8afa2f4dbbb466116daeb60159ddd22bd
> > >  # Thu Dec 3 11:23:25 2015 +0000
> > >  # mini-os: Include libxentoollog with libxc
> > >  
> > > -SEABIOS_UPSTREAM_REVISION ?= rel-1.9.0
> > > -# Tue Nov 17 09:18:44 2015 -0500
> > > -# docs: Note v1.9.0 release
> > > +SEABIOS_UPSTREAM_REVISION ?=
> > > 44250252eeaefd5e81bae2f73639bd323682217b
> > > +# Thu Jan 7 12:02:51 2016 -0500
> > > +# tpm: Do not set TPM in failure mode if menu command fails
> > > +# NB: we should try to update to a rel-* version before releasing
> > > Xen.
> > 
> > Assuming they cut a 1.9.1 by then including that fix, won't we risk
> > moving backwards in that case? Wouldn't it be better in such a
> > situation to follow the ipxe model and apply patches on top of the
> > most recent release?
> 
> Good point.
> 
> I shall drop seabios-devel a line re 1.9.1 or 1.10.0 and see what's what.

In response to my line there is now 1.9-stable branch in seabios.git, which
contains just the patch of interest. I propose we update to that branch, as
below (+ appropriate pushes to our seabios.git tree to make the branch
appear there).

Ian.

commit a661f70a8aad3fe7b2c828632714785a04b1d96b
Author: Ian Campbell <ian.campbell@citrix.com>
Date:   Thu Jan 14 16:43:42 2016 +0000

    SEABIOS_UPSTREAM_REVISION Update
    
    Signed-off-by: Ian Campbell <ian.campbell@citrix.com>

diff --git a/Config.mk b/Config.mk
index 62f8209..d654af8 100644
--- a/Config.mk
+++ b/Config.mk
@@ -255,9 +255,9 @@ MINIOS_UPSTREAM_REVISION ?= d25773c8afa2f4dbbb466116daeb60159ddd22bd
 # Thu Dec 3 11:23:25 2015 +0000
 # mini-os: Include libxentoollog with libxc
 
-SEABIOS_UPSTREAM_REVISION ?= rel-1.9.0
-# Tue Nov 17 09:18:44 2015 -0500
-# docs: Note v1.9.0 release
+SEABIOS_UPSTREAM_REVISION ?= 3403ac4313812752be6e6aac35239ca6888a8cab
+# Mon Dec 28 13:50:41 2015 +0100
+# build: fix typo in buildversion.py
 
 ETHERBOOT_NICS ?= rtl8139 8086100e
 

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

^ permalink raw reply related	[flat|nested] 9+ messages in thread

* Re: [PATCH] Config.mk: Update SEABIOS_UPSTREAM_TAG to 442502
  2016-01-14 16:44     ` Ian Campbell
@ 2016-01-14 16:56       ` Roger Pau Monné
  2016-01-14 17:01         ` Ian Campbell
  2016-01-15 10:56         ` Ian Campbell
  2016-01-14 16:57       ` Roger Pau Monné
  2016-01-14 16:57       ` Jan Beulich
  2 siblings, 2 replies; 9+ messages in thread
From: Roger Pau Monné @ 2016-01-14 16:56 UTC (permalink / raw)
  To: Ian Campbell, Jan Beulich; +Cc: xen-devel, Keir Fraser, Ian Jackson, Tim Deegan

El 14/01/16 a les 17.44, Ian Campbell ha escrit:
> On Thu, 2016-01-14 at 14:44 +0000, Ian Campbell wrote:
>> On Thu, 2016-01-14 at 06:00 -0700, Jan Beulich wrote:
>>>>>> On 14.01.16 at 12:32, <roger.pau@citrix.com> wrote:
>>>> --- a/Config.mk
>>>> +++ b/Config.mk
>>>> @@ -255,9 +255,10 @@ MINIOS_UPSTREAM_REVISION ?=
>>>> d25773c8afa2f4dbbb466116daeb60159ddd22bd
>>>>  # Thu Dec 3 11:23:25 2015 +0000
>>>>  # mini-os: Include libxentoollog with libxc
>>>>  
>>>> -SEABIOS_UPSTREAM_REVISION ?= rel-1.9.0
>>>> -# Tue Nov 17 09:18:44 2015 -0500
>>>> -# docs: Note v1.9.0 release
>>>> +SEABIOS_UPSTREAM_REVISION ?=
>>>> 44250252eeaefd5e81bae2f73639bd323682217b
>>>> +# Thu Jan 7 12:02:51 2016 -0500
>>>> +# tpm: Do not set TPM in failure mode if menu command fails
>>>> +# NB: we should try to update to a rel-* version before releasing
>>>> Xen.
>>>
>>> Assuming they cut a 1.9.1 by then including that fix, won't we risk
>>> moving backwards in that case? Wouldn't it be better in such a
>>> situation to follow the ipxe model and apply patches on top of the
>>> most recent release?
>>
>> Good point.
>>
>> I shall drop seabios-devel a line re 1.9.1 or 1.10.0 and see what's what.
> 
> In response to my line there is now 1.9-stable branch in seabios.git, which
> contains just the patch of interest. I propose we update to that branch, as
> below (+ appropriate pushes to our seabios.git tree to make the branch
> appear there).

That sounds fine, I'm wondering however if OSSTest tests those SeaBIOS
stable branches at all, and if we have a push gate for them also?

> 
> commit a661f70a8aad3fe7b2c828632714785a04b1d96b
> Author: Ian Campbell <ian.campbell@citrix.com>
> Date:   Thu Jan 14 16:43:42 2016 +0000
> 
>     SEABIOS_UPSTREAM_REVISION Update
>     
>     Signed-off-by: Ian Campbell <ian.campbell@citrix.com>

Acked-by: Roger Pau Monné <roger.pau@citrix.com>

> diff --git a/Config.mk b/Config.mk
> index 62f8209..d654af8 100644
> --- a/Config.mk
> +++ b/Config.mk
> @@ -255,9 +255,9 @@ MINIOS_UPSTREAM_REVISION ?= d25773c8afa2f4dbbb466116daeb60159ddd22bd
>  # Thu Dec 3 11:23:25 2015 +0000
>  # mini-os: Include libxentoollog with libxc
>  
> -SEABIOS_UPSTREAM_REVISION ?= rel-1.9.0
> -# Tue Nov 17 09:18:44 2015 -0500
> -# docs: Note v1.9.0 release
> +SEABIOS_UPSTREAM_REVISION ?= 3403ac4313812752be6e6aac35239ca6888a8cab
> +# Mon Dec 28 13:50:41 2015 +0100
> +# build: fix typo in buildversion.py
>  
>  ETHERBOOT_NICS ?= rtl8139 8086100e
>  
> 


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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] Config.mk: Update SEABIOS_UPSTREAM_TAG to 442502
  2016-01-14 16:44     ` Ian Campbell
  2016-01-14 16:56       ` Roger Pau Monné
@ 2016-01-14 16:57       ` Roger Pau Monné
  2016-01-14 16:57       ` Jan Beulich
  2 siblings, 0 replies; 9+ messages in thread
From: Roger Pau Monné @ 2016-01-14 16:57 UTC (permalink / raw)
  To: Ian Campbell, Jan Beulich; +Cc: xen-devel, Keir Fraser, Ian Jackson, Tim Deegan

El 14/01/16 a les 17.44, Ian Campbell ha escrit:
> On Thu, 2016-01-14 at 14:44 +0000, Ian Campbell wrote:
>> On Thu, 2016-01-14 at 06:00 -0700, Jan Beulich wrote:
>>>>>> On 14.01.16 at 12:32, <roger.pau@citrix.com> wrote:
>>>> --- a/Config.mk
>>>> +++ b/Config.mk
>>>> @@ -255,9 +255,10 @@ MINIOS_UPSTREAM_REVISION ?=
>>>> d25773c8afa2f4dbbb466116daeb60159ddd22bd
>>>>  # Thu Dec 3 11:23:25 2015 +0000
>>>>  # mini-os: Include libxentoollog with libxc
>>>>  
>>>> -SEABIOS_UPSTREAM_REVISION ?= rel-1.9.0
>>>> -# Tue Nov 17 09:18:44 2015 -0500
>>>> -# docs: Note v1.9.0 release
>>>> +SEABIOS_UPSTREAM_REVISION ?=
>>>> 44250252eeaefd5e81bae2f73639bd323682217b
>>>> +# Thu Jan 7 12:02:51 2016 -0500
>>>> +# tpm: Do not set TPM in failure mode if menu command fails
>>>> +# NB: we should try to update to a rel-* version before releasing
>>>> Xen.
>>>
>>> Assuming they cut a 1.9.1 by then including that fix, won't we risk
>>> moving backwards in that case? Wouldn't it be better in such a
>>> situation to follow the ipxe model and apply patches on top of the
>>> most recent release?
>>
>> Good point.
>>
>> I shall drop seabios-devel a line re 1.9.1 or 1.10.0 and see what's what.
> 
> In response to my line there is now 1.9-stable branch in seabios.git, which
> contains just the patch of interest. I propose we update to that branch, as
> below (+ appropriate pushes to our seabios.git tree to make the branch
> appear there).

That sounds fine, I'm wondering however if OSSTest tests those SeaBIOS
stable branches at all, and if we have a push gate for them also?

> 
> commit a661f70a8aad3fe7b2c828632714785a04b1d96b
> Author: Ian Campbell <ian.campbell@citrix.com>
> Date:   Thu Jan 14 16:43:42 2016 +0000
> 
>     SEABIOS_UPSTREAM_REVISION Update
>     
>     Signed-off-by: Ian Campbell <ian.campbell@citrix.com>

Acked-by: Roger Pau Monné <roger.pau@citrix.com>

> diff --git a/Config.mk b/Config.mk
> index 62f8209..d654af8 100644
> --- a/Config.mk
> +++ b/Config.mk
> @@ -255,9 +255,9 @@ MINIOS_UPSTREAM_REVISION ?= d25773c8afa2f4dbbb466116daeb60159ddd22bd
>  # Thu Dec 3 11:23:25 2015 +0000
>  # mini-os: Include libxentoollog with libxc
>  
> -SEABIOS_UPSTREAM_REVISION ?= rel-1.9.0
> -# Tue Nov 17 09:18:44 2015 -0500
> -# docs: Note v1.9.0 release
> +SEABIOS_UPSTREAM_REVISION ?= 3403ac4313812752be6e6aac35239ca6888a8cab
> +# Mon Dec 28 13:50:41 2015 +0100
> +# build: fix typo in buildversion.py
>  
>  ETHERBOOT_NICS ?= rtl8139 8086100e
>  
> 


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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] Config.mk: Update SEABIOS_UPSTREAM_TAG to 442502
  2016-01-14 16:44     ` Ian Campbell
  2016-01-14 16:56       ` Roger Pau Monné
  2016-01-14 16:57       ` Roger Pau Monné
@ 2016-01-14 16:57       ` Jan Beulich
  2 siblings, 0 replies; 9+ messages in thread
From: Jan Beulich @ 2016-01-14 16:57 UTC (permalink / raw)
  To: Ian Campbell
  Cc: xen-devel, Tim Deegan, Keir Fraser, Ian Jackson, Roger Pau Monne

>>> On 14.01.16 at 17:44, <ian.campbell@citrix.com> wrote:
> On Thu, 2016-01-14 at 14:44 +0000, Ian Campbell wrote:
>> On Thu, 2016-01-14 at 06:00 -0700, Jan Beulich wrote:
>> > > > > On 14.01.16 at 12:32, <roger.pau@citrix.com> wrote:
>> > > --- a/Config.mk
>> > > +++ b/Config.mk
>> > > @@ -255,9 +255,10 @@ MINIOS_UPSTREAM_REVISION ?=
>> > > d25773c8afa2f4dbbb466116daeb60159ddd22bd
>> > >  # Thu Dec 3 11:23:25 2015 +0000
>> > >  # mini-os: Include libxentoollog with libxc
>> > >  
>> > > -SEABIOS_UPSTREAM_REVISION ?= rel-1.9.0
>> > > -# Tue Nov 17 09:18:44 2015 -0500
>> > > -# docs: Note v1.9.0 release
>> > > +SEABIOS_UPSTREAM_REVISION ?=
>> > > 44250252eeaefd5e81bae2f73639bd323682217b
>> > > +# Thu Jan 7 12:02:51 2016 -0500
>> > > +# tpm: Do not set TPM in failure mode if menu command fails
>> > > +# NB: we should try to update to a rel-* version before releasing
>> > > Xen.
>> > 
>> > Assuming they cut a 1.9.1 by then including that fix, won't we risk
>> > moving backwards in that case? Wouldn't it be better in such a
>> > situation to follow the ipxe model and apply patches on top of the
>> > most recent release?
>> 
>> Good point.
>> 
>> I shall drop seabios-devel a line re 1.9.1 or 1.10.0 and see what's what.
> 
> In response to my line there is now 1.9-stable branch in seabios.git, which
> contains just the patch of interest. I propose we update to that branch, as
> below (+ appropriate pushes to our seabios.git tree to make the branch
> appear there).

Fine with me, thanks.

Jan

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] Config.mk: Update SEABIOS_UPSTREAM_TAG to 442502
  2016-01-14 16:56       ` Roger Pau Monné
@ 2016-01-14 17:01         ` Ian Campbell
  2016-01-15 10:56         ` Ian Campbell
  1 sibling, 0 replies; 9+ messages in thread
From: Ian Campbell @ 2016-01-14 17:01 UTC (permalink / raw)
  To: Roger Pau Monné, Jan Beulich
  Cc: xen-devel, Keir Fraser, Ian Jackson, Tim Deegan

On Thu, 2016-01-14 at 17:56 +0100, Roger Pau Monné wrote:
> El 14/01/16 a les 17.44, Ian Campbell ha escrit:
> > On Thu, 2016-01-14 at 14:44 +0000, Ian Campbell wrote:
> > > On Thu, 2016-01-14 at 06:00 -0700, Jan Beulich wrote:
> > > > > > > On 14.01.16 at 12:32, <roger.pau@citrix.com> wrote:
> > > > > --- a/Config.mk
> > > > > +++ b/Config.mk
> > > > > @@ -255,9 +255,10 @@ MINIOS_UPSTREAM_REVISION ?=
> > > > > d25773c8afa2f4dbbb466116daeb60159ddd22bd
> > > > >  # Thu Dec 3 11:23:25 2015 +0000
> > > > >  # mini-os: Include libxentoollog with libxc
> > > > >  
> > > > > -SEABIOS_UPSTREAM_REVISION ?= rel-1.9.0
> > > > > -# Tue Nov 17 09:18:44 2015 -0500
> > > > > -# docs: Note v1.9.0 release
> > > > > +SEABIOS_UPSTREAM_REVISION ?=
> > > > > 44250252eeaefd5e81bae2f73639bd323682217b
> > > > > +# Thu Jan 7 12:02:51 2016 -0500
> > > > > +# tpm: Do not set TPM in failure mode if menu command fails
> > > > > +# NB: we should try to update to a rel-* version before
> > > > > releasing
> > > > > Xen.
> > > > 
> > > > Assuming they cut a 1.9.1 by then including that fix, won't we risk
> > > > moving backwards in that case? Wouldn't it be better in such a
> > > > situation to follow the ipxe model and apply patches on top of the
> > > > most recent release?
> > > 
> > > Good point.
> > > 
> > > I shall drop seabios-devel a line re 1.9.1 or 1.10.0 and see what's
> > > what.
> > 
> > In response to my line there is now 1.9-stable branch in seabios.git,
> > which
> > contains just the patch of interest. I propose we update to that
> > branch, as
> > below (+ appropriate pushes to our seabios.git tree to make the branch
> > appear there).
> 
> That sounds fine, I'm wondering however if OSSTest tests those SeaBIOS
> stable branches at all, and if we have a push gate for them also?

It doesn't, we only test seabios.git#master.

However only things tested via master go into the stable branches and in
general they are very quiet (i.e. low numbers of backports over the
lifetime of a given stable branch, e.g. there were 12 backports to 1.8-
stable since the 1.8.0 release in February 2015) and conservative.

I'm content to rely on the xen-unstable branch's testing of this change
after it goes in.

> 
> > 
> > commit a661f70a8aad3fe7b2c828632714785a04b1d96b
> > Author: Ian Campbell <ian.campbell@citrix.com>
> > Date:   Thu Jan 14 16:43:42 2016 +0000
> > 
> >     SEABIOS_UPSTREAM_REVISION Update
> >     
> >     Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
> 
> Acked-by: Roger Pau Monné <roger.pau@citrix.com>

Thanks.

Ian.

> 
> > diff --git a/Config.mk b/Config.mk
> > index 62f8209..d654af8 100644
> > --- a/Config.mk
> > +++ b/Config.mk
> > @@ -255,9 +255,9 @@ MINIOS_UPSTREAM_REVISION ?=
> > d25773c8afa2f4dbbb466116daeb60159ddd22bd
> >  # Thu Dec 3 11:23:25 2015 +0000
> >  # mini-os: Include libxentoollog with libxc
> >  
> > -SEABIOS_UPSTREAM_REVISION ?= rel-1.9.0
> > -# Tue Nov 17 09:18:44 2015 -0500
> > -# docs: Note v1.9.0 release
> > +SEABIOS_UPSTREAM_REVISION ?= 3403ac4313812752be6e6aac35239ca6888a8cab
> > +# Mon Dec 28 13:50:41 2015 +0100
> > +# build: fix typo in buildversion.py
> >  
> >  ETHERBOOT_NICS ?= rtl8139 8086100e
> >  
> > 
> 

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] Config.mk: Update SEABIOS_UPSTREAM_TAG to 442502
  2016-01-14 16:56       ` Roger Pau Monné
  2016-01-14 17:01         ` Ian Campbell
@ 2016-01-15 10:56         ` Ian Campbell
  1 sibling, 0 replies; 9+ messages in thread
From: Ian Campbell @ 2016-01-15 10:56 UTC (permalink / raw)
  To: Roger Pau Monné, Jan Beulich
  Cc: xen-devel, Keir Fraser, Ian Jackson, Tim Deegan

On Thu, 2016-01-14 at 17:56 +0100, Roger Pau Monné wrote:
> 
> > commit a661f70a8aad3fe7b2c828632714785a04b1d96b
> > Author: Ian Campbell <ian.campbell@citrix.com>
> > Date:   Thu Jan 14 16:43:42 2016 +0000
> > 
> >     SEABIOS_UPSTREAM_REVISION Update
> >     
> >     Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
> 
> Acked-by: Roger Pau Monné <roger.pau@citrix.com>

Applied.

> 
> > diff --git a/Config.mk b/Config.mk
> > index 62f8209..d654af8 100644
> > --- a/Config.mk
> > +++ b/Config.mk
> > @@ -255,9 +255,9 @@ MINIOS_UPSTREAM_REVISION ?=
> > d25773c8afa2f4dbbb466116daeb60159ddd22bd
> >  # Thu Dec 3 11:23:25 2015 +0000
> >  # mini-os: Include libxentoollog with libxc
> >  
> > -SEABIOS_UPSTREAM_REVISION ?= rel-1.9.0
> > -# Tue Nov 17 09:18:44 2015 -0500
> > -# docs: Note v1.9.0 release
> > +SEABIOS_UPSTREAM_REVISION ?= 3403ac4313812752be6e6aac35239ca6888a8cab
> > +# Mon Dec 28 13:50:41 2015 +0100
> > +# build: fix typo in buildversion.py
> >  
> >  ETHERBOOT_NICS ?= rtl8139 8086100e
> >  
> > 
> 

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-01-15 10:59 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-14 11:32 [PATCH] Config.mk: Update SEABIOS_UPSTREAM_TAG to 442502 Roger Pau Monne
2016-01-14 13:00 ` Jan Beulich
2016-01-14 14:44   ` Ian Campbell
2016-01-14 16:44     ` Ian Campbell
2016-01-14 16:56       ` Roger Pau Monné
2016-01-14 17:01         ` Ian Campbell
2016-01-15 10:56         ` Ian Campbell
2016-01-14 16:57       ` Roger Pau Monné
2016-01-14 16:57       ` Jan Beulich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).