From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52205) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ToWFo-0007li-4F for qemu-devel@nongnu.org; Fri, 28 Dec 2012 04:29:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ToWFm-0002TD-Uo for qemu-devel@nongnu.org; Fri, 28 Dec 2012 04:29:24 -0500 Received: from mx1.redhat.com ([209.132.183.28]:21884) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ToWFm-0002T6-Np for qemu-devel@nongnu.org; Fri, 28 Dec 2012 04:29:22 -0500 From: Amos Kong Date: Fri, 28 Dec 2012 17:29:09 +0800 Message-Id: <1356686951-20305-1-git-send-email-akong@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] fix of preserving link status List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: jan.kiszka@siemens.com, jasowang@redhat.com, stefanha@redhat.com Set link down and reboot guest, e1000 link status will be re-set to up by auto-negotiation, it's a regression bug. rtl8139 link status would be reset to up always. Problems are fixed by those two patches. RHBZ: https://bugzilla.redhat.com/show_bug.cgi?id=890288 Amos Kong (2): e1000: no need auto-negotiation if link was down rtl8139: preserve link state across device reset hw/e1000.c | 5 +++++ hw/rtl8139.c | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) -- Amos Kong