[Qemu-devel] [PULL 0/4] Net patches

Jason Wang posted 4 patches 5 years ago
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test checkpatch passed
Test asan passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1553844904-29959-1-git-send-email-jasowang@redhat.com
Maintainers: Jason Wang <jasowang@redhat.com>
There is a newer version of this series
MAINTAINERS    |  2 +-
hw/net/e1000.c | 24 ++++++++++++++++++++++--
net/socket.c   | 25 +++++++++++++++++++++----
net/tap.c      | 10 +++++-----
4 files changed, 49 insertions(+), 12 deletions(-)
[Qemu-devel] [PULL 0/4] Net patches
Posted by Jason Wang 5 years ago
The following changes since commit a04d91c701251a9b32b7364ddb48029ba024cb75:

  Merge remote-tracking branch 'remotes/alistair/tags/pull-device-tree-20190327' into staging (2019-03-28 12:39:43 +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 ab79237a15e8f8c23310291b672d83374cf17935:

  net: tap: use qemu_set_nonblock (2019-03-29 15:22:18 +0800)

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

----------------------------------------------------------------
Li Qiang (1):
      net: tap: use qemu_set_nonblock

Marc-André Lureau (1):
      net/socket: learn to talk with a unix dgram socket

Zhang Chen (1):
      MAINTAINERS: Update the latest email address

yuchenlin (1):
      e1000: Delay flush queue when receive RCTL

 MAINTAINERS    |  2 +-
 hw/net/e1000.c | 24 ++++++++++++++++++++++--
 net/socket.c   | 25 +++++++++++++++++++++----
 net/tap.c      | 10 +++++-----
 4 files changed, 49 insertions(+), 12 deletions(-)


Re: [Qemu-devel] [PULL 0/4] Net patches
Posted by Peter Maydell 5 years ago
On Fri, 29 Mar 2019 at 07:35, Jason Wang <jasowang@redhat.com> wrote:
>
> The following changes since commit a04d91c701251a9b32b7364ddb48029ba024cb75:
>
>   Merge remote-tracking branch 'remotes/alistair/tags/pull-device-tree-20190327' into staging (2019-03-28 12:39:43 +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 ab79237a15e8f8c23310291b672d83374cf17935:
>
>   net: tap: use qemu_set_nonblock (2019-03-29 15:22:18 +0800)
>
> ----------------------------------------------------------------
>
> ----------------------------------------------------------------
> Li Qiang (1):
>       net: tap: use qemu_set_nonblock
>
> Marc-André Lureau (1):
>       net/socket: learn to talk with a unix dgram socket
>
> Zhang Chen (1):
>       MAINTAINERS: Update the latest email address
>
> yuchenlin (1):
>       e1000: Delay flush queue when receive RCTL
>
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0
for any user-visible changes.

-- PMM