From: Peter Maydell Date: Mon, 19 Mar 2018 13:17:43 +0000 (+0000) Subject: gitmodules: Use the QEMU mirror of qemu-palcode X-Git-Tag: v2.12.0-rc1~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d522e0bd18364f6d784d43edab35b0563d21f6f3;p=thirdparty%2Fqemu.git 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 Reviewed-by: Stefan Hajnoczi Reviewed-by: Richard Henderson Message-id: 20180319131743.3885-1-peter.maydell@linaro.org --- diff --git a/.gitmodules b/.gitmodules index b76fb450a46..c613722e3ca 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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