From nobody Mon Nov 10 11:20:56 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1556197081; cv=none; d=zoho.com; s=zohoarc; b=Rbde6jHsW8lLQ8MzvIfw8xpwqbCkuqr3RR0lA9VzUvyiH4W/RvOcALGPDN4OMzN6g4XmGeDU0FX89VvY9EMySEBDqx6vQDcJ2Xe+IILIo5S85GjZDO7O0gUUPJuT0TTtBhbJ22aBQga0dOqiWFGGSIqcTXiYJv622SOmamDa6Zs= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1556197081; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To:ARC-Authentication-Results; bh=eUOn2VWQda1061vRmGnnPcA6hGQvPTDReSjsaTld7RQ=; b=e+xgQ13C4dW/R+wOAySdYErRi5CAdBxgDIgMtMm1IjSCBbfo3RTEnPp0dGO/xJc1wKx/xBuKlPRoE/0B1jblWDlrevIYrd8wH7YgJKA5wMMEH+o+RwGFTm/Y7dRT0KUV0zFSSCxDKuNRJ5UlPTmEFkvsrcMn7Z2swhK0r9kZjMA= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1556197081219604.2845209849797; Thu, 25 Apr 2019 05:58:01 -0700 (PDT) Received: from localhost ([127.0.0.1]:56722 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hJdwk-0002Yx-5Y for importer@patchew.org; Thu, 25 Apr 2019 08:57:50 -0400 Received: from eggs.gnu.org ([209.51.188.92]:53314) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hJdvu-0002IS-WD for qemu-devel@nongnu.org; Thu, 25 Apr 2019 08:56:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hJdvu-0003EO-0W for qemu-devel@nongnu.org; Thu, 25 Apr 2019 08:56:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48002) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hJdvt-0003D5-RO for qemu-devel@nongnu.org; Thu, 25 Apr 2019 08:56:57 -0400 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 6A64E2CD7E1; Thu, 25 Apr 2019 12:56:56 +0000 (UTC) Received: from localhost (ovpn-117-82.ams2.redhat.com [10.36.117.82]) by smtp.corp.redhat.com (Postfix) with ESMTP id 8850A1001DDE; Thu, 25 Apr 2019 12:56:51 +0000 (UTC) From: Stefan Hajnoczi To: Date: Thu, 25 Apr 2019 13:56:50 +0100 Message-Id: <20190425125650.28846-1-stefanha@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Thu, 25 Apr 2019 12:56:56 +0000 (UTC) Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH] gitmodules: use qemu.org git mirrors X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= , Stefan Hajnoczi , Peter Maydell Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" qemu.org hosts git repository mirrors of all submodules. Update .gitmodules to use the mirrors and not the upstream repositories. Mirroring upstream repositories ensures that QEMU continues to build even when upstream repositories are deleted or temporarily offline. Signed-off-by: Stefan Hajnoczi Reviewed-by: Philippe Mathieu-Daud=C3=A9 Tested-by: Philippe Mathieu-Daud=C3=A9 --- Based-on: <20190424110041.8175-1-marcandre.lureau@redhat.com> "[PATCH v2 0/2] slirp: move slirp as git submodule project" Peter: Please apply Marc-Andr=C3=A9's series. I have set up the necessary mirrors and this patch will fix up the libsirp URL as well as the other URLs. .gitmodules | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index aa77ce6f50..84b260031c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -39,19 +39,19 @@ url =3D https://git.qemu.org/git/capstone.git [submodule "roms/seabios-hppa"] path =3D roms/seabios-hppa - url =3D https://github.com/hdeller/seabios-hppa.git + url =3D https://git.qemu.org/git/seabios-hppa.git [submodule "roms/u-boot-sam460ex"] path =3D roms/u-boot-sam460ex url =3D https://git.qemu.org/git/u-boot-sam460ex.git [submodule "tests/fp/berkeley-testfloat-3"] path =3D tests/fp/berkeley-testfloat-3 - url =3D https://github.com/cota/berkeley-testfloat-3 + url =3D https://git.qemu.org/git/berkeley-testfloat-3.git [submodule "tests/fp/berkeley-softfloat-3"] path =3D tests/fp/berkeley-softfloat-3 - url =3D https://github.com/cota/berkeley-softfloat-3 + url =3D https://git.qemu.org/git/berkeley-softfloat-3.git [submodule "roms/edk2"] path =3D roms/edk2 - url =3D https://github.com/tianocore/edk2.git + url =3D https://git.qemu.org/git/tianocore/edk2.git [submodule "slirp"] path =3D slirp - url =3D https://gitlab.freedesktop.org/slirp/libslirp.git + url =3D https://git.qemu.org/git/libslirp.git --=20 2.20.1