Sebastian Herbszt wrote:
Markus Armbruster wrote:
"Sebastian Herbszt" <herb...@gmx.de> writes:
The default iobase and irq for the ne2k_isa card are 0x300 and 9.
It should be possible to override both using the "-net" syntax like
"-net nic,model=ne2k_isa,irq=5,iobase=0x280".
-device ne2k_isa,irq=5,iobase=0x280
Shouldn't this also be possible with the "-net" syntax? It does accept
"addr"
which is pci specific.
addr= is a hack. It predates qdev-ification.
-device is now the preferred way to do this sort of thing.
Regards,
Anthony Liguori