qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Jason Wang <jasowang@redhat.com>
To: peter.maydell@linaro.org
Cc: Jason Wang <jasowang@redhat.com>, qemu-devel@nongnu.org
Subject: [PULL V3 00/13] Net patches
Date: Fri, 14 Jan 2022 13:08:56 +0800	[thread overview]
Message-ID: <20220114050909.27133-1-jasowang@redhat.com> (raw)

The following changes since commit f8d75e10d3e0033a0a29a7a7e4777a4fbc17a016:

  Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220112' into staging (2022-01-13 11:18:24 +0000)

are available in the git repository at:

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

for you to fetch changes up to 818692f0a01587d02220916b31d5bb8e7dced611:

  net/vmnet: update MAINTAINERS list (2022-01-14 12:58:19 +0800)

----------------------------------------------------------------

Changes since V2:

- Try to make vmnet work on some old mac version

----------------------------------------------------------------
Peter Foley (2):
      net/tap: Set return code on failure
      net: Fix uninitialized data usage

Philippe Mathieu-Daudé (1):
      hw/net/vmxnet3: Log guest-triggerable errors using LOG_GUEST_ERROR

Rao Lei (1):
      net/filter: Optimize filter_send to coroutine

Vladislav Yaroshchuk (7):
      net/vmnet: add vmnet dependency and customizable option
      net/vmnet: add vmnet backends to qapi/net
      net/vmnet: implement shared mode (vmnet-shared)
      net/vmnet: implement host mode (vmnet-host)
      net/vmnet: implement bridged mode (vmnet-bridged)
      net/vmnet: update qemu-options.hx
      net/vmnet: update MAINTAINERS list

Zhang Chen (2):
      net/colo-compare.c: Optimize compare order for performance
      net/colo-compare.c: Update the default value comments

 MAINTAINERS                   |   5 +
 hw/net/vmxnet3.c              |   4 +-
 meson.build                   |  16 +-
 meson_options.txt             |   2 +
 net/clients.h                 |  11 ++
 net/colo-compare.c            |  28 ++--
 net/filter-mirror.c           |  66 +++++++--
 net/meson.build               |   7 +
 net/net.c                     |  10 ++
 net/tap-linux.c               |   1 +
 net/tap.c                     |   1 +
 net/vmnet-bridged.m           | 120 +++++++++++++++
 net/vmnet-common.m            | 333 ++++++++++++++++++++++++++++++++++++++++++
 net/vmnet-host.c              | 122 ++++++++++++++++
 net/vmnet-shared.c            | 100 +++++++++++++
 net/vmnet_int.h               |  48 ++++++
 qapi/net.json                 | 133 ++++++++++++++++-
 qemu-options.hx               |  25 ++++
 scripts/meson-buildoptions.sh |   3 +
 19 files changed, 1004 insertions(+), 31 deletions(-)
 create mode 100644 net/vmnet-bridged.m
 create mode 100644 net/vmnet-common.m
 create mode 100644 net/vmnet-host.c
 create mode 100644 net/vmnet-shared.c
 create mode 100644 net/vmnet_int.h



             reply	other threads:[~2022-01-14  5:13 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-14  5:08 Jason Wang [this message]
2022-01-14  5:08 ` [PULL V3 01/13] hw/net/vmxnet3: Log guest-triggerable errors using LOG_GUEST_ERROR Jason Wang
2022-01-14  5:08 ` [PULL V3 02/13] net/tap: Set return code on failure Jason Wang
2022-01-14  5:08 ` [PULL V3 03/13] net: Fix uninitialized data usage Jason Wang
2022-01-14  5:09 ` [PULL V3 04/13] net/colo-compare.c: Optimize compare order for performance Jason Wang
2022-01-14  5:09 ` [PULL V3 05/13] net/colo-compare.c: Update the default value comments Jason Wang
2022-01-14  5:09 ` [PULL V3 06/13] net/filter: Optimize filter_send to coroutine Jason Wang
2022-01-14  5:09 ` [PULL V3 07/13] net/vmnet: add vmnet dependency and customizable option Jason Wang
2022-01-14  5:09 ` [PULL V3 08/13] net/vmnet: add vmnet backends to qapi/net Jason Wang
2022-01-14  5:09 ` [PULL V3 09/13] net/vmnet: implement shared mode (vmnet-shared) Jason Wang
2022-01-14  5:09 ` [PULL V3 10/13] net/vmnet: implement host mode (vmnet-host) Jason Wang
2022-01-14  5:09 ` [PULL V3 11/13] net/vmnet: implement bridged mode (vmnet-bridged) Jason Wang
2022-01-14  5:09 ` [PULL V3 12/13] net/vmnet: update qemu-options.hx Jason Wang
2022-01-14  5:09 ` [PULL V3 13/13] net/vmnet: update MAINTAINERS list Jason Wang
2022-01-14  9:19 ` [PULL V3 00/13] Net patches Jason Wang
2022-01-14 10:23   ` Peter Maydell

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=20220114050909.27133-1-jasowang@redhat.com \
    --to=jasowang@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /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).