From patchwork Mon Mar 19 13:17:43 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Maydell X-Patchwork-Id: 132037 Delivered-To: patches@linaro.org Received: by 10.46.84.17 with SMTP id i17csp2721519ljb; Mon, 19 Mar 2018 06:17:46 -0700 (PDT) X-Google-Smtp-Source: AG47ELt2dii8BAdPuo8/n+udBFIqZ6wGbOUs9iM8OBMVDwq667PfaVXw1whQcAqOK9vGx9ZmqAt+ X-Received: by 10.28.66.206 with SMTP id k75mr1896039wmi.34.1521465466591; Mon, 19 Mar 2018 06:17:46 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521465466; cv=none; d=google.com; s=arc-20160816; b=DvoOG/jldHju9N4dFBlp7pDxVVcvQEAI6po2PZ3pcTLm1utGxpV81pUKG9YkrEIF88 U2+GOVsGBD2B+xnpYgnhbm0wTGEeNfCWd6B6FCmXrLHi0kGYNFmHsu7NDaEfdg5RZVOS 2kmLfcvjxqWsZ+CoXRhNYknXhIG6nuTm0y8cVAWCJT7Z5qEOb+rGeDotwoutUy7FWloG FRlKB5rUsrgezXh8GGo9H7/SamOzDDGde904EbRMhTMxUDOGbxrIaDiKQZok0EGOA1mA 5hbtfFzLUb8BmQkDxcJCGnbU3blM2Rva4zSzETeiqSlMXeSAZuwq5IrgAR57rKhsDond AZMw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=message-id:date:subject:cc:to:from:arc-authentication-results; bh=Gxo9niH9XgbpB79lt2GPaD1Wd5m0py/j7caLbtixUZk=; b=Va9Z71dkNlDHdgsRy9aXpOZrmyetHC0ZfZmAkrgk6g6PHWfODiF7xvK6uy6oR8ijgx HtxmzcYYRnWXek4UqCSh4Pv1m8IBrqpanI6HLta1Z8+12bDlHsthfKpqcFgPe06mqn4y 3ZaK2hde4bm+AGL5NZClmWpjfku0wjHw0LGZ+AONrEIxUQbJalbUogsXuFfcmC/dWbk2 F9jov4S82gpbusjH9ONBsoAPNjMSgPdyO1c4/Dq2XGI8qG6xL8yMsK3bcnL5E4rw5A0A VyukEsgfvH44SQMuG5bkgJUv5ZGOUxkCT0pmad2Jbml1anNlVD4FBMnfU0Sn/V2T/vcL KdWQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of pm215@archaic.org.uk designates 2001:8b0:1d0::2 as permitted sender) smtp.mailfrom=pm215@archaic.org.uk; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linaro.org Return-Path: Received: from orth.archaic.org.uk (orth.archaic.org.uk. [2001:8b0:1d0::2]) by mx.google.com with ESMTPS id z63si828wrc.402.2018.03.19.06.17.46 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 19 Mar 2018 06:17:46 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of pm215@archaic.org.uk designates 2001:8b0:1d0::2 as permitted sender) client-ip=2001:8b0:1d0::2; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of pm215@archaic.org.uk designates 2001:8b0:1d0::2 as permitted sender) smtp.mailfrom=pm215@archaic.org.uk; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: from pm215 by orth.archaic.org.uk with local (Exim 4.89) (envelope-from ) id 1exufY-0002nk-KR; Mon, 19 Mar 2018 13:17:44 +0000 From: Peter Maydell To: qemu-devel@nongnu.org Cc: patches@linaro.org, Stefan Hajnoczi , Richard Henderson Subject: [PATCH for-2.12] gitmodules: Use the QEMU mirror of qemu-palcode Date: Mon, 19 Mar 2018 13:17:43 +0000 Message-Id: <20180319131743.3885-1-peter.maydell@linaro.org> X-Mailer: git-send-email 2.16.2 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 --- 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(-) -- 2.16.2 Reviewed-by: Stefan Hajnoczi Reviewed-by: Richard Henderson 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