From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39238) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDRHF-0003Gk-Gp for qemu-devel@nongnu.org; Sun, 16 Sep 2012 22:41:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TDRHE-0002NK-I0 for qemu-devel@nongnu.org; Sun, 16 Sep 2012 22:41:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:25875) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDRHE-0002NC-AU for qemu-devel@nongnu.org; Sun, 16 Sep 2012 22:41:36 -0400 Message-ID: <50568EAA.6040805@redhat.com> Date: Mon, 17 Sep 2012 10:44:58 +0800 From: Jason Wang MIME-Version: 1.0 References: <504DA1A9.2000908@redhat.com> <1347848736-25194-1-git-send-email-akong@redhat.com> In-Reply-To: <1347848736-25194-1-git-send-email-akong@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 0/3] net: fix link status List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amos Kong Cc: aliguori@us.ibm.com, mst@redhat.com, qemu-devel@nongnu.org, stefanha@linux.vnet.ibm.com On 09/17/2012 10:25 AM, Amos Kong wrote: > 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. > > 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 | 11 +++++++++++ > hw/rtl8139.c | 23 +++++++++++++++++++++-- > hw/virtio-net.c | 4 ++++ > 3 files changed, 36 insertions(+), 2 deletions(-) > Reviewed-by: Jason Wang