From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53372) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VXD4n-0004iu-SD for qemu-devel@nongnu.org; Fri, 18 Oct 2013 12:39:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VXD4j-00063t-06 for qemu-devel@nongnu.org; Fri, 18 Oct 2013 12:39:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:19420) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VXD4i-00063a-OO for qemu-devel@nongnu.org; Fri, 18 Oct 2013 12:38:56 -0400 From: Stefan Hajnoczi Date: Fri, 18 Oct 2013 18:38:44 +0200 Message-Id: <1382114327-29926-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PULL v2 0/3] Net patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Stefan Hajnoczi , Anthony Liguori v2: * Dropped multicast MAC patch due to issues pointed out by Amos The following changes since commit 1680d485777ecf436d724631ea8722cc0c66990e: Merge remote-tracking branch 'rth/tcg-ldst-6' into staging (2013-10-14 09:59:59 -0700) are available in the git repository at: git://github.com/stefanha/qemu.git net for you to fetch changes up to 23c37c37f0280761072c23bf67d3a4f3c0ff25aa: net/rtl8139: update network information when macaddr is changed in guest (2013-10-18 13:28:09 +0200) ---------------------------------------------------------------- Amos Kong (3): net: update nic info during device reset net/e1000: update network information when macaddr is changed in guest net/rtl8139: update network information when macaddr is changed in guest hw/net/e1000.c | 9 +++++++++ hw/net/rtl8139.c | 7 ++++++- 2 files changed, 15 insertions(+), 1 deletion(-) -- 1.8.3.1