From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46467) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzAYK-0007NI-EG for qemu-devel@nongnu.org; Thu, 11 Dec 2014 15:41:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XzAYC-0000dt-6p for qemu-devel@nongnu.org; Thu, 11 Dec 2014 15:41:36 -0500 Received: from relay1.mentorg.com ([192.94.38.131]:53746) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzAYC-0000dj-12 for qemu-devel@nongnu.org; Thu, 11 Dec 2014 15:41:28 -0500 Date: Thu, 11 Dec 2014 20:41:17 +0000 From: "Maciej W. Rozycki" In-Reply-To: <5489EB80.1040908@imgtec.com> Message-ID: References: <5489EB80.1040908@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" 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: Leon Alrae Cc: qemu-devel@nongnu.org, Aurelien Jarno On Thu, 11 Dec 2014, Leon Alrae wrote: > > 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 see the file in the source tree, but that does not address my concern. The Malta board does not include any x86 firmware and so requiring one is IMHO the wrong way to go. The setup should specify the onboard NIC has no ROM and should not require an image for it. Having to distribute x86 firmware with a MIPS simulator and toolchain makes no sense to me (OK, we could probably `dd' /dev/zero to substitute a dummy image, but that is more like a hack to me than a proper solution). Maciej