]> git.proxmox.com Git - qemu.git/commit
virtio-net: update nc.link_down in virtio_net_load()
authorAmos Kong <akong@redhat.com>
Fri, 28 Sep 2012 02:06:02 +0000 (10:06 +0800)
committerStefan Hajnoczi <stefanha@redhat.com>
Mon, 8 Oct 2012 11:59:40 +0000 (13:59 +0200)
commit9899148110627da388f82c02997bca6d678d1aa1
treee24d881366e6ea99b351972b81c05e029763ad87
parente4b823644044de1b8070fde82d0aad8053dc3333
virtio-net: update nc.link_down in virtio_net_load()

nc.link_down could not be migrated, this patch updates link_down in
virtio_post_load() to keep it coincident with real link status.

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