From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NnY10-000381-U7 for qemu-devel@nongnu.org; Fri, 05 Mar 2010 08:56:30 -0500 Received: from [199.232.76.173] (port=40803 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NnY10-00037n-I9 for qemu-devel@nongnu.org; Fri, 05 Mar 2010 08:56:30 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NnY0y-0005WE-UB for qemu-devel@nongnu.org; Fri, 05 Mar 2010 08:56:30 -0500 Received: from mail-qy0-f201.google.com ([209.85.221.201]:54116) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NnY0y-0005W2-MU for qemu-devel@nongnu.org; Fri, 05 Mar 2010 08:56:28 -0500 Received: by qyk39 with SMTP id 39so2551909qyk.22 for ; Fri, 05 Mar 2010 05:56:28 -0800 (PST) Message-ID: <4B910D86.4020604@codemonkey.ws> Date: Fri, 05 Mar 2010 07:56:22 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <4B903859.7070808@msgid.tls.msk.ru> <4B907F83.3060007@codemonkey.ws> <4B90CC40.1080008@msgid.tls.msk.ru> In-Reply-To: <4B90CC40.1080008@msgid.tls.msk.ru> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: pc-bios/bios.bin - where it comes from? List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Tokarev Cc: Avi Kivity , Marcelo Tosatti , "qemu-devel@nongnu.org" , KVM list , Dustin Kirkland On 03/05/2010 03:17 AM, Michael Tokarev wrote: > The thing is that roms/seabios directory is _empty_ in > qemu-KVM-0.12.3.tar.gz. That's a mistake as I don't think that was Avi/Marcelo's intention. > So I can't use the sources you > (the qemu-kvm team anyway) ship because there's no shipped > sources, so I have to try to be clever and find a way to > deal with the issue. > > But now when you mentioned it and I _finally_ found the > bios source in qemu-0.12.3, maybe I'll be even more > clever and will patch qemu-kvm with bits missing in it > from qemu-0.12.3. Ugly but at least doable. > The qemu-kvm tarball was generated incorrectly. To regenerate it correctly, you would do: $ git clone git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git qemu-kvm-0.12.3.1 $ cd qemu-kvm-0.12.3.1 $ git submodule update --init $ rm -rf .git roms/seabios/.git roms/vgabios/.git $ echo '0.12.3.1' > VERSION Ideally, Avi/Marcelo will do a 0.12.3.1 to fix this. Regards, Anthony Liguori