From: Tom Rini <trini@konsulko.com>
Date: Tue, 7 Feb 2023 17:50:13 +0000 (-0500)
Subject: Dockerfile: Update QEMU git location
X-Git-Tag: v2025.01-rc5-pxa1908~1110^2~24
X-Git-Url: http://git.dujemihanovic.xyz/html/static/gitweb.css?a=commitdiff_plain;h=e38cdc684b6fd47d9ca133ac5b50773f7b0d0142;p=u-boot.git

Dockerfile: Update QEMU git location

Per https://www.qemu.org/contribute/ the official location of the QEMU
sources are https://gitlab.com/qemu-project/qemu.git

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
---

diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile
index 202a8145af..3d5a9a0744 100644
--- a/tools/docker/Dockerfile
+++ b/tools/docker/Dockerfile
@@ -173,7 +173,7 @@ RUN git clone git://git.savannah.gnu.org/grub.git /tmp/grub && \
 	true && \
 	rm -rf /tmp/grub
 
-RUN git clone git://git.qemu.org/qemu.git /tmp/qemu && \
+RUN git clone https://gitlab.com/qemu-project/qemu.git /tmp/qemu && \
 	cd /tmp/qemu && \
 	git submodule update --init dtc && \
 	git checkout v6.1.0 && \