From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34639) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VX8Cv-0002FJ-L7 for qemu-devel@nongnu.org; Fri, 18 Oct 2013 07:27:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VX8Cp-0002Mu-Al for qemu-devel@nongnu.org; Fri, 18 Oct 2013 07:27:05 -0400 Received: from mail-ea0-x232.google.com ([2a00:1450:4013:c01::232]:59353) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VX8Cp-0002Mi-3G for qemu-devel@nongnu.org; Fri, 18 Oct 2013 07:26:59 -0400 Received: by mail-ea0-f178.google.com with SMTP id a15so1865705eae.37 for ; Fri, 18 Oct 2013 04:26:58 -0700 (PDT) Date: Fri, 18 Oct 2013 13:26:56 +0200 From: Stefan Hajnoczi Message-ID: <20131018112656.GB16035@stefanha-thinkpad.redhat.com> References: <1381999114-3596-1-git-send-email-akong@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1381999114-3596-1-git-send-email-akong@redhat.com> Subject: Re: [Qemu-devel] [PATCH] net: update nic info during device reset List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amos Kong Cc: stefanha@redhat.com, qemu-devel@nongnu.org, anthony@codemonkey.ws, mst@redhat.com On Thu, Oct 17, 2013 at 04:38:34PM +0800, Amos Kong wrote: > macaddr is reset during device reset, but nic info > isn't updated, this problem exists in e1000 & rtl8139 > > Signed-off-by: Amos Kong > --- > hw/net/e1000.c | 1 + > hw/net/rtl8139.c | 1 + > 2 files changed, 2 insertions(+) Thanks, applied to my net tree: https://github.com/stefanha/qemu/commits/net Stefan