]> git.proxmox.com Git - qemu.git/commit
net: update nic info during device reset
authorAmos Kong <akong@redhat.com>
Thu, 17 Oct 2013 08:38:34 +0000 (16:38 +0800)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 18 Oct 2013 11:28:09 +0000 (13:28 +0200)
commit655d3b63b036b70714adbdae685055f1bda0f8f1
treeecc63ae5853998a6f03b0120b9376e74aa05a7fa
parent1680d485777ecf436d724631ea8722cc0c66990e
net: update nic info during device reset

macaddr is reset during device reset, but nic info
isn't updated, this problem exists in e1000 & rtl8139

Signed-off-by: Amos Kong <akong@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
hw/net/e1000.c
hw/net/rtl8139.c