xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Config.mk: update seabios revision
@ 2016-04-22 10:33 Wei Liu
  2016-04-22 11:37 ` Roger Pau Monné
  2016-04-22 11:39 ` Jan Beulich
  0 siblings, 2 replies; 5+ messages in thread
From: Wei Liu @ 2016-04-22 10:33 UTC (permalink / raw)
  To: Xen-devel
  Cc: Keir Fraser, Tim Deegan, Ian Jackson, Jan Beulich, Wei Liu,
	Roger Pau Monné

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
---
Cc: Roger Pau Monné <roger.pau@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>

Contains build fix for FreeBSD and another fix for Q35 (which we don't
use at the moment). It should be pretty safe to go in.
---
 Config.mk | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Config.mk b/Config.mk
index bfab893..a0e6d4e 100644
--- a/Config.mk
+++ b/Config.mk
@@ -255,9 +255,9 @@ MINIOS_UPSTREAM_REVISION ?= e085b7e5613576601e2f100e6f1ee9e0778c3eb9
 # Sun Apr 10 00:46:32 2016 +0200
 # Fix time update
 
-SEABIOS_UPSTREAM_REVISION ?= rel-1.9.1
-# Fri Jan 15 15:49:32 2016 +0000
-# biostables: Support SMBIOS 2.6+ UUID format
+SEABIOS_UPSTREAM_REVISION ?= rel-1.9.2
+# Tue, 1 Mar 2016 15:06:45 +0100 (16:06 +0200)
+# fw/pci: add Q35 S3 support
 
 ETHERBOOT_NICS ?= rtl8139 8086100e
 
-- 
2.1.4


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

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

* Re: [PATCH] Config.mk: update seabios revision
  2016-04-22 10:33 [PATCH] Config.mk: update seabios revision Wei Liu
@ 2016-04-22 11:37 ` Roger Pau Monné
  2016-04-22 11:39 ` Jan Beulich
  1 sibling, 0 replies; 5+ messages in thread
From: Roger Pau Monné @ 2016-04-22 11:37 UTC (permalink / raw)
  To: Wei Liu; +Cc: Xen-devel, Keir Fraser, Ian Jackson, Jan Beulich, Tim Deegan

On Fri, Apr 22, 2016 at 11:33:01AM +0100, Wei Liu wrote:
> Signed-off-by: Wei Liu <wei.liu2@citrix.com>
> ---
> Cc: Roger Pau Monné <roger.pau@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>
> 
> Contains build fix for FreeBSD and another fix for Q35 (which we don't
> use at the moment). It should be pretty safe to go in.

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

Since I assume this does also need a Release-Ack from youself, I will argue 
that the delta between 1.9.1 and 1.9.2 is so small that it's very low risk 
to push this, and it contributes to making an awesome (and build-bug free) 
release by allowing the usage of elftoolchain (instead of binutils) in order 
to build SeaBIOS.

Roger.

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

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

* Re: [PATCH] Config.mk: update seabios revision
  2016-04-22 10:33 [PATCH] Config.mk: update seabios revision Wei Liu
  2016-04-22 11:37 ` Roger Pau Monné
@ 2016-04-22 11:39 ` Jan Beulich
  2016-04-22 13:01   ` Wei Liu
  1 sibling, 1 reply; 5+ messages in thread
From: Jan Beulich @ 2016-04-22 11:39 UTC (permalink / raw)
  To: Wei Liu; +Cc: Xen-devel, Tim Deegan, Keir Fraser, Ian Jackson, roger.pau

>>> On 22.04.16 at 12:33, <wei.liu2@citrix.com> wrote:
> Signed-off-by: Wei Liu <wei.liu2@citrix.com>

FWIW:
Acked-by: Jan Beulich <jbeulich@suse.com>


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

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

* Re: [PATCH] Config.mk: update seabios revision
  2016-04-22 11:39 ` Jan Beulich
@ 2016-04-22 13:01   ` Wei Liu
  2016-04-22 18:10     ` Wei Liu
  0 siblings, 1 reply; 5+ messages in thread
From: Wei Liu @ 2016-04-22 13:01 UTC (permalink / raw)
  To: Jan Beulich
  Cc: Keir Fraser, Tim Deegan, Ian Jackson, Xen-devel, Wei Liu,
	roger.pau

On Fri, Apr 22, 2016 at 05:39:41AM -0600, Jan Beulich wrote:
> >>> On 22.04.16 at 12:33, <wei.liu2@citrix.com> wrote:
> > Signed-off-by: Wei Liu <wei.liu2@citrix.com>
> 
> FWIW:
> Acked-by: Jan Beulich <jbeulich@suse.com>
> 

Thank you both.

I will push this later today.

Wei.

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

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

* Re: [PATCH] Config.mk: update seabios revision
  2016-04-22 13:01   ` Wei Liu
@ 2016-04-22 18:10     ` Wei Liu
  0 siblings, 0 replies; 5+ messages in thread
From: Wei Liu @ 2016-04-22 18:10 UTC (permalink / raw)
  To: Jan Beulich
  Cc: Keir Fraser, Tim Deegan, Ian Jackson, Xen-devel, Wei Liu,
	roger.pau

On Fri, Apr 22, 2016 at 02:01:24PM +0100, Wei Liu wrote:
> On Fri, Apr 22, 2016 at 05:39:41AM -0600, Jan Beulich wrote:
> > >>> On 22.04.16 at 12:33, <wei.liu2@citrix.com> wrote:
> > > Signed-off-by: Wei Liu <wei.liu2@citrix.com>
> > 
> > FWIW:
> > Acked-by: Jan Beulich <jbeulich@suse.com>
> > 
> 
> Thank you both.
> 
> I will push this later today.
> 

Queued.

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

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

end of thread, other threads:[~2016-04-22 18:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-22 10:33 [PATCH] Config.mk: update seabios revision Wei Liu
2016-04-22 11:37 ` Roger Pau Monné
2016-04-22 11:39 ` Jan Beulich
2016-04-22 13:01   ` Wei Liu
2016-04-22 18:10     ` Wei Liu

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).