]> git.proxmox.com Git - mirror_qemu.git/commit - hw/eepro100.c
eepro100: Fix multicast support
authorStefan Weil <weil@mail.berlios.de>
Sun, 20 Dec 2009 15:52:24 +0000 (16:52 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 19 Jan 2010 22:31:02 +0000 (16:31 -0600)
commit7b8737de0316397566c3d61de370ec7a3c24e86b
tree9199284d0384379aee4e18fde9830170dff2f737
parentf3a52e503bcc314642ee3b8d637c15f6bc3e470c
eepro100: Fix multicast support

* Handling of multicast list was missing.
* Multicast all was missing.
* Promiscuous mode for multicast frames was wrong.

This patch is a step to synchronize my maintainer version
of eepro100.c (git://repo.or.cz/qemu/ar7.git) with the
version integrated in QEMU.

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/eepro100.c