All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] gitmodules: add qboot, meson, and vbootrom mirrors
@ 2020-09-15 13:08 Stefan Hajnoczi
  2020-09-15 13:08 ` [PATCH v2 1/3] gitmodules: switch to qemu.org qboot mirror Stefan Hajnoczi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Stefan Hajnoczi @ 2020-09-15 13:08 UTC (permalink / raw)
  To: qemu-devel; +Cc: Stefan Hajnoczi

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


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

* [PATCH v2 1/3] gitmodules: switch to qemu.org qboot mirror
  2020-09-15 13:08 [PATCH v2 0/3] gitmodules: add qboot, meson, and vbootrom mirrors Stefan Hajnoczi
@ 2020-09-15 13:08 ` Stefan Hajnoczi
  2020-09-15 13:08 ` [PATCH v2 2/3] gitmodules: switch to qemu.org meson mirror Stefan Hajnoczi
  2020-09-23 12:45 ` [PATCH v2 0/3] gitmodules: add qboot, meson, and vbootrom mirrors Stefan Hajnoczi
  2 siblings, 0 replies; 4+ messages in thread
From: Stefan Hajnoczi @ 2020-09-15 13:08 UTC (permalink / raw)
  To: qemu-devel
  Cc: Peter Maydell, Philippe Mathieu-Daudé,
	Stefan Hajnoczi, Paolo Bonzini

QEMU now hosts a mirror of qboot.git. QEMU mirrors third-party code to
ensure that users can always build QEMU even if the dependency goes
offline and so QEMU meets its responsibilities to provide full source
code under software licenses.

Suggested-by: Peter Maydell <peter.maydell@linaro.org>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
---
 .gitmodules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitmodules b/.gitmodules
index 9ffb9f3f4f..7c8695b1dc 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -57,7 +57,7 @@
 	url = 	https://git.qemu.org/git/opensbi.git
 [submodule "roms/qboot"]
 	path = roms/qboot
-	url = https://github.com/bonzini/qboot
+	url = https://git.qemu.org/git/qboot.git
 [submodule "meson"]
 	path = meson
 	url = https://github.com/mesonbuild/meson/
-- 
2.26.2


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

* [PATCH v2 2/3] gitmodules: switch to qemu.org meson mirror
  2020-09-15 13:08 [PATCH v2 0/3] gitmodules: add qboot, meson, and vbootrom mirrors Stefan Hajnoczi
  2020-09-15 13:08 ` [PATCH v2 1/3] gitmodules: switch to qemu.org qboot mirror Stefan Hajnoczi
@ 2020-09-15 13:08 ` Stefan Hajnoczi
  2020-09-23 12:45 ` [PATCH v2 0/3] gitmodules: add qboot, meson, and vbootrom mirrors Stefan Hajnoczi
  2 siblings, 0 replies; 4+ messages in thread
From: Stefan Hajnoczi @ 2020-09-15 13:08 UTC (permalink / raw)
  To: qemu-devel
  Cc: Peter Maydell, Paolo Bonzini, Philippe Mathieu-Daudé,
	Stefan Hajnoczi, Marc-André Lureau

QEMU now hosts a mirror of meson.git. QEMU mirrors third-party code to
ensure that users can always build QEMU even if the dependency goes
offline and so QEMU meets its responsibilities to provide full source
code under software licenses.

Suggested-by: Peter Maydell <peter.maydell@linaro.org>
Cc: Marc-André Lureau <marcandre.lureau@redhat.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
---
 .gitmodules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitmodules b/.gitmodules
index 7c8695b1dc..1c15b3c6f9 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -60,7 +60,7 @@
 	url = https://git.qemu.org/git/qboot.git
 [submodule "meson"]
 	path = meson
-	url = https://github.com/mesonbuild/meson/
+	url = https://git.qemu.org/git/meson.git
 [submodule "roms/vbootrom"]
 	path = roms/vbootrom
 	url = https://github.com/google/vbootrom.git
-- 
2.26.2


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

* Re: [PATCH v2 0/3] gitmodules: add qboot, meson, and vbootrom mirrors
  2020-09-15 13:08 [PATCH v2 0/3] gitmodules: add qboot, meson, and vbootrom mirrors Stefan Hajnoczi
  2020-09-15 13:08 ` [PATCH v2 1/3] gitmodules: switch to qemu.org qboot mirror Stefan Hajnoczi
  2020-09-15 13:08 ` [PATCH v2 2/3] gitmodules: switch to qemu.org meson mirror Stefan Hajnoczi
@ 2020-09-23 12:45 ` Stefan Hajnoczi
  2 siblings, 0 replies; 4+ messages in thread
From: Stefan Hajnoczi @ 2020-09-23 12:45 UTC (permalink / raw)
  To: qemu-devel

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

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

end of thread, other threads:[~2020-09-23 12:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-15 13:08 [PATCH v2 0/3] gitmodules: add qboot, meson, and vbootrom mirrors Stefan Hajnoczi
2020-09-15 13:08 ` [PATCH v2 1/3] gitmodules: switch to qemu.org qboot mirror Stefan Hajnoczi
2020-09-15 13:08 ` [PATCH v2 2/3] gitmodules: switch to qemu.org meson mirror Stefan Hajnoczi
2020-09-23 12:45 ` [PATCH v2 0/3] gitmodules: add qboot, meson, and vbootrom mirrors Stefan Hajnoczi

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.