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

Stefan Hajnoczi posted 3 patches 3 years, 7 months ago
Only 2 patches received!
.gitmodules | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
[PATCH v2 0/3] gitmodules: add qboot, meson, and vbootrom mirrors
Posted by Stefan Hajnoczi 3 years, 7 months ago
v2:
 * Rebase now that vbootrom is in .gitmodules [Peter]

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 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
2.26.2

Re: [PATCH v2 0/3] gitmodules: add qboot, meson, and vbootrom mirrors
Posted by Stefan Hajnoczi 3 years, 7 months ago
On Tue, Sep 15, 2020 at 02:08:31PM +0100, Stefan Hajnoczi wrote:
> v2:
>  * Rebase now that vbootrom is in .gitmodules [Peter]
> 
> 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 | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> -- 
> 2.26.2
> 

Thanks, applied to my block tree:
https://github.com/stefanha/qemu/commits/block

Stefan