From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60652) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wtzr4-0002lY-3t for qemu-devel@nongnu.org; Mon, 09 Jun 2014 09:43:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wtzqy-0002t2-CP for qemu-devel@nongnu.org; Mon, 09 Jun 2014 09:43:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:12575) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wtzqy-0002r3-4D for qemu-devel@nongnu.org; Mon, 09 Jun 2014 09:43:12 -0400 From: Stefan Hajnoczi Date: Mon, 9 Jun 2014 15:43:01 +0200 Message-Id: <1402321386-17773-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL 0/5] Net patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Stefan Hajnoczi The following changes since commit 959e41473f2179850578482052fb73b913bc4e42: slirp/arp: do not special-case bogus IP addresses (2014-06-09 01:49:28 +0200) are available in the git repository at: git://github.com/stefanha/qemu.git tags/net-pull-request for you to fetch changes up to 7efea763772c815ad6220d5ea7a46447329f6015: e1000: remove broken support for 82573L (2014-06-09 15:38:58 +0200) ---------------------------------------------------------------- Net patches ---------------------------------------------------------------- Gabriel L. Somlo (3): e1000: allow command-line selection of card model tests: e1000: test additional device IDs e1000: remove broken support for 82573L Jiri Pirko (1): vmxnet3: fix msix vectors unuse Peter Crosthwaite (1): net: xilinx_ethlite: Fix Rx-pong interrupt hw/net/e1000.c | 110 ++++++++++++++++++++++++++++++++++++------------ hw/net/e1000_regs.h | 6 +++ hw/net/vmxnet3.c | 2 +- hw/net/xilinx_ethlite.c | 3 +- tests/e1000-test.c | 33 ++++++++++++--- 5 files changed, 117 insertions(+), 37 deletions(-) -- 1.9.3