diff options
| author | Stefan Hajnoczi <stefanha@redhat.com> | 2020-09-15 14:08:32 +0100 |
|---|---|---|
| committer | Stefan Hajnoczi <stefanha@redhat.com> | 2020-09-23 13:42:25 +0100 |
| commit | 5a056375dcf5fd053b9aebd8576918e017fa0be4 (patch) | |
| tree | a326b7ae36de2972fa9c13bec76e3a6aa732a410 | |
| parent | ef1f5b0a96c917802dbab8c3fee26c46d50e76b6 (diff) | |
| download | focaccia-qemu-5a056375dcf5fd053b9aebd8576918e017fa0be4.tar.gz focaccia-qemu-5a056375dcf5fd053b9aebd8576918e017fa0be4.zip | |
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>
| -rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
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/ |