xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [Xen-devel] [PATCH] Config.mk: update OVMF to edk2-stable201905
@ 2019-06-17 16:10 Anthony PERARD
  2019-07-01 15:04 ` [Xen-devel] Ping: " Anthony PERARD
  0 siblings, 1 reply; 5+ messages in thread
From: Anthony PERARD @ 2019-06-17 16:10 UTC (permalink / raw)
  To: xen-devel
  Cc: Stefano Stabellini, Wei Liu, Konrad Rzeszutek Wilk,
	George Dunlap, Andrew Cooper, Ian Jackson, Tim Deegan,
	Julien Grall, Jan Beulich, Anthony PERARD

Update to the latest stable tag.

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 417039d7f6..0fa4591379 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 ?= ef529e6ab7c31290a33045bb1f1837447cc0eb56
+OVMF_UPSTREAM_REVISION ?= 20d2e5a125e34fc8501026613a71549b2a1a3e54
 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] 5+ messages in thread

* [Xen-devel] Ping: [PATCH] Config.mk: update OVMF to edk2-stable201905
  2019-06-17 16:10 [Xen-devel] [PATCH] Config.mk: update OVMF to edk2-stable201905 Anthony PERARD
@ 2019-07-01 15:04 ` Anthony PERARD
  2019-07-01 15:19   ` Jan Beulich
  0 siblings, 1 reply; 5+ messages in thread
From: Anthony PERARD @ 2019-07-01 15:04 UTC (permalink / raw)
  To: xen-devel
  Cc: Stefano Stabellini, Wei Liu, Konrad Rzeszutek Wilk,
	George Dunlap, Andrew Cooper, Ian Jackson, Tim Deegan,
	Julien Grall, Jan Beulich

On Mon, Jun 17, 2019 at 05:10:50PM +0100, Anthony PERARD wrote:
> Update to the latest stable tag.
> 
> Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>

Hi,

Could one of you commit this patch?

Thanks,

-- 
Anthony PERARD

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

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

* Re: [Xen-devel] Ping: [PATCH] Config.mk: update OVMF to edk2-stable201905
  2019-07-01 15:04 ` [Xen-devel] Ping: " Anthony PERARD
@ 2019-07-01 15:19   ` Jan Beulich
  2019-07-01 15:57     ` Anthony PERARD
  2019-07-01 22:04     ` Wei Liu
  0 siblings, 2 replies; 5+ messages in thread
From: Jan Beulich @ 2019-07-01 15:19 UTC (permalink / raw)
  To: Anthony PERARD, xen-devel
  Cc: Stefano Stabellini, Wei Liu, KonradRzeszutek Wilk, George Dunlap,
	Andrew Cooper, Ian Jackson, Tim Deegan, Julien Grall

On 01.07.2019 17:04, Anthony PERARD wrote:
> On Mon, Jun 17, 2019 at 05:10:50PM +0100, Anthony PERARD wrote:
>> Update to the latest stable tag.
>>
>> Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
> 
> Could one of you commit this patch?

I was wondering what the policy here is - do such updates go in
without any acks?

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

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

* Re: [Xen-devel] Ping: [PATCH] Config.mk: update OVMF to edk2-stable201905
  2019-07-01 15:19   ` Jan Beulich
@ 2019-07-01 15:57     ` Anthony PERARD
  2019-07-01 22:04     ` Wei Liu
  1 sibling, 0 replies; 5+ messages in thread
From: Anthony PERARD @ 2019-07-01 15:57 UTC (permalink / raw)
  To: Jan Beulich
  Cc: Stefano Stabellini, Wei Liu, KonradRzeszutek Wilk, George Dunlap,
	Andrew Cooper, Ian Jackson, Tim Deegan, Julien Grall, xen-devel

On Mon, Jul 01, 2019 at 03:19:29PM +0000, Jan Beulich wrote:
> On 01.07.2019 17:04, Anthony PERARD wrote:
> > On Mon, Jun 17, 2019 at 05:10:50PM +0100, Anthony PERARD wrote:
> >> Update to the latest stable tag.
> >>
> >> Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
> > 
> > Could one of you commit this patch?
> 
> I was wondering what the policy here is - do such updates go in
> without any acks?

Well, the file Config.mk is maintained by THE REST, but the ovmf tree is
maintained by Wei and me. So, we can wait for Wei to put his ack, or
just have one of THE REST maintainer put a ack would be enough I think.

As for a policy for such updates, they often seems to go in without any
acks. Recent updates of mini-os, qemu-trad, seabios don't have acks.
It's the same for qemu-xen, but that tree is gated by osstest.

Thanks,

-- 
Anthony PERARD

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

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

* Re: [Xen-devel] Ping: [PATCH] Config.mk: update OVMF to edk2-stable201905
  2019-07-01 15:19   ` Jan Beulich
  2019-07-01 15:57     ` Anthony PERARD
@ 2019-07-01 22:04     ` Wei Liu
  1 sibling, 0 replies; 5+ messages in thread
From: Wei Liu @ 2019-07-01 22:04 UTC (permalink / raw)
  To: Jan Beulich
  Cc: Stefano Stabellini, Wei Liu, KonradRzeszutek Wilk, George Dunlap,
	Andrew Cooper, Ian Jackson, Tim Deegan, Julien Grall,
	Anthony PERARD, xen-devel

On Mon, 1 Jul 2019 at 16:22, Jan Beulich <JBeulich@suse.com> wrote:
>
> On 01.07.2019 17:04, Anthony PERARD wrote:
> > On Mon, Jun 17, 2019 at 05:10:50PM +0100, Anthony PERARD wrote:
> >> Update to the latest stable tag.
> >>
> >> Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
> >
> > Could one of you commit this patch?
>
> I was wondering what the policy here is - do such updates go in
> without any acks?
>

Anthony is the maintainer. I think his judgement is sufficient.
Previously I just committed his patch without giving my ack.

If you really want one:

Acked-by: Wei Liu <wl@xen.org>

Wei.

> Jan

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

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

end of thread, other threads:[~2019-07-01 22:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-17 16:10 [Xen-devel] [PATCH] Config.mk: update OVMF to edk2-stable201905 Anthony PERARD
2019-07-01 15:04 ` [Xen-devel] Ping: " Anthony PERARD
2019-07-01 15:19   ` Jan Beulich
2019-07-01 15:57     ` Anthony PERARD
2019-07-01 22:04     ` 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).