virtio-net: Use a byte to store RX mode flags
commitf10c592e8d35e59a11cf7af1484ab1051acc3ef6
authorAlex Williamson <alex.williamson@hp.com>
Fri, 5 Jun 2009 20:46:57 +0000 (5 14:46 -0600)
committerMark McLoughlin <markmc@redhat.com>
Tue, 9 Jun 2009 10:38:50 +0000 (9 11:38 +0100)
tree73028418320e015ef24038cc8e67342559fdee59
parent6c042c16fc2453e147e8aed66510820302f50702
virtio-net: Use a byte to store RX mode flags

There's no need to save 4 bytes for promisc and allmulti.
Use one byte each just to avoid the overhead of a bitmap.

Signed-off-by: Alex Williamson <alex.williamson@hp.com>
Signed-off-by: Mark McLoughlin <markmc@redhat.com>
hw/virtio-net.c