diff options
| author | Peter Maydell <peter.maydell@linaro.org> | 2018-03-19 13:17:43 +0000 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2018-03-22 19:24:16 +0000 |
| commit | d522e0bd18364f6d784d43edab35b0563d21f6f3 (patch) | |
| tree | 557d390f1cbb5d4d96119f8af6a0622da2e1afb2 | |
| parent | 211d6260208d079429fd0d447b86ff480d0524ca (diff) | |
| download | focaccia-qemu-d522e0bd18364f6d784d43edab35b0563d21f6f3.tar.gz focaccia-qemu-d522e0bd18364f6d784d43edab35b0563d21f6f3.zip | |
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
| -rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index b76fb450a4..c613722e3c 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 |