All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Config.mk: update OVMF changeset
@ 2013-12-08 20:50 Wei Liu
  2013-12-09 11:04 ` George Dunlap
  0 siblings, 1 reply; 34+ messages in thread
From: Wei Liu @ 2013-12-08 20:50 UTC (permalink / raw)
  To: xen-devel; +Cc: George Dunlap, Ian Jackson, Wei Liu, Ian Campbell

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Cc: Ian Campbell <ian.campbell@citrix.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Cc: George Dunlap <george.dunlap@eu.citrix.com>

---
To IanC,

OVMF tree can be found at:
  http://xenbits.xen.org/git-http/people/liuw/ovmf.git for-xenbits
Please push that branch to Xenbits.

I presume that
   tools: enable OVMF build for Linux by default
is in your queue so I don't bother resending that. This patch should
probably go before that one.

To George,

Good: users can get their hands dirty with OVMF.
Bad : if somebody spots a problem in interface we have to live with it.

But, if nobody gets a chance to use it then nobody can spot a problem.
We've merged the interface in tree. I think the advantage of having OVMF
for 4.4 outweights the disadvantage. I suggest we let OVMF go in and
mark it as experimental.
---
 Config.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Config.mk b/Config.mk
index 7eeed31..9b5d1bd 100644
--- a/Config.mk
+++ b/Config.mk
@@ -233,7 +233,7 @@ OVMF_UPSTREAM_URL ?= git://xenbits.xen.org/ovmf.git
 QEMU_UPSTREAM_URL ?= git://xenbits.xen.org/qemu-upstream-unstable.git
 SEABIOS_UPSTREAM_URL ?= git://xenbits.xen.org/seabios.git
 endif
-OVMF_UPSTREAM_REVISION ?= a93b0e3f6895a074b99c8817181dfa6dbc7a4807
+OVMF_UPSTREAM_REVISION ?= 447d264115c476142f884af0be287622cd244423
 QEMU_UPSTREAM_REVISION ?= 1c514a7734b7f98625a0d18d5e8ee7581f26e50c
 SEABIOS_UPSTREAM_TAG ?= rel-1.7.3.1
 # Fri Aug 2 14:12:09 2013 -0400
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [PATCH] Config.mk: update OVMF changeset
@ 2015-10-14 11:41 Wei Liu
  2015-10-22 15:55 ` Ian Campbell
  0 siblings, 1 reply; 34+ messages in thread
From: Wei Liu @ 2015-10-14 11:41 UTC (permalink / raw)
  To: Xen-devel
  Cc: Wei Liu, Ian Jackson, Ian Campbell, Jan Beulich, Stefano Stabellini

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
---
Please pull from

  git://xenbits.xen.org/osstest/ovmf.git xen-tested-master

and push the aforementioned commit to

  git://xenbits.xen.org/ovmf.git master

It should be a fast-forward push.
---
 Config.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Config.mk b/Config.mk
index 0e5b51b..143b0b0 100644
--- a/Config.mk
+++ b/Config.mk
@@ -253,7 +253,7 @@ QEMU_TRADITIONAL_URL ?= git://xenbits.xen.org/qemu-xen-unstable.git
 SEABIOS_UPSTREAM_URL ?= git://xenbits.xen.org/seabios.git
 MINIOS_UPSTREAM_URL ?= git://xenbits.xen.org/mini-os.git
 endif
-OVMF_UPSTREAM_REVISION ?= cb9a7ebabcd6b8a49dc0854b2f9592d732b5afbd
+OVMF_UPSTREAM_REVISION ?= af9785a9ed61daea52b47f0bf448f1f228beee1e
 QEMU_UPSTREAM_REVISION ?= master
 MINIOS_UPSTREAM_REVISION ?= 256035e01a1aa5739e34f245f3b1e9e8ee204210
 # Thu Jul 23 11:08:38 2015 +0100
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [PATCH] Config.mk: update OVMF changeset
@ 2015-11-12 10:06 Wei Liu
  2015-11-16 12:08 ` Ian Campbell
  0 siblings, 1 reply; 34+ messages in thread
From: Wei Liu @ 2015-11-12 10:06 UTC (permalink / raw)
  To: Xen-devel; +Cc: Hao, Xudong, Wei Liu, Ian Campbell

The new osstest tested head contains a fix for gcc-4.4 toolchain.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
---
Cc: "Hao, Xudong" <xudong.hao@intel.com>
Cc: Ian Campbell <ian.campbell@citrix.com>

Please pull from
  git://xenbits.xen.org/osstest/ovmf.git xen-tested-master
and push the said commit to
  git://xenbits.xen.org/ovmf.git master

It should be a fast-forward push.
---
 Config.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Config.mk b/Config.mk
index 5db7ca5..1392575 100644
--- a/Config.mk
+++ b/Config.mk
@@ -253,7 +253,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 ?= af9785a9ed61daea52b47f0bf448f1f228beee1e
+OVMF_UPSTREAM_REVISION ?= 52a99493cce88a9d4ec8a02d7f1bd1a1001ce60d
 QEMU_UPSTREAM_REVISION ?= master
 MINIOS_UPSTREAM_REVISION ?= 256035e01a1aa5739e34f245f3b1e9e8ee204210
 # Thu Jul 23 11:08:38 2015 +0100
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [PATCH] Config.mk: update OVMF changeset
@ 2017-03-23 17:10 Anthony PERARD
  0 siblings, 0 replies; 34+ messages in thread
From: Anthony PERARD @ 2017-03-23 17:10 UTC (permalink / raw)
  To: xen-devel; +Cc: Anthony PERARD, Wei Liu

This new changeset contain a fix to build with GCC 6.3.

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 f0ca9e9379..7a0f94b2f2 100644
--- a/Config.mk
+++ b/Config.mk
@@ -267,7 +267,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 ?= 5734d486b6aa0b69a39b2c8d52b355400bcf2551
+OVMF_UPSTREAM_REVISION ?= 5920a9d16b1ab887c2858224316a98e961d71b05
 QEMU_UPSTREAM_REVISION ?= master
 MINIOS_UPSTREAM_REVISION ?= ca013fa9baf92f47469ba1f2e1aaa31c41d8a0bb
 # Tue Dec 13 15:02:02 2016 +0000
-- 
Anthony PERARD


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

^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [PATCH] Config.mk: update OVMF changeset
@ 2017-09-22 17:20 Anthony PERARD
  2017-09-25  7:31 ` Jan Beulich
  0 siblings, 1 reply; 34+ 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] 34+ messages in thread
