From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=58410 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OZgdc-00013e-Gu for qemu-devel@nongnu.org; Fri, 16 Jul 2010 04:51:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OZgda-0002Fa-KM for qemu-devel@nongnu.org; Fri, 16 Jul 2010 04:51:20 -0400 Received: from demumfd002.nsn-inter.net ([93.183.12.31]:12868) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OZgda-0002EV-9c for qemu-devel@nongnu.org; Fri, 16 Jul 2010 04:51:18 -0400 Received: from demuprx016.emea.nsn-intra.net ([10.150.129.55]) by demumfd002.nsn-inter.net (8.12.11.20060308/8.12.11) with ESMTP id o6G8pETk023281 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Fri, 16 Jul 2010 10:51:14 +0200 Received: from [10.148.23.89] ([10.148.23.89]) by demuprx016.emea.nsn-intra.net (8.12.11.20060308/8.12.11) with ESMTP id o6G8pECd014403 for ; Fri, 16 Jul 2010 10:51:14 +0200 Message-ID: <4C401D7D.50009@nsn.com> Date: Fri, 16 Jul 2010 10:51:09 +0200 From: Bernhard Kohl MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] submodule seabios points to a non existing commit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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' Thanks Bernhard