From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41513) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUi4e-0002Ut-6I for qemu-devel@nongnu.org; Tue, 23 Apr 2013 14:36:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UUi4a-0007nS-63 for qemu-devel@nongnu.org; Tue, 23 Apr 2013 14:36:16 -0400 Received: from e23smtp07.au.ibm.com ([202.81.31.140]:57835) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUi4Z-0007ml-Lg for qemu-devel@nongnu.org; Tue, 23 Apr 2013 14:36:12 -0400 Received: from /spool/local by e23smtp07.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 24 Apr 2013 04:26:34 +1000 Received: from d23relay05.au.ibm.com (d23relay05.au.ibm.com [9.190.235.152]) by d23dlp01.au.ibm.com (Postfix) with ESMTP id 78ED02CE804C for ; Wed, 24 Apr 2013 04:35:58 +1000 (EST) Received: from d23av03.au.ibm.com (d23av03.au.ibm.com [9.190.234.97]) by d23relay05.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r3NIMESC39649516 for ; Wed, 24 Apr 2013 04:22:15 +1000 Received: from d23av03.au.ibm.com (loopback [127.0.0.1]) by d23av03.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r3NIZvwQ028256 for ; Wed, 24 Apr 2013 04:35:57 +1000 From: Anthony Liguori In-Reply-To: References: Date: Tue, 23 Apr 2013 13:35:53 -0500 Message-ID: <8761zdrt6e.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] should qemu-palcode git submodule be hosted on git.qemu.org? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , QEMU Developers , Richard Henderson Peter Maydell writes: > I thought that our git submodules were all supposed to be hosted > on git.qemu.org, or does that only apply to the ones which have > sources we use to generate binary blobs we ship in our tarballs? Why is it even a submodule? If it's only used by QEMU, why not just make it part of the tree? Regards, Anthony Liguori > > Anyway, the qemu-palcode submodule is hosted on repo.or.cz. > Could we have a copy on git.qemu.org like the other roms, to > avoid 'git submodule init/update' being flaky due to repo.or.cz > flakiness, please? > > (One of our continuous-integration jobs failed last night because > of this, which is why I noticed.) > > thanks > -- PMM