From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59201) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WkskU-0000Vz-SI for qemu-devel@nongnu.org; Thu, 15 May 2014 06:18:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WkskN-0002ox-Ce for qemu-devel@nongnu.org; Thu, 15 May 2014 06:18:50 -0400 Received: from s16892447.onlinehome-server.info ([82.165.15.123]:44007) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WkskN-0002oo-72 for qemu-devel@nongnu.org; Thu, 15 May 2014 06:18:43 -0400 Message-ID: <537493F6.2040804@ilande.co.uk> Date: Thu, 15 May 2014 11:16:22 +0100 From: Mark Cave-Ayland MIME-Version: 1.0 References: <537483A4.5060800@ilande.co.uk> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Qemu stucking List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: sonia verma Cc: qemu-devel On 15/05/14 11:01, sonia verma wrote: > Hi Mark > > I tried booting KVM using qemy-system-ppc with your suggesstion but > ended up stucking at below logs.. > > /usr/bin/qemu-system-ppc -m 512 -nographic -hda > kvm/debian_lenny_powerpc_standard.qcow2 > qemu-system-ppc: pci_add_option_rom: failed to find romfile > "efi-ne2k_pci.rom" > >> set_property: NULL phandle > >> set_property: NULL phandle > >> set_property: NULL phandle > >> set_property: NULL phandle > >> set_property: NULL phandle > >> set_property: NULL phandle > >> set_property: NULL phandle > >> set_property: NULL phandle > >> set_property: NULL phandle > >> set_property: NULL phandle > >> set_property: NULL phandle > >> set_property: NULL phandle > >> set_property: NULL phandle > >> set_property: NULL phandle > >> set_property: NULL phandle > >> set_property: NULL phandle > >> set_property: NULL phandle This looks broken :/ I've seen similar errors to this caused by faulty gcc compilers around the 4.7 era breaking OpenBIOS binaries, but I always test the images supplied with stock QEMU to make sure they work for me here before sending a pull request. Perhaps it is something within the KVM code? Does it work if you use standard QEMU? ATB, Mark. P.S. You should also CC qemu-ppc as that's where the PPC users tend to hang out...