summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorStefan Hajnoczi2019-04-25 16:54:20 +0200
committerPeter Maydell2019-05-03 14:56:56 +0200
commit51138751827f49d94b30b52aeab4181ee19c838a (patch)
treefb6d8de49b3db4dc168fde8f9fed9470269fc4ed /.gitmodules
parentMerge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta... (diff)
downloadqemu-51138751827f49d94b30b52aeab4181ee19c838a.tar.gz
qemu-51138751827f49d94b30b52aeab4181ee19c838a.tar.xz
qemu-51138751827f49d94b30b52aeab4181ee19c838a.zip
gitmodules: use qemu.org git mirrors
qemu.org hosts git repository mirrors of all submodules. Update .gitmodules to use the mirrors and not the upstream repositories. Mirroring upstream repositories ensures that QEMU continues to build even when upstream repositories are deleted or temporarily offline. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-id: 20190425145420.8888-1-stefanha@redhat.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules10
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitmodules b/.gitmodules
index aa77ce6f50..2857eec763 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -39,19 +39,19 @@
url = https://git.qemu.org/git/capstone.git
[submodule "roms/seabios-hppa"]
path = roms/seabios-hppa
- url = https://github.com/hdeller/seabios-hppa.git
+ url = https://git.qemu.org/git/seabios-hppa.git
[submodule "roms/u-boot-sam460ex"]
path = roms/u-boot-sam460ex
url = https://git.qemu.org/git/u-boot-sam460ex.git
[submodule "tests/fp/berkeley-testfloat-3"]
path = tests/fp/berkeley-testfloat-3
- url = https://github.com/cota/berkeley-testfloat-3
+ url = https://git.qemu.org/git/berkeley-testfloat-3.git
[submodule "tests/fp/berkeley-softfloat-3"]
path = tests/fp/berkeley-softfloat-3
- url = https://github.com/cota/berkeley-softfloat-3
+ url = https://git.qemu.org/git/berkeley-softfloat-3.git
[submodule "roms/edk2"]
path = roms/edk2
- url = https://github.com/tianocore/edk2.git
+ url = https://git.qemu.org/git/edk2.git
[submodule "slirp"]
path = slirp
- url = https://gitlab.freedesktop.org/slirp/libslirp.git
+ url = https://git.qemu.org/git/libslirp.git