Am 20.10.2010 09:19, schrieb Gerd Hoffmann:
Hi,
The i825xx ethernet controller family is a typical example
which is implemented in hw/eepro100.c. It uses at least
3 different device ids, so normally 3 boot roms would be needed.
Does this actually work now with the etherboot roms?
cheers,
Gerd
Yes. I tested these two cases:
qemu -L pc-bios -boot n -netdev user,id=internet \
-device i82801,netdev=internet,romfile=gpxe-eepro100-80861209.rom
=> no bootable device
qemu -L pc-bios -boot n -netdev user,id=internet \
-device i82801,netdev=internet
=> device gets ip address via dhcp
The same works with i82559c or other eepro100 variants, too.
Cheers,
Stefan