From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46694) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsWgk-0008II-4Y for qemu-devel@nongnu.org; Tue, 08 Jan 2013 05:45:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TsWgh-0006aQ-L7 for qemu-devel@nongnu.org; Tue, 08 Jan 2013 05:45:46 -0500 Received: from mx1.redhat.com ([209.132.183.28]:61787) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsWgh-0006aK-Cq for qemu-devel@nongnu.org; Tue, 08 Jan 2013 05:45:43 -0500 From: Stefan Hajnoczi Date: Tue, 8 Jan 2013 11:45:35 +0100 Message-Id: <1357641939-20030-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PULL 0/4] Net patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori , Stefan Hajnoczi The following changes since commit 8e4a424b305e29dc0e454f52df3b35577f342975: Revert "virtio-pci: replace byte swap hack" (2013-01-06 18:30:17 +0000) are available in the git repository at: git://github.com/stefanha/qemu.git net for you to fetch changes up to 83f58e570f21c3e7227e7fbef1fc0e18b5ed7ea9: rtl8139: preserve link state across device reset (2013-01-07 10:43:21 +0100) ---------------------------------------------------------------- Amos Kong (3): net: clean up network at qemu process termination e1000: no need auto-negotiation if link was down rtl8139: preserve link state across device reset Michael Contreras (1): e1000: Discard oversized packets based on SBP|LPE hw/e1000.c | 12 ++++++++++-- hw/rtl8139.c | 3 ++- vl.c | 4 +++- 3 files changed, 15 insertions(+), 4 deletions(-) -- 1.8.0.2