On Mo, 2014-02-17 at 11:56 +0000, Peter Maydell wrote: > On 8 February 2014 13:12, Peter Maydell <peter.mayd...@linaro.org> wrote: > > On 3 February 2014 14:45, Gerd Hoffmann <kra...@redhat.com> 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