From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35011) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YtEGl-0000kR-Of for qemu-devel@nongnu.org; Fri, 15 May 2015 07:59:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YtEGg-0006xJ-LZ for qemu-devel@nongnu.org; Fri, 15 May 2015 07:59:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55440) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YtEGg-0006x9-CS for qemu-devel@nongnu.org; Fri, 15 May 2015 07:59:06 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t4FBx5rj028197 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Fri, 15 May 2015 07:59:05 -0400 From: Markus Armbruster Date: Fri, 15 May 2015 13:58:48 +0200 Message-Id: <1431691143-1015-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH v2 00/15] net: Improve error reporting List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: eblake@redhat.co, stefanha@redhat.com v2: - Touch up a few commit messages [Eric] - Touch up a an error message in PATCH 03+15 [Eric] - Don't report possibly bogus errno in PATCH 12 [Eric] 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 net/clients.h | 20 +++--- net/dump.c | 13 ++-- net/hub.c | 7 +- net/l2tpv3.c | 5 +- net/net.c | 30 ++++++--- 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 +- 18 files changed, 231 insertions(+), 203 deletions(-) -- 1.9.3