From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52525) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xz95v-0006ct-96 for qemu-devel@nongnu.org; Thu, 11 Dec 2014 14:08:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xz95p-0000nP-58 for qemu-devel@nongnu.org; Thu, 11 Dec 2014 14:08:11 -0500 Received: from mailapp01.imgtec.com ([195.59.15.196]:43979) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xz95o-0000nL-Uf for qemu-devel@nongnu.org; Thu, 11 Dec 2014 14:08:05 -0500 Message-ID: <5489EB80.1040908@imgtec.com> Date: Thu, 11 Dec 2014 19:07:44 +0000 From: Leon Alrae MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] MIPS/Malta: pci_add_option_rom: failed to find romfile "efi-pcnet.rom" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Maciej W. Rozycki" Cc: qemu-devel@nongnu.org, Aurelien Jarno Hi Maciej, On 11/12/14 16:18, Maciej W. Rozycki wrote: > Hi, > > The current trunk QEMU fails to run in the system emulation mode for > the MIPS/Malta (mips64-softmmu) target. It fails right away: > > $ qemu-system -M malta -m 256 -k /dev/null -kernel vmlinux-3.2.0-4-4kc-malta -nographic -monitor null > qemu-system: pci_add_option_rom: failed to find romfile "efi-pcnet.rom" > qemu-system: Device initialization failed. > $ > I'm not able to reproduce your problem. Could you please double check your QEMU installation? (looks like efi-pcnet.rom is missing for some reason) I've just tried the same command on the fresh build of the latest QEMU: $ install/bin/qemu-system-mips64 -M malta -m 256 -k /dev/null -kernel images/vmlinux-3.2.0-4-5kc-malta -nographic -monitor null [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Linux version 3.2.0-4-5kc-malta (debian-kernel@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 Debian 3.2.51-1 ... Regards, Leon