From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56177) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxYB9-0004Pb-O4 for qemu-devel@nongnu.org; Wed, 27 May 2015 06:03:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YxYB6-00024A-Hy for qemu-devel@nongnu.org; Wed, 27 May 2015 06:03:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37431) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxYB6-000244-8t for qemu-devel@nongnu.org; Wed, 27 May 2015 06:03:12 -0400 From: Stefan Hajnoczi Date: Wed, 27 May 2015 11:02:51 +0100 Message-Id: <1432720988-20200-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PULL 00/17] 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 0915aed5842bd4dbe396b92d4f3b846ae29ad663: Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging (2015-05-26 11:31:03 +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 2bc22a58e16f0650e56dccfac9495e5aef58e2ef: net/net: Record usage status of mac address (2015-05-27 10:34:07 +0100) ---------------------------------------------------------------- ---------------------------------------------------------------- Markus Armbruster (15): net: Improve error message for -net hubport a bit net: Permit incremental conversion of init functions to Error net: Improve -net nic error reporting net/dump: Improve -net/host_net_add dump error reporting tap: net_tap_fd_init() can't fail, drop dead error handling tap: Improve -netdev/netdev_add/-net/... bridge error reporting tap: Convert tap_set_sndbuf() to Error tap: Convert net_init_tap_one() to Error tap: Convert launch_script() to Error tap: Permit incremental conversion of tap_open() to Error tap-linux: Convert tap_open() to Error tap-bsd: Convert tap_open() to Error tap-solaris: Convert tap_open() to Error tap: Finish conversion of tap_open() to Error tap: Improve -netdev/netdev_add/-net/... tap error reporting Shannon Zhao (1): net/net: Record usage status of mac address Thomas Huth (1): net: Change help text to list -netdev instead of -net by default net/clients.h | 20 +++--- net/dump.c | 13 ++-- net/hub.c | 7 +- net/l2tpv3.c | 5 +- net/net.c | 89 +++++++++++++++++++----- net/netmap.c | 3 +- net/slirp.c | 3 +- net/socket.c | 3 +- net/tap-aix.c | 7 +- net/tap-bsd.c | 38 +++++------ net/tap-haiku.c | 7 +- net/tap-linux.c | 24 +++---- net/tap-solaris.c | 63 ++++++++--------- net/tap-win32.c | 3 +- net/tap.c | 198 ++++++++++++++++++++++++++++++------------------------ net/tap_int.h | 4 +- net/vde.c | 3 +- net/vhost-user.c | 3 +- qemu-options.hx | 77 ++++++++++++--------- 19 files changed, 331 insertions(+), 239 deletions(-) -- 2.4.1