From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60323) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0X5M-0004uz-CG for qemu-devel@nongnu.org; Fri, 27 Jun 2014 10:25:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X0X5G-000336-QM for qemu-devel@nongnu.org; Fri, 27 Jun 2014 10:25:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:15966) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0X5G-00032q-IE for qemu-devel@nongnu.org; Fri, 27 Jun 2014 10:24:58 -0400 From: Stefan Hajnoczi Date: Fri, 27 Jun 2014 16:24:49 +0200 Message-Id: <1403879093-786-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PULL for-2.1 0/4] 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 ff4873cb8c81db89668d8b56e19e57b852edb5f5: coroutine-win32.c: Add noinline attribute to work around gcc bug (2014-06-26 14:08:14 +0100) are available in the git repository at: git://github.com/stefanha/qemu.git tags/net-pull-request for you to fetch changes up to 5e80dd223ded254b1802bdd6417ef118456eadce: hw/net/eepro100: Implement read-only bits in MDI registers (2014-06-27 12:23:45 +0200) ---------------------------------------------------------------- Net patches ---------------------------------------------------------------- Anton Ivanov (1): net: L2TPv3 transport Gonglei (1): qemu-bridge-helper: Fix fd leak in main() Jiri Pirko (1): net: move queue number into NICPeers Peter Maydell (1): hw/net/eepro100: Implement read-only bits in MDI registers hw/core/qdev-properties-system.c | 3 +- hw/net/eepro100.c | 4 +- hw/net/virtio-net.c | 2 +- include/net/net.h | 2 +- net/Makefile.objs | 1 + net/clients.h | 2 + net/l2tpv3.c | 757 +++++++++++++++++++++++++++++++++++++++ net/net.c | 10 +- qapi-schema.json | 60 ++++ qemu-bridge-helper.c | 9 +- qemu-options.hx | 82 +++++ 11 files changed, 922 insertions(+), 10 deletions(-) create mode 100644 net/l2tpv3.c -- 1.9.3