From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=34731 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OZkOo-0001qd-Bv for qemu-devel@nongnu.org; Fri, 16 Jul 2010 08:52:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OZkOn-0006ed-2N for qemu-devel@nongnu.org; Fri, 16 Jul 2010 08:52:18 -0400 Received: from mail-qw0-f45.google.com ([209.85.216.45]:43831) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OZkOm-0006eZ-VC for qemu-devel@nongnu.org; Fri, 16 Jul 2010 08:52:17 -0400 Received: by qwf6 with SMTP id 6so657923qwf.4 for ; Fri, 16 Jul 2010 05:52:16 -0700 (PDT) Message-ID: <4C4055FD.90108@codemonkey.ws> Date: Fri, 16 Jul 2010 07:52:13 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] submodule seabios points to a non existing commit References: <4C401D7D.50009@nsn.com> In-Reply-To: <4C401D7D.50009@nsn.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bernhard Kohl Cc: qemu-devel@nongnu.org On 07/16/2010 03:51 AM, Bernhard Kohl wrote: > Hi, > > recently there was a patch "Update SeaBIOS", > commit 8c929e1e41e61f6287b1770fe821d3d823b021b1. > > Now I cannot update my seabios submodule. > I'm using http://git.qemu.org/git/seabios.git. > Is there another seabios repository which is more up-to-date? > > $ git submodule status > +7d09d0e3ba11310e973d4302c7fcc3fc2184e04c roms/seabios > (rel-0.6.0-17-g7d09d0e) > 6e62666cfc19e7fd45dd0d7c3ad62fd8d0b5f67a roms/vgabios (heads/master) > $ git submodule update > fatal: reference is not a tree: 17d3e46511aeedc9f09a8216d194d749187b80aa > Unable to checkout '17d3e46511aeedc9f09a8216d194d749187b80aa' in > submodule path 'roms/seabios' Sorry, it's fixed now. It really makes no sense for the repository on git.qemu.org to not just mirror Kevin's repo so I've switched it to mirroring mode which should prevent this from ever happening again. Regards, Anthony Liguori > Thanks > Bernhard >