From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57298) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDs1M-0006qk-IH for qemu-devel@nongnu.org; Fri, 08 Mar 2013 02:47:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDs1L-0001oK-6E for qemu-devel@nongnu.org; Fri, 08 Mar 2013 02:47:16 -0500 Sender: Paolo Bonzini Message-ID: <5139977B.9090608@redhat.com> Date: Fri, 08 Mar 2013 08:47:07 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <24E144B8C0207547AD09C467A8259F7557B2BE14@lisa.maurer-it.com> <20130306231208.GA17594@ohm.aurel32.net> <20130307005351.GA19296@morn.localdomain> <5137ED49.3030204@redhat.com> <20130307015844.26170.qmail@stuge.se> <51383F0B.8050704@msgid.tls.msk.ru> <51388079.3010707@redhat.com> <5138B8B3.8070200@redhat.com> <1362687867.32099.4.camel@i7.infradead.org> In-Reply-To: <1362687867.32099.4.camel@i7.infradead.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [SeaBIOS] [Qemu-stable] problems with freeBSD List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Woodhouse Cc: Peter Maydell , Anthony Liguori , Doug Goldstein , seabios@seabios.org, Michael Tokarev , qemu-stable@nongnu.org, "qemu-devel@nongnu.org" , Gerd Hoffmann , Dietmar Maurer , Aurelien Jarno Il 07/03/2013 21:24, David Woodhouse ha scritto: > On Thu, 2013-03-07 at 16:56 +0100, Gerd Hoffmann wrote: >>> and it doesn't need to be in git either IMHO. >> >> That one is a bit more tricky. The big advantage git has here is that >> the update of a blob is not different from other updates. It is just >> a pull request. Keeping source+binaries in sync is easy too: we can >> update submodule hash + blobs with a single git commit. > > FWIW I find the binaries in git to be a PITA. I submitted a patch in > January to fix the VGA BIOS but it's still broken in git. The one > installed in /usr/share/qemu is fine, but whenever I build qemu from git > I have to remember to *remove* the one in the git tree or it uses that > instead... Wasn't that a fix for the SeaBIOS VGA BIOS? The one in qemu.git is still built from the Bochs VGA BIOS. Last year, malc blocked the switch on the lack of protected mode interface in SeaVGABIOS. Paolo