gitmodules: Use the QEMU mirror of qemu-palcode
We have a mirror of the qemu-palcode repository on git.qemu.org; use that instead of the upstream github, in line with our general policy of keeping and using a mirror for submodules. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20180319131743.3885-1-peter.maydell@linaro.org
This commit is contained in:
parent
211d626020
commit
d522e0bd18
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -18,7 +18,7 @@
|
|||||||
url = git://git.qemu-project.org/openhackware.git
|
url = git://git.qemu-project.org/openhackware.git
|
||||||
[submodule "roms/qemu-palcode"]
|
[submodule "roms/qemu-palcode"]
|
||||||
path = roms/qemu-palcode
|
path = roms/qemu-palcode
|
||||||
url = git://github.com/rth7680/qemu-palcode.git
|
url = git://git.qemu.org/qemu-palcode.git
|
||||||
[submodule "roms/sgabios"]
|
[submodule "roms/sgabios"]
|
||||||
path = roms/sgabios
|
path = roms/sgabios
|
||||||
url = git://git.qemu-project.org/sgabios.git
|
url = git://git.qemu-project.org/sgabios.git
|
||||||
|
Loading…
Reference in New Issue
Block a user