mbox

[PULL,00/17] Net patches

Message ID 1432720988-20200-1-git-send-email-stefanha@redhat.com
State New
Headers show

Pull-request

git://github.com/stefanha/qemu.git tags/net-pull-request

Message

Stefan Hajnoczi May 27, 2015, 10:02 a.m. UTC
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(-)

Comments

Peter Maydell May 28, 2015, 11:26 a.m. UTC | #1
On 27 May 2015 at 11:02, Stefan Hajnoczi <stefanha@redhat.com> wrote:
> 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)
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM