mbox series

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

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

Message

Stefan Hajnoczi Sept. 15, 2020, 1:08 p.m. UTC
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(-)

Comments

Stefan Hajnoczi Sept. 23, 2020, 12:45 p.m. UTC | #1
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