From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54253) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THPxJ-000583-N0 for qemu-devel@nongnu.org; Thu, 27 Sep 2012 22:05:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1THPxI-0003y9-PW for qemu-devel@nongnu.org; Thu, 27 Sep 2012 22:05:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:13254) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THPxI-0003vz-HM for qemu-devel@nongnu.org; Thu, 27 Sep 2012 22:05:28 -0400 From: Amos Kong Date: Fri, 28 Sep 2012 10:05:59 +0800 Message-Id: <1348797962-18447-1-git-send-email-akong@redhat.com> Subject: [Qemu-devel] [PATCH v5 0/3] net: fix link status List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: stefanha@gmail.com, jasowang@redhat.com, pbonzini@redhat.com, aliguori@us.ibm.com, mst@redhat.com First patch implemeted link status setting of rtl8139, the rest patches updated nc.link_down in post_load() of migration to keep it coincident with real link status. v5: fix bug in bit operating Amos Kong (2): e1000: update nc.link_down in e1000_post_load() update nc.link_down in virtio_net_load() Jason Wang (1): rtl8139: implement 8139cp link status hw/e1000.c | 12 ++++++++++++ hw/rtl8139.c | 24 ++++++++++++++++++++++-- hw/virtio-net.c | 5 +++++ 3 files changed, 39 insertions(+), 2 deletions(-)