From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47468) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFO58-0003VY-5N for qemu-devel@nongnu.org; Mon, 17 Feb 2014 08:18:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WFO54-000053-3b for qemu-devel@nongnu.org; Mon, 17 Feb 2014 08:17:58 -0500 Received: from mx1.redhat.com ([209.132.183.28]:54838) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFO53-00004z-Pw for qemu-devel@nongnu.org; Mon, 17 Feb 2014 08:17:54 -0500 Message-ID: <1392643066.26953.37.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Mon, 17 Feb 2014 14:17:46 +0100 In-Reply-To: References: <1391438755-30975-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 0/3] Update seabios to 1.7.4 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers On Mo, 2014-02-17 at 11:56 +0000, Peter Maydell wrote: > On 8 February 2014 13:12, Peter Maydell wrote: > > On 3 February 2014 14:45, Gerd Hoffmann wrote: > >> Hi, > >> > >> Sorry for the delay folks, totally forgot that one. > >> Here is the seabios update to 1.7.4 final. > >> > >> please pull, > >> Gerd > >> > >> The following changes since commit 2f61120c10da9128357510debc8e66880cd2bfdc: > >> > >> Merge remote-tracking branch 'qmp-unstable/queue/qmp' into staging (2014-02-01 23:32:31 +0000) > >> > >> are available in the git repository at: > >> > >> > >> git://git.kraxel.org/qemu tags/pull-roms-1 > > > > Applied, thanks. > > It looks like this pull request updates our seabios > module to a revision that isn't actually present in > git://git.qemu-project.org/seabios.git/. Gerd, do you > have a fix for that or should I just revert this? The seabios mirroring doesn't seem to be automatic (or the automatic mirroring is broken). Usually Anthony updates the seabios.git tree manually. Upstream git repo is git://git.seabios.org/seabios.git If you have write access to the seabios repo you can just pull latest master from seabios.org and push it to qemu-project.org. If not bug anthony about it. Or we can update the git submodule url to point the upstream repo directly. Not fully sure this is a good idea from the gpl point of view (we ship blobs, so we should ship the source for them too, even if all we provide is just a mirror of upstream ...). cheers, Gerd