qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC PATCH v2 5/5] ne2k_isa: add property for option ro


From: Anthony Liguori
Subject: Re: [Qemu-devel] [RFC PATCH v2 5/5] ne2k_isa: add property for option rom loading.
Date: Wed, 07 Oct 2009 13:34:44 -0500
User-agent: Thunderbird 2.0.0.23 (X11/20090825)

Gerd Hoffmann wrote:
Wrong. Loading a pxe rom makes qemu trying to boot from it, even with
-boot c (using the roms shipped in pc-bios/).

Only with the e1000 because the rom is misconfig. Try the ne2k or the
rtl8139.

rtl8139 works indeed (and shows up in the F12 menu as it should).

It's pc-specific though, so when we go the route of loading roms
unconditionally we need to wrap that into a machine-specific helper
function so it happes on TARGET_I386 only.

No, it's not pc-specific. An e1000 card on a PPC still has an x86 option
rom. Whether it gets loaded and how it gets loaded depends on the
target, but not the existence of the rom on the device.

Yep, the *loading* is what I was referring to (see $subject) ...

Well, I guess I'm confused about where we stand.

Are you suggesting that we drop the pxe property and load the roms unconditionally? The tricky thing here is that we only want to load a particular rom once. There's no need to load the rtl8139 multiple times for multiple nics.

Regards,

Anthony Liguori




reply via email to

[Prev in Thread] Current Thread [Next in Thread]