Re: [Qemu-devel] multicast and the eepro100 driver

2007-07-11 Thread Nicolas Guilbaud
Hi Stefan, I experienced the same issue as Jeff, so removing the 'return' statement in nic_receive works for multicast (at least 224.0.0.5) with your latest code. Thanks ! Nicolas. Hi Jeff, eepro100.c is my work, so maybe I can help you. First of all: there exists a newer versi

Re: [Qemu-devel] multicast and the eepro100 driver

2007-07-11 Thread Stefan Weil
Hi Jeff, eepro100.c is my work, so maybe I can help you. First of all: there exists a newer version of eepro100.c which fixes some bugs of the CVS version and largely improves support for big endian hosts and targets. Get it from http://svn.berlios.de/wsvn/ar7-firmware/qemu/trunk/hw/eepro100.c?op

[Qemu-devel] multicast and the eepro100 driver

2007-07-11 Thread Jeff Hoare
Hi, I have been using a recent snapshot version of QEMU (5th July, 2007) which has the eepro100 Ethernet driver, in order to set up a couple of routing engines (one each in a separate QEMU VM). While I have basic connectivity between each engine (including telnet between each) it seems that the RI