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

Stefan Hajnoczi posted 3 patches 3 years, 7 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Failed in applying to current master (apply log)
There is a newer version of this series
.gitmodules | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
[PATCH 0/3] gitmodules: add qboot, meson, and vbootrom mirrors
Posted by Stefan Hajnoczi 3 years, 7 months ago
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

Re: [PATCH 0/3] gitmodules: add qboot, meson, and vbootrom mirrors
Posted by Paolo Bonzini 3 years, 7 months ago
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


Re: [PATCH 0/3] gitmodules: add qboot, meson, and vbootrom mirrors
Posted by Peter Maydell 3 years, 7 months ago
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