qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@redhat.com>
To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>,
	Stefan Hajnoczi <stefanha@redhat.com>,
	Paolo Bonzini <pbonzini@redhat.com>
Subject: [PATCH 1/3] gitmodules: switch to qemu.org qboot mirror
Date: Wed,  9 Sep 2020 11:16:40 +0100	[thread overview]
Message-ID: <20200909101642.17698-2-stefanha@redhat.com> (raw)
In-Reply-To: <20200909101642.17698-1-stefanha@redhat.com>

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>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
---
 .gitmodules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitmodules b/.gitmodules
index ce979398a8..b201675288 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


  reply	other threads:[~2020-09-09 10:18 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-09 10:16 [PATCH 0/3] gitmodules: add qboot, meson, and vbootrom mirrors Stefan Hajnoczi
2020-09-09 10:16 ` Stefan Hajnoczi [this message]
2020-09-09 17:19   ` [PATCH 1/3] gitmodules: switch to qemu.org qboot mirror Philippe Mathieu-Daudé
2020-09-09 10:16 ` [PATCH 2/3] gitmodules: switch to qemu.org meson mirror Stefan Hajnoczi
2020-09-09 17:19   ` Philippe Mathieu-Daudé
2020-09-09 10:16 ` [PATCH 3/3] gitmodules: add qemu.org vbootrom submodule Stefan Hajnoczi
2020-09-15  6:23   ` Philippe Mathieu-Daudé
2020-09-12 18:53 ` [PATCH 0/3] gitmodules: add qboot, meson, and vbootrom mirrors Paolo Bonzini
2020-09-14 18:27 ` Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200909101642.17698-2-stefanha@redhat.com \
    --to=stefanha@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).