]> git.proxmox.com Git - qemu.git/commit
virtio-net: mac property is mandatory
authorMichael S. Tsirkin <mst@redhat.com>
Tue, 12 Jan 2010 18:50:17 +0000 (20:50 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 12 Jan 2010 20:32:19 +0000 (14:32 -0600)
commitc9f79a3f79a48de28b4575cb5644bcf45d3754d0
tree111e50653e715666b804a73d8162b6bb7676f0b2
parentdae5079acacc4e42e9583fbc326f81c08ab973d3
virtio-net: mac property is mandatory

Mac feature bit isn't going to work as all network cards already have a
'mac' property to set the mac address.  Remove it from mask and add in
get_features.

Reported-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/virtio-net.c
hw/virtio-net.h