mbox series

[0/3] gitmodules: add qboot, meson, and vbootrom mirrors

Message ID 20200909101642.17698-1-stefanha@redhat.com
Headers show
Series gitmodules: add qboot, meson, and vbootrom mirrors | expand

Message

Stefan Hajnoczi Sept. 9, 2020, 10:16 a.m. UTC
This patch series adds qemu.org mirrors for qboot, meson, and vbootrom.

vbootrom is not yet used by qemu.git/master so you may wish to hold off on
applying the final patch.

Stefan Hajnoczi (3):
  gitmodules: switch to qemu.org qboot mirror
  gitmodules: switch to qemu.org meson mirror
  gitmodules: add qemu.org vbootrom submodule

 .gitmodules | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

-- 
2.26.2

Comments

Paolo Bonzini Sept. 12, 2020, 6:53 p.m. UTC | #1
On 09/09/20 12:16, Stefan Hajnoczi wrote:
> This patch series adds qemu.org mirrors for qboot, meson, and vbootrom.
> 
> vbootrom is not yet used by qemu.git/master so you may wish to hold off on
> applying the final patch.
> 
> Stefan Hajnoczi (3):
>   gitmodules: switch to qemu.org qboot mirror
>   gitmodules: switch to qemu.org meson mirror
>   gitmodules: add qemu.org vbootrom submodule
> 
>  .gitmodules | 7 +++++--
>  1 file changed, 5 insertions(+), 2 deletions(-)
> 

Thanks Stefan,

I created the github mirrors too.

Paolo
Peter Maydell Sept. 14, 2020, 6:27 p.m. UTC | #2
On Wed, 9 Sep 2020 at 11:18, Stefan Hajnoczi <stefanha@redhat.com> wrote:
>

> This patch series adds qemu.org mirrors for qboot, meson, and vbootrom.

>

> vbootrom is not yet used by qemu.git/master so you may wish to hold off on

> applying the final patch.


The Nuvoton board model that uses the vbootrom submodule is
now in git master (with the initial not-yet-qemu.git submodule URL).

thanks
-- PMM