* [PATCH] Config.mk: update OVMF changeset
@ 2018-07-25 14:38 Anthony PERARD
  0 siblings, 0 replies; 34+ messages in thread
From: Anthony PERARD @ 2018-07-25 14:38 UTC (permalink / raw)
  To: xen-devel; +Cc: Anthony PERARD, Wei Liu

Simply catching up with upstream.

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 0e829bb364..aeb418adf6 100644
--- a/Config.mk
+++ b/Config.mk
@@ -274,7 +274,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 ?= 947f3737abf65fda63f3ffd97fddfa6986986868
+OVMF_UPSTREAM_REVISION ?= ef529e6ab7c31290a33045bb1f1837447cc0eb56
 QEMU_UPSTREAM_REVISION ?= master
 MINIOS_UPSTREAM_REVISION ?= 0b4b7897e08b967a09bed2028a79fabff82342dd
 
-- 
Anthony PERARD


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

^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [PATCH] Config.mk: update OVMF changeset
@ 2020-08-12  9:55 Wei Liu
  0 siblings, 0 replies; 34+ messages in thread
From: Wei Liu @ 2020-08-12  9:55 UTC (permalink / raw)
  To: Xen Development List
  Cc: Anthony PERARD, Wei Liu, Andrew Cooper, George Dunlap,
	Ian Jackson, Jan Beulich, Julien Grall, Stefano Stabellini

Signed-off-by: Wei Liu <wl@xen.org>
---
 Config.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Config.mk b/Config.mk
index 4093dcb9e366..3603cf4ca58d 100644
--- a/Config.mk
+++ b/Config.mk
@@ -244,7 +244,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 ?= 20d2e5a125e34fc8501026613a71549b2a1a3e54
+OVMF_UPSTREAM_REVISION ?= a3741780fe3535e19e02efa869a7cac481891129
 QEMU_UPSTREAM_REVISION ?= master
 MINIOS_UPSTREAM_REVISION ?= master
 
-- 
2.20.1



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

end of thread, other threads:[~2020-08-12  9:55 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-08 20:50 [PATCH] Config.mk: update OVMF changeset Wei Liu
2013-12-09 11:04 ` George Dunlap
2013-12-09 11:10   ` Wei Liu
2013-12-09 11:17     ` George Dunlap
2013-12-09 11:33       ` Ian Campbell
2013-12-09 15:46       ` Ian Campbell
2015-10-14 11:41 Wei Liu
2015-10-22 15:55 ` Ian Campbell
2015-10-22 15:58   ` Ian Jackson
2015-10-22 16:02     ` Wei Liu
2015-10-22 16:09     ` Ian Campbell
2015-10-22 16:11       ` Stefano Stabellini
2015-10-22 17:08         ` Ian Jackson
2015-10-23  8:01           ` Jan Beulich
2015-10-23  9:11             ` Ian Campbell
2015-10-23 10:08               ` Stefano Stabellini
2015-10-23 11:18                 ` Ian Jackson
2015-10-23 11:38                   ` Stefano Stabellini
2015-10-23 11:56                     ` Ian Jackson
2015-10-23 11:52                   ` Jan Beulich
2015-10-23 12:16                   ` Ian Campbell
2015-10-23 12:43                     ` Stefano Stabellini
2015-10-23 12:56                       ` Ian Campbell
2015-10-23 13:16                         ` Fabio Fantoni
2015-10-23 13:38                           ` Ian Campbell
2015-11-12 10:06 Wei Liu
2015-11-16 12:08 ` Ian Campbell
2015-11-16 12:10   ` Wei Liu
2017-03-23 17:10 Anthony PERARD
2017-09-22 17:20 Anthony PERARD
2017-09-25  7:31 ` Jan Beulich
2017-09-25 14:20   ` Dario Faggioli
2018-07-25 14:38 Anthony PERARD
2020-08-12  9:55 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.