From 5a056375dcf5fd053b9aebd8576918e017fa0be4 Mon Sep 17 00:00:00 2001 From: Stefan Hajnoczi Date: Tue, 15 Sep 2020 14:08:32 +0100 Subject: [PATCH] gitmodules: switch to qemu.org qboot mirror MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit QEMU now hosts a mirror of qboot.git. QEMU mirrors third-party code to ensure that users can always build QEMU even if the dependency goes offline and so QEMU meets its responsibilities to provide full source code under software licenses. Suggested-by: Peter Maydell Signed-off-by: Stefan Hajnoczi Tested-by: Philippe Mathieu-Daudé Reviewed-by: Philippe Mathieu-Daudé Cc: Paolo Bonzini Message-Id: <20200915130834.706758-2-stefanha@redhat.com> --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 9ffb9f3f4f..7c8695b1dc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -57,7 +57,7 @@ url = https://git.qemu.org/git/opensbi.git [submodule "roms/qboot"] path = roms/qboot - url = https://github.com/bonzini/qboot + url = https://git.qemu.org/git/qboot.git [submodule "meson"] path = meson url = https://github.com/mesonbuild/meson/