From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43374) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuIEu-0007Cy-9o for qemu-devel@nongnu.org; Tue, 10 Jun 2014 05:21:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WuIEp-0002Rx-Bw for qemu-devel@nongnu.org; Tue, 10 Jun 2014 05:21:08 -0400 Received: from mx1.redhat.com ([209.132.183.28]:10518) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuIEp-0002Rr-42 for qemu-devel@nongnu.org; Tue, 10 Jun 2014 05:21:03 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s5A9L130028879 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Tue, 10 Jun 2014 05:21:02 -0400 Date: Tue, 10 Jun 2014 14:50:56 +0530 From: Kashyap Chamarthy Message-ID: <20140610092056.GA15331@tesla.pnq.redhat.com> References: <20140608121858.GA8813@tesla> <5396C7F1.6090403@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5396C7F1.6090403@redhat.com> Subject: Re: [Qemu-devel] [50809c8] Attempt to boot a guest results in - qemu: could not load PC BIOS 'bios-256k.bin' List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org On Tue, Jun 10, 2014 at 10:55:13AM +0200, Paolo Bonzini wrote: > Il 08/06/2014 14:18, Kashyap Chamarthy ha scritto: [. . .] > > QEMU's "make install" should have installed the firmware blobs in > /usr/share/local/qemu, including bios-256k.bin. Did it? Yes it did. I just tested it by providing --prefix=/home/kashyap/install and yes 'bios-256k.bin' _is_ installed: kashyap@install$ pwd /home/kashyap/install kashyap@install$ find . -name bios-256k.bin ./share/qemu/bios-256k.bin I see that it's a fairly recent addition[1]. Thanks for your comment. [1] http://lists.gnu.org/archive/html/qemu-devel/2013-12/msg01612.html -- /kashyap