Skip to content

Commit 9911ca0

Browse files
committed
gitmodules: use GitLab repos instead of qemu.org
qemu.org is running out of bandwidth and the QEMU project is moving towards a gating CI on GitLab. Use the GitLab repos instead of qemu.org (they will become mirrors). Signed-off-by: Stefan Hajnoczi <[email protected]> Reviewed-by: Wainer dos Santos Moschetta <[email protected]> Reviewed-by: Thomas Huth <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Message-id: [email protected] Signed-off-by: Stefan Hajnoczi <[email protected]>
1 parent 041c2a3 commit 9911ca0

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

.gitmodules

+22-22
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,66 @@
11
[submodule "roms/seabios"]
22
path = roms/seabios
3-
url = https://git.qemu.org/git/seabios.git/
3+
url = https://gitlab.com/qemu-project/seabios.git/
44
[submodule "roms/SLOF"]
55
path = roms/SLOF
6-
url = https://git.qemu.org/git/SLOF.git
6+
url = https://gitlab.com/qemu-project/SLOF.git
77
[submodule "roms/ipxe"]
88
path = roms/ipxe
9-
url = https://git.qemu.org/git/ipxe.git
9+
url = https://gitlab.com/qemu-project/ipxe.git
1010
[submodule "roms/openbios"]
1111
path = roms/openbios
12-
url = https://git.qemu.org/git/openbios.git
12+
url = https://gitlab.com/qemu-project/openbios.git
1313
[submodule "roms/qemu-palcode"]
1414
path = roms/qemu-palcode
15-
url = https://git.qemu.org/git/qemu-palcode.git
15+
url = https://gitlab.com/qemu-project/qemu-palcode.git
1616
[submodule "roms/sgabios"]
1717
path = roms/sgabios
18-
url = https://git.qemu.org/git/sgabios.git
18+
url = https://gitlab.com/qemu-project/sgabios.git
1919
[submodule "dtc"]
2020
path = dtc
21-
url = https://git.qemu.org/git/dtc.git
21+
url = https://gitlab.com/qemu-project/dtc.git
2222
[submodule "roms/u-boot"]
2323
path = roms/u-boot
24-
url = https://git.qemu.org/git/u-boot.git
24+
url = https://gitlab.com/qemu-project/u-boot.git
2525
[submodule "roms/skiboot"]
2626
path = roms/skiboot
27-
url = https://git.qemu.org/git/skiboot.git
27+
url = https://gitlab.com/qemu-project/skiboot.git
2828
[submodule "roms/QemuMacDrivers"]
2929
path = roms/QemuMacDrivers
30-
url = https://git.qemu.org/git/QemuMacDrivers.git
30+
url = https://gitlab.com/qemu-project/QemuMacDrivers.git
3131
[submodule "ui/keycodemapdb"]
3232
path = ui/keycodemapdb
33-
url = https://git.qemu.org/git/keycodemapdb.git
33+
url = https://gitlab.com/qemu-project/keycodemapdb.git
3434
[submodule "capstone"]
3535
path = capstone
36-
url = https://git.qemu.org/git/capstone.git
36+
url = https://gitlab.com/qemu-project/capstone.git
3737
[submodule "roms/seabios-hppa"]
3838
path = roms/seabios-hppa
39-
url = https://git.qemu.org/git/seabios-hppa.git
39+
url = https://gitlab.com/qemu-project/seabios-hppa.git
4040
[submodule "roms/u-boot-sam460ex"]
4141
path = roms/u-boot-sam460ex
42-
url = https://git.qemu.org/git/u-boot-sam460ex.git
42+
url = https://gitlab.com/qemu-project/u-boot-sam460ex.git
4343
[submodule "tests/fp/berkeley-testfloat-3"]
4444
path = tests/fp/berkeley-testfloat-3
45-
url = https://git.qemu.org/git/berkeley-testfloat-3.git
45+
url = https://gitlab.com/qemu-project/berkeley-testfloat-3.git
4646
[submodule "tests/fp/berkeley-softfloat-3"]
4747
path = tests/fp/berkeley-softfloat-3
48-
url = https://git.qemu.org/git/berkeley-softfloat-3.git
48+
url = https://gitlab.com/qemu-project/berkeley-softfloat-3.git
4949
[submodule "roms/edk2"]
5050
path = roms/edk2
51-
url = https://git.qemu.org/git/edk2.git
51+
url = https://gitlab.com/qemu-project/edk2.git
5252
[submodule "slirp"]
5353
path = slirp
54-
url = https://git.qemu.org/git/libslirp.git
54+
url = https://gitlab.com/qemu-project/libslirp.git
5555
[submodule "roms/opensbi"]
5656
path = roms/opensbi
57-
url = https://git.qemu.org/git/opensbi.git
57+
url = https://gitlab.com/qemu-project/opensbi.git
5858
[submodule "roms/qboot"]
5959
path = roms/qboot
60-
url = https://git.qemu.org/git/qboot.git
60+
url = https://gitlab.com/qemu-project/qboot.git
6161
[submodule "meson"]
6262
path = meson
63-
url = https://git.qemu.org/git/meson.git
63+
url = https://gitlab.com/qemu-project/meson.git
6464
[submodule "roms/vbootrom"]
6565
path = roms/vbootrom
66-
url = https://git.qemu.org/git/vbootrom.git
66+
url = https://gitlab.com/qemu-project/vbootrom.git

0 commit comments

Comments
 (0)