From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59460) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuhMv-0001j1-Cv for qemu-devel@nongnu.org; Tue, 19 May 2015 09:15:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YuhMq-0006cK-9E for qemu-devel@nongnu.org; Tue, 19 May 2015 09:15:37 -0400 Received: from mail-wi0-x235.google.com ([2a00:1450:400c:c05::235]:38163) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuhMp-0006br-Jj for qemu-devel@nongnu.org; Tue, 19 May 2015 09:15:31 -0400 Received: by wichy4 with SMTP id hy4so21954301wic.1 for ; Tue, 19 May 2015 06:15:31 -0700 (PDT) Date: Tue, 19 May 2015 14:15:28 +0100 From: Stefan Hajnoczi Message-ID: <20150519131528.GC9338@stefanha-thinkpad.redhat.com> References: <1431691143-1015-1-git-send-email-armbru@redhat.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="8X7/QrJGcKSMr1RN" Content-Disposition: inline In-Reply-To: <1431691143-1015-1-git-send-email-armbru@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 00/15] net: Improve error reporting List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: eblake@redhat.co, qemu-devel@nongnu.org, stefanha@redhat.com --8X7/QrJGcKSMr1RN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, May 15, 2015 at 01:58:48PM +0200, Markus Armbruster wrote: > 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] >=20 > 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 >=20 > 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(-) >=20 > --=20 > 1.9.3 >=20 >=20 Thanks, applied to my net tree: https://github.com/stefanha/qemu/commits/net Stefan --8X7/QrJGcKSMr1RN Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJVWzdwAAoJEJykq7OBq3PIA5AH/00soXVaok3YjEEqlVWVGNRs jOL1k7ztS8uVS+/EHMcd45o7nAIxhaU6A+vn1yU+wxUoMYlqlZYqLEu00lJvFSB7 PxwLtAQfP8zL47JnAxwTqjVMfjWpcj0I+Mh0O10Uxk8jqFRlhH5tLxEFslgj6m3v IqI1C0IW1C91j9zjAFkgIgVeTa1gf0fRz9y5Hoe2JsBiFKE0hKoKoQVbrjVG6rB8 Y9hVaGQ92L2/SKZn/9X8Boanx/wtj4NBwy5jnOwcT47fw1lHZvpGet9wEPWol0sr RQoQzxjgGutYoru25Qu/MG2Hi/qnRMwRL5njKuoLjoe7pzxrhFxiLs6pZK2vTRc= =B+HR -----END PGP SIGNATURE----- --8X7/QrJGcKSMr1RN--