]> git.proxmox.com Git - qemu.git/commit
net/rtl8139: update network information when macaddr is changed in guest
authorAmos Kong <akong@redhat.com>
Thu, 17 Oct 2013 07:02:50 +0000 (15:02 +0800)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 18 Oct 2013 11:28:09 +0000 (13:28 +0200)
commit23c37c37f0280761072c23bf67d3a4f3c0ff25aa
tree40b45409f7d23b2705304a0a8fc6b74e4253407e
parent7c36507c2b8776266f50c5e2739bd18279953b93
net/rtl8139: update network information when macaddr is changed in guest

rtl8139 has same problem as e1000, nic info isn't updated when macaddr
is changed in guest.

This patch updates the nic info when the last bit of macaddr is written.

Signed-off-by: Amos Kong <akong@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
hw/net/rtl8139.c