From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35015) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDsXw-0003v0-CG for qemu-devel@nongnu.org; Fri, 08 Mar 2013 03:20:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDsXu-00048A-72 for qemu-devel@nongnu.org; Fri, 08 Mar 2013 03:20:56 -0500 Message-ID: <51399F48.8060002@redhat.com> Date: Fri, 08 Mar 2013 09:20:24 +0100 From: Gerd Hoffmann 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> <5139977B.9090608@redhat.com> In-Reply-To: <5139977B.9090608@redhat.com> 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: Paolo Bonzini Cc: Peter Maydell , Anthony Liguori , Doug Goldstein , seabios@seabios.org, Michael Tokarev , qemu-stable@nongnu.org, "qemu-devel@nongnu.org" , David Woodhouse , Dietmar Maurer , Aurelien Jarno On 03/08/13 08:47, Paolo Bonzini wrote: >> 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. Fedora switched though, so the distro binaries in /usr/share/qemu are the seavgabios ones. "make -C roms seavgabios" in the qemu source tree will upgrade the blobs in pc-bios/. cheers, Gerd