From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38147) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDskl-0003Sp-ES for qemu-devel@nongnu.org; Fri, 08 Mar 2013 03:34:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDskk-0008Fb-1O for qemu-devel@nongnu.org; Fri, 08 Mar 2013 03:34:11 -0500 Message-ID: <5139A260.6010609@redhat.com> Date: Fri, 08 Mar 2013 09:33:36 +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> <5139977B.9090608@redhat.com> <51399F48.8060002@redhat.com> In-Reply-To: <51399F48.8060002@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: Gerd Hoffmann 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 Il 08/03/2013 09:20, Gerd Hoffmann ha scritto: > 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. Did it? This is F18: $ rpm -q --requires qemu-system-x86|grep bios seabios-bin >= 0.6.0-2 sgabios-bin vgabios >= 0.6c-2 $ rpm -q vgabios vgabios-0.6c-5.fc18.noarch $ rpm -ql seabios-bin /usr/share/seabios /usr/share/seabios/bios.bin $ rpm -qf /usr/share/vgabios/ vgabios-0.6c-5.fc18.noarch Paolo > "make -C roms seavgabios" in the qemu source tree will upgrade the blobs > in pc-bios/. > > cheers, > Gerd > >