]> git.proxmox.com Git - qemu.git/commit
e1000: update nc.link_down in e1000_post_load()
authorAmos Kong <akong@redhat.com>
Fri, 28 Sep 2012 02:06:01 +0000 (10:06 +0800)
committerStefan Hajnoczi <stefanha@redhat.com>
Mon, 8 Oct 2012 11:59:40 +0000 (13:59 +0200)
commite4b823644044de1b8070fde82d0aad8053dc3333
tree0549bedc3ed00150f85b9167ec128c0224252945
parent9e12c5aff2cfdd1574bf732c4bbf579d0c2e85c1
e1000: update nc.link_down in e1000_post_load()

This patch introduced e1000_post_load(), it will be called in the end of
migration. nc.link_down could not be migrated, this patch updates
link_down in e1000_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/e1000.c