Commit d522e0bd authored by Peter Maydell's avatar Peter Maydell
Browse files

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: default avatarPeter Maydell <peter.maydell@linaro.org>
Reviewed-by: default avatarStefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: default avatarRichard Henderson <richard.henderson@linaro.org>
Message-id: 20180319131743.3885-1-peter.maydell@linaro.org
parent 211d6260
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
	url = git://git.qemu-project.org/openhackware.git
[submodule "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"]
	path = roms/sgabios
	url = git://git.qemu-project.org/sgabios.git