qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH for-2.12] gitmodules: Use the QEMU mirror of qemu-pa


From: Peter Maydell
Subject: [Qemu-devel] [PATCH for-2.12] gitmodules: Use the QEMU mirror of qemu-palcode
Date: Mon, 19 Mar 2018 13:17:43 +0000

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 <address@hidden>
---
We also currently have two submodules we don't have mirroring
for: seabios-hppa and u-boot-sam460ex.

 .gitmodules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.16.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]