From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53712) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ys8u4-0007Qb-6i for qemu-devel@nongnu.org; Tue, 12 May 2015 08:03:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ys8tz-0003xV-8E for qemu-devel@nongnu.org; Tue, 12 May 2015 08:03:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53638) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ys8tz-0003wi-0s for qemu-devel@nongnu.org; Tue, 12 May 2015 08:03:11 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t4CC39Nm009377 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 12 May 2015 08:03:09 -0400 From: Markus Armbruster Date: Tue, 12 May 2015 14:02:52 +0200 Message-Id: <1431432187-10993-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH 00/15] net: Improve error reporting List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: stefanha@redhat.com 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