All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] qboot: update to latest submodule
@ 2022-09-19 13:41 Paolo Bonzini
  2022-09-19 14:35 ` Jason A. Donenfeld
  0 siblings, 1 reply; 7+ messages in thread
From: Paolo Bonzini @ 2022-09-19 13:41 UTC (permalink / raw)
  To: qemu-devel; +Cc: Jason A . Donenfeld

Include patch "Place setup_data at location specified by host"
from Jason A. Donenfeld.

Cc: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 roms/qboot | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roms/qboot b/roms/qboot
index a5300c4949..8ca302e86d 160000
--- a/roms/qboot
+++ b/roms/qboot
@@ -1 +1 @@
-Subproject commit a5300c4949b8d4de2d34bedfaed66793f48ec948
+Subproject commit 8ca302e86d685fa05b16e2b208888243da319941
-- 
2.37.2



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

* Re: [PATCH] qboot: update to latest submodule
  2022-09-19 13:41 [PATCH] qboot: update to latest submodule Paolo Bonzini
@ 2022-09-19 14:35 ` Jason A. Donenfeld
  2022-09-20 20:54   ` Jason A. Donenfeld
  0 siblings, 1 reply; 7+ messages in thread
From: Jason A. Donenfeld @ 2022-09-19 14:35 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: qemu-devel

FYI, that commit made it to:

https://github.com/bonzini/qboot

But wasn't pushed to:

https://github.com/qemu/qboot
https://gitlab.com/qemu-project/qboot
https://git.qemu.org/?p=qboot.git;a=summary

I have no idea what's canonical, except that the submodule in the qemu
checkout seems to point to the gitlab instance.


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

* Re: [PATCH] qboot: update to latest submodule
  2022-09-19 14:35 ` Jason A. Donenfeld
@ 2022-09-20 20:54   ` Jason A. Donenfeld
  2022-09-20 21:57     ` Paolo Bonzini
  0 siblings, 1 reply; 7+ messages in thread
From: Jason A. Donenfeld @ 2022-09-20 20:54 UTC (permalink / raw)
  To: Paolo Bonzini, stefanha; +Cc: qemu-devel

On Mon, Sep 19, 2022 at 04:35:54PM +0200, Jason A. Donenfeld wrote:
> FYI, that commit made it to:
> 
> https://github.com/bonzini/qboot
> 
> But wasn't pushed to:
> 
> https://github.com/qemu/qboot
> https://gitlab.com/qemu-project/qboot
> https://git.qemu.org/?p=qboot.git;a=summary
> 
> I have no idea what's canonical, except that the submodule in the qemu
> checkout seems to point to the gitlab instance.
> 

With my prior email being ignored, this played out exactly as I
predicted it would:

Fetching submodule roms/qboot
fatal: remote error: upload-pack: not our ref 8ca302e86d685fa05b16e2b208888243da319941
Errors during submodule fetch:
        roms/qboot

Can somebody push https://github.com/bonzini/qboot to
https://gitlab.com/qemu-project/qboot please? It will only take a
second.

Thanks,
Jason


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

* Re: [PATCH] qboot: update to latest submodule
  2022-09-20 20:54   ` Jason A. Donenfeld
@ 2022-09-20 21:57     ` Paolo Bonzini
  2022-09-20 22:11       ` Jason A. Donenfeld
  0 siblings, 1 reply; 7+ messages in thread
From: Paolo Bonzini @ 2022-09-20 21:57 UTC (permalink / raw)
  To: Jason A. Donenfeld; +Cc: Hajnoczi, Stefan, qemu-devel

[-- Attachment #1: Type: text/plain, Size: 1007 bytes --]

It should have been automatic, there's mirroring set up.

Paolo

Il mar 20 set 2022, 23:00 Jason A. Donenfeld <Jason@zx2c4.com> ha scritto:

> On Mon, Sep 19, 2022 at 04:35:54PM +0200, Jason A. Donenfeld wrote:
> > FYI, that commit made it to:
> >
> > https://github.com/bonzini/qboot
> >
> > But wasn't pushed to:
> >
> > https://github.com/qemu/qboot
> > https://gitlab.com/qemu-project/qboot
> > https://git.qemu.org/?p=qboot.git;a=summary
> >
> > I have no idea what's canonical, except that the submodule in the qemu
> > checkout seems to point to the gitlab instance.
> >
>
> With my prior email being ignored, this played out exactly as I
> predicted it would:
>
> Fetching submodule roms/qboot
> fatal: remote error: upload-pack: not our ref
> 8ca302e86d685fa05b16e2b208888243da319941
> Errors during submodule fetch:
>         roms/qboot
>
> Can somebody push https://github.com/bonzini/qboot to
> https://gitlab.com/qemu-project/qboot please? It will only take a
> second.
>
> Thanks,
> Jason
>
>

[-- Attachment #2: Type: text/html, Size: 2025 bytes --]

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

* Re: [PATCH] qboot: update to latest submodule
  2022-09-20 21:57     ` Paolo Bonzini
