From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52784) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TqjoA-0004ho-RY for qemu-devel@nongnu.org; Thu, 03 Jan 2013 07:22:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tqjo8-0006UL-AH for qemu-devel@nongnu.org; Thu, 03 Jan 2013 07:22:02 -0500 Received: from mx1.redhat.com ([209.132.183.28]:38554) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tqjo8-0006UG-2h for qemu-devel@nongnu.org; Thu, 03 Jan 2013 07:22:00 -0500 Date: Thu, 3 Jan 2013 13:21:57 +0100 From: Stefan Hajnoczi Message-ID: <20130103122157.GD6976@stefanha-thinkpad.muc.redhat.com> References: <1356686951-20305-1-git-send-email-akong@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1356686951-20305-1-git-send-email-akong@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/2] fix of preserving link status List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amos Kong Cc: jan.kiszka@siemens.com, jasowang@redhat.com, qemu-devel@nongnu.org On Fri, Dec 28, 2012 at 05:29:09PM +0800, Amos Kong wrote: > 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 > Thanks, applied to the net tree: https://github.com/stefanha/qemu/commits/net Stefan