All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Config.mk: update OVMF changeset
@ 2017-09-22 17:20 Anthony PERARD
  2017-09-25  7:31 ` Jan Beulich
  0 siblings, 1 reply; 5+ messages in thread
From: Anthony PERARD @ 2017-09-22 17:20 UTC (permalink / raw)
  To: xen-devel; +Cc: Anthony PERARD, Wei Liu

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
---
 Config.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Config.mk b/Config.mk
index bba81bee7d..57d3e2bc44 100644
--- a/Config.mk
+++ b/Config.mk
@@ -272,7 +272,7 @@ QEMU_TRADITIONAL_URL ?= git://xenbits.xen.org/qemu-xen-traditional.git
 SEABIOS_UPSTREAM_URL ?= git://xenbits.xen.org/seabios.git
 MINIOS_UPSTREAM_URL ?= git://xenbits.xen.org/mini-os.git
 endif
-OVMF_UPSTREAM_REVISION ?= 5920a9d16b1ab887c2858224316a98e961d71b05
+OVMF_UPSTREAM_REVISION ?= 947f3737abf65fda63f3ffd97fddfa6986986868
 QEMU_UPSTREAM_REVISION ?= master
 MINIOS_UPSTREAM_REVISION ?= d991bdbc062248221511ecb795617c36b37e1d2e
 # Wed Aug 9 13:15:48 2017 +0100
-- 
Anthony PERARD


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

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

* Re: [PATCH] Config.mk: update OVMF changeset
  2017-09-22 17:20 [PATCH] Config.mk: update OVMF changeset Anthony PERARD
@ 2017-09-25  7:31 ` Jan Beulich
  2017-09-25 14:20   ` Dario Faggioli
  2017-09-26  9:52   ` [PATCH v2] " Anthony PERARD
  0 siblings, 2 replies; 5+ messages in thread
From: Jan Beulich @ 2017-09-25  7:31 UTC (permalink / raw)
  To: Anthony PERARD; +Cc: xen-devel, Wei Liu

>>> On 22.09.17 at 19:20, <anthony.perard@citrix.com> wrote:
> Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>

Would you mind clarifying in a brief description whether this is just
routine catch up, or to bring in any specific changes we need?

Jan


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

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

* Re: [PATCH] Config.mk: update OVMF changeset
  2017-09-25  7:31 ` Jan Beulich
@ 2017-09-25 14:20   ` Dario Faggioli
  2017-09-26  9:52   ` [PATCH v2] " Anthony PERARD
  1 sibling, 0 replies; 5+ messages in thread
From: Dario Faggioli @ 2017-09-25 14:20 UTC (permalink / raw)
  To: Jan Beulich, Anthony PERARD; +Cc: xen-devel, Wei Liu


[-- Attachment #1.1: Type: text/plain, Size: 775 bytes --]

On Mon, 2017-09-25 at 01:31 -0600, Jan Beulich wrote:
> > > > On 22.09.17 at 19:20, <anthony.perard@citrix.com> wrote:
> > 
> > Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
> 
> Would you mind clarifying in a brief description whether this is just
> routine catch up, or to bring in any specific changes we need?
> 
What we have right now, does not build, e.g., with gcc 7.2:

https://pastebin.com/xgeJHkdL

Which, I agree, should be mentioned/hinted at in the changelog.

Regards,
Dario
-- 
<<This happens because I choose it to happen!>> (Raistlin Majere)
-----------------------------------------------------------------
Dario Faggioli, Ph.D, http://about.me/dario.faggioli
Senior Software Engineer, Citrix Systems R&D Ltd., Cambridge (UK)

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

[-- Attachment #2: Type: text/plain, Size: 127 bytes --]

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

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

* [PATCH v2] Config.mk: update OVMF changeset
  2017-09-25  7:31 ` Jan Beulich
  2017-09-25 14:20   ` Dario Faggioli
@ 2017-09-26  9:52   ` Anthony PERARD
  2017-09-26 10:08     ` Wei Liu
  1 sibling, 1 reply; 5+ messages in thread
From: Anthony PERARD @ 2017-09-26  9:52 UTC (permalink / raw)
  To: xen-devel; +Cc: Anthony PERARD, Wei Liu, Jan Beulich

Update to allow to build OVMF with GCC 7.2.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
---
 Config.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Config.mk b/Config.mk
index bba81bee7d..57d3e2bc44 100644
--- a/Config.mk
+++ b/Config.mk
@@ -272,7 +272,7 @@ QEMU_TRADITIONAL_URL ?= git://xenbits.xen.org/qemu-xen-traditional.git
 SEABIOS_UPSTREAM_URL ?= git://xenbits.xen.org/seabios.git
 MINIOS_UPSTREAM_URL ?= git://xenbits.xen.org/mini-os.git
 endif
-OVMF_UPSTREAM_REVISION ?= 5920a9d16b1ab887c2858224316a98e961d71b05
+OVMF_UPSTREAM_REVISION ?= 947f3737abf65fda63f3ffd97fddfa6986986868
 QEMU_UPSTREAM_REVISION ?= master
 MINIOS_UPSTREAM_REVISION ?= d991bdbc062248221511ecb795617c36b37e1d2e
 # Wed Aug 9 13:15:48 2017 +0100
-- 
Anthony PERARD


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

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

* Re: [PATCH v2] Config.mk: update OVMF changeset
  2017-09-26  9:52   ` [PATCH v2] " Anthony PERARD
@ 2017-09-26 10:08     ` Wei Liu
  0 siblings, 0 replies; 5+ messages in thread
From: Wei Liu @ 2017-09-26 10:08 UTC (permalink / raw)
  To: Anthony PERARD; +Cc: xen-devel, Wei Liu, Jan Beulich

On Tue, Sep 26, 2017 at 10:52:10AM +0100, Anthony PERARD wrote:
> Update to allow to build OVMF with GCC 7.2.
> 
> Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>

Acked-by: Wei Liu <wei.liu2@citrix.com>

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

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

end of thread, other threads:[~2017-09-26 10:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-22 17:20 [PATCH] Config.mk: update OVMF changeset Anthony PERARD
2017-09-25  7:31 ` Jan Beulich
2017-09-25 14:20   ` Dario Faggioli
2017-09-26  9:52   ` [PATCH v2] " Anthony PERARD
2017-09-26 10:08     ` Wei Liu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.