From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36002) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUBxc-0003lh-Js for qemu-devel@nongnu.org; Thu, 10 Oct 2013 04:51:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VUBxY-0006OO-Qv for qemu-devel@nongnu.org; Thu, 10 Oct 2013 04:51:08 -0400 Received: from mail-bk0-x22d.google.com ([2a00:1450:4008:c01::22d]:41868) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUBxY-0006Lr-K4 for qemu-devel@nongnu.org; Thu, 10 Oct 2013 04:51:04 -0400 Received: by mail-bk0-f45.google.com with SMTP id mx11so815160bkb.18 for ; Thu, 10 Oct 2013 01:51:03 -0700 (PDT) Date: Thu, 10 Oct 2013 10:51:00 +0200 From: Stefan Hajnoczi Message-ID: <20131010085100.GC10516@stefanha-thinkpad.redhat.com> References: <1380790737-11495-1-git-send-email-alex.bennee@linaro.org> <1380790737-11495-3-git-send-email-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Subject: Re: [Qemu-devel] [PATCH 2/2] .gitmodules: use upstream SeaBIOS repo to fix submodule init List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Anthony Liguori , Alex =?iso-8859-1?Q?Benn=E9e?= , QEMU Developers , Stefan Hajnoczi On Thu, Oct 03, 2013 at 06:06:15PM +0900, Peter Maydell wrote: > On 3 October 2013 17:58, wrote: > > From: Alex Bennée > > > > Currently master is broken as the wanted commit doesn't exist in > > qemu's mirror of SeaBIOS. > > --- > > .gitmodules | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/.gitmodules b/.gitmodules > > index d7e3f3c..d5d5417 100644 > > --- a/.gitmodules > > +++ b/.gitmodules > > @@ -3,7 +3,7 @@ > > url = git://git.qemu.org/vgabios.git/ > > [submodule "roms/seabios"] > > path = roms/seabios > > - url = git://git.qemu.org/seabios.git/ > > + url = git://git.seabios.org/seabios.git > > This is wrong. QEMU's submodules should all point to > git.qemu.org. git.qemu-project.org is the preferred domain name. qemu.org is held by a third party. Last year there was a DNS outage that no core QEMU contributor could resolve because we don't have access to the DNS. Also, if the QEMU website IP address changes there may be a delay updating qemu.org. I will send patches to update the domain name. Stefan