gitmodules: switch to qemu.org qboot mirror

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 <peter.maydell@linaro.org>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20200915130834.706758-2-stefanha@redhat.com>
stable-6.0
Stefan Hajnoczi 2020-09-15 14:08:32 +01:00
parent ef1f5b0a96
commit 5a056375dc
1 changed files with 1 additions and 1 deletions

2
.gitmodules vendored
View File

@ -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/