]> git.proxmox.com Git - qemu.git/commit
virtio-net: fix up HMP NIC info string on reset
authorMichael S. Tsirkin <mst@redhat.com>
Tue, 17 Sep 2013 08:45:36 +0000 (11:45 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 22 Sep 2013 06:30:22 +0000 (09:30 +0300)
commit702d66a813dd84afd7c3d1ad8cbdcc8e3449bcd9
tree9492567fb47723a2cf3643434cc928cf6d6cec48
parent9f1a029abf15751e32a4b1df99ed2b8315f9072c
virtio-net: fix up HMP NIC info string on reset

When mac is updated on reset, info string has stale data.
Fix it up.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/net/virtio-net.c