In article <[EMAIL PROTECTED]> you write: >-=-=-=-=-=- > >The crashs are caused by transmit descriptors with packet sizes >larger than the buffer which is defined in the driver. Using netperf >or rsync will always result in a buffer overflow and crash QEMU >with the current eepro100 driver. > >Up to now I could not find the reason for these large packet sizes. > >My patch now just ignores data which does not fit in a normal frame. >Netperf and rsync no longer crash when the patch is applied.
Thanx, that seems to fix my crashes. Juergen