@ 2022-09-20 22:11       ` Jason A. Donenfeld
  2022-09-20 22:22         ` Paolo Bonzini
  0 siblings, 1 reply; 7+ messages in thread
From: Jason A. Donenfeld @ 2022-09-20 22:11 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: Hajnoczi, Stefan, qemu-devel

On Tue, Sep 20, 2022 at 11:57:09PM +0200, Paolo Bonzini wrote:
> It should have been automatic, there's mirroring set up.

Hm, something is weird. Gitlab says "This project is mirrored from
https://gitlab.com/bonzini/qboot.git. Pull mirroring updated 28 minutes
ago." yet the commit is much older than 28 minutes ago. Backend issue of
sorts?


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

* Re: [PATCH] qboot: update to latest submodule
  2022-09-20 22:11       ` Jason A. Donenfeld
@ 2022-09-20 22:22         ` Paolo Bonzini
  2022-09-20 22:23           ` Jason A. Donenfeld
  0 siblings, 1 reply; 7+ messages in thread
From: Paolo Bonzini @ 2022-09-20 22:22 UTC (permalink / raw)
  To: Jason A. Donenfeld; +Cc: Hajnoczi, Stefan, qemu-devel

[-- Attachment #1: Type: text/plain, Size: 660 bytes --]

Il mer 21 set 2022, 00:11 Jason A. Donenfeld <Jason@zx2c4.com> ha scritto:

> On Tue, Sep 20, 2022 at 11:57:09PM +0200, Paolo Bonzini wrote:
> > It should have been automatic, there's mirroring set up.
>
> Hm, something is weird. Gitlab says "This project is mirrored from
> https://gitlab.com/bonzini/qboot.git. Pull mirroring updated 28 minutes
> ago." yet the commit is much older than 28 minutes ago. Backend issue of
> sorts?
>

Yeah the mirroring from GitHub to (my personal fork on) Gitlab was failing
because git:// is not supported anymore. Changed to https:// and everybody
is happy.

Btw I saw your other patches, will get to it tomorrow.

Paolo

>

[-- Attachment #2: Type: text/html, Size: 1373 bytes --]

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

* Re: [PATCH] qboot: update to latest submodule
  2022-09-20 22:22         ` Paolo Bonzini
@ 2022-09-20 22:23           ` Jason A. Donenfeld
  0 siblings, 0 replies; 7+ messages in thread
From: Jason A. Donenfeld @ 2022-09-20 22:23 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: Hajnoczi, Stefan, qemu-devel

On Wed, Sep 21, 2022 at 12:22 AM Paolo Bonzini <pbonzini@redhat.com> wrote:
> Yeah the mirroring from GitHub to (my personal fork on) Gitlab was failing because git:// is not supported anymore. Changed to https:// and everybody is happy.

Ahh, bingo.

> Btw I saw your other patches, will get to it tomorrow.

Super. Thanks, looking forward.

Jason


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

end of thread, other threads:[~2022-09-21  0:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-19 13:41 [PATCH] qboot: update to latest submodule Paolo Bonzini
2022-09-19 14:35 ` Jason A. Donenfeld
2022-09-20 20:54   ` Jason A. Donenfeld
2022-09-20 21:57     ` Paolo Bonzini
2022-09-20 22:11       ` Jason A. Donenfeld
2022-09-20 22:22         ` Paolo Bonzini
2022-09-20 22:23           ` Jason A. Donenfeld

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.