From: Stefan Hajnoczi <stefanha@gmail.com>
To: Markus Armbruster <armbru@redhat.com>
Cc: eblake@redhat.co, qemu-devel@nongnu.org, stefanha@redhat.com
Subject: Re: [Qemu-devel] [PATCH v2 00/15] net: Improve error reporting
Date: Tue, 19 May 2015 14:15:28 +0100 [thread overview]
Message-ID: <20150519131528.GC9338@stefanha-thinkpad.redhat.com> (raw)
In-Reply-To: <1431691143-1015-1-git-send-email-armbru@redhat.com>
[-- Attachment #1: Type: text/plain, Size: 1901 bytes --]
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]
>
> 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
>
>
Thanks, applied to my net tree:
https://github.com/stefanha/qemu/commits/net
Stefan
[-- Attachment #2: Type: application/pgp-signature, Size: 473 bytes --]
prev parent reply other threads:[~2015-05-19 13:15 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-15 11:58 [Qemu-devel] [PATCH v2 00/15] net: Improve error reporting Markus Armbruster
2015-05-15 11:58 ` [Qemu-devel] [PATCH v2 01/15] net: Improve error message for -net hubport a bit Markus Armbruster
2015-05-15 11:58 ` [Qemu-devel] [PATCH v2 02/15] net: Permit incremental conversion of init functions to Error Markus Armbruster
2015-05-15 11:58 ` [Qemu-devel] [PATCH v2 03/15] net: Improve -net nic error reporting Markus Armbruster
2015-05-15 11:58 ` [Qemu-devel] [PATCH v2 04/15] net/dump: Improve -net/host_net_add dump " Markus Armbruster
2015-05-15 11:58 ` [Qemu-devel] [PATCH v2 05/15] tap: net_tap_fd_init() can't fail, drop dead error handling Markus Armbruster
2015-05-15 11:58 ` [Qemu-devel] [PATCH v2 06/15] tap: Improve -netdev/netdev_add/-net/... bridge error reporting Markus Armbruster
2015-05-15 11:58 ` [Qemu-devel] [PATCH v2 07/15] tap: Convert tap_set_sndbuf() to Error Markus Armbruster
2015-05-15 11:58 ` [Qemu-devel] [PATCH v2 08/15] tap: Convert net_init_tap_one() " Markus Armbruster
2015-05-19 12:52 ` Stefan Hajnoczi
2015-05-15 11:58 ` [Qemu-devel] [PATCH v2 09/15] tap: Convert launch_script() " Markus Armbruster
2015-05-15 11:58 ` [Qemu-devel] [PATCH v2 10/15] tap: Permit incremental conversion of tap_open() " Markus Armbruster
2015-05-15 11:58 ` [Qemu-devel] [PATCH v2 11/15] tap-linux: Convert " Markus Armbruster
2015-05-15 11:59 ` [Qemu-devel] [PATCH v2 12/15] tap-bsd: " Markus Armbruster
2015-05-15 14:36 ` Eric Blake
2015-05-15 11:59 ` [Qemu-devel] [PATCH v2 13/15] tap-solaris: " Markus Armbruster
2015-05-15 11:59 ` [Qemu-devel] [PATCH v2 14/15] tap: Finish conversion of " Markus Armbruster
2015-05-15 11:59 ` [Qemu-devel] [PATCH v2 15/15] tap: Improve -netdev/netdev_add/-net/... tap error reporting Markus Armbruster
2015-05-15 14:38 ` Eric Blake
2015-05-19 13:15 ` Stefan Hajnoczi [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150519131528.GC9338@stefanha-thinkpad.redhat.com \
--to=stefanha@gmail.com \
--cc=armbru@redhat.com \
--cc=eblake@redhat.co \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).