qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] d89b4f: Revert "net: Do not fill legacy info_


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] d89b4f: Revert "net: Do not fill legacy info_str for backe...
Date: Fri, 09 Apr 2021 06:22:21 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: d89b4f839f0770a3adbedd5a727482f0aa2478a6
      
https://github.com/qemu/qemu/commit/d89b4f839f0770a3adbedd5a727482f0aa2478a6
  Author: Jason Wang <jasowang@redhat.com>
  Date:   2021-04-08 (Thu, 08 Apr 2021)

  Changed paths:
    M net/l2tpv3.c
    M net/slirp.c
    M net/socket.c
    M net/tap-win32.c
    M net/tap.c
    M net/vde.c
    M net/vhost-user.c
    M net/vhost-vdpa.c

  Log Message:
  -----------
  Revert "net: Do not fill legacy info_str for backends"

Several issues has been reported for query-netdev info
series. Consider it's late in the rc, this reverts commit
f2e8319d456724c3d8514d943dc4607e2f08e88a.

Signed-off-by: Jason Wang <jasowang@redhat.com>


  Commit: 603f2f7c6c8c747d0189936a74fb33e610ce7858
      
https://github.com/qemu/qemu/commit/603f2f7c6c8c747d0189936a74fb33e610ce7858
  Author: Jason Wang <jasowang@redhat.com>
  Date:   2021-04-08 (Thu, 08 Apr 2021)

  Changed paths:
    R include/qapi/hmp-output-visitor.h
    M net/net.c
    R qapi/hmp-output-visitor.c
    M qapi/meson.build

  Log Message:
  -----------
  Revert "hmp: Use QAPI NetdevInfo in hmp_info_network"

Several issues has been reported for query-netdev info
series. Consider it's late in the rc, this reverts commit
a0724776c5a98a08fc946bb5a4ad16410ca64c0e.

Signed-off-by: Jason Wang <jasowang@redhat.com>


  Commit: 56e6f594bf47a0a543ff5e6d14701355fe99b098
      
https://github.com/qemu/qemu/commit/56e6f594bf47a0a543ff5e6d14701355fe99b098
  Author: Jason Wang <jasowang@redhat.com>
  Date:   2021-04-08 (Thu, 08 Apr 2021)

  Changed paths:
    M hw/net/xen_nic.c
    M include/net/net.h
    M net/l2tpv3.c
    M net/net.c
    M net/slirp.c
    M net/socket.c
    M net/tap-win32.c
    M net/tap.c
    M net/vde.c
    M net/vhost-user.c
    M net/vhost-vdpa.c

  Log Message:
  -----------
  Revert "net: Move NetClientState.info_str to dynamic allocations"

Several issues has been reported for query-netdev info
series. Consider it's late in the rc, this reverts commit
commit 59b5437eb732d6b103a9bc279c3482c834d1eff9.

Signed-off-by: Jason Wang <jasowang@redhat.com>


  Commit: 22317309df52d165c02a20bddfdd710c8deed583
      
https://github.com/qemu/qemu/commit/22317309df52d165c02a20bddfdd710c8deed583
  Author: Jason Wang <jasowang@redhat.com>
  Date:   2021-04-08 (Thu, 08 Apr 2021)

  Changed paths:
    M tests/qtest/meson.build
    R tests/qtest/test-query-netdev.c

  Log Message:
  -----------
  Revert "tests: Add tests for query-netdev command"

Several issues has been reported for query-netdev series. Consider
it's late in the rc, this reverts commit
3c3b656885473ef0d699290ba966177f17839aa5.

Signed-off-by: Jason Wang <jasowang@redhat.com>


  Commit: f9bb0c1f9862dc959ba84977620fc8267623463e
      
https://github.com/qemu/qemu/commit/f9bb0c1f9862dc959ba84977620fc8267623463e
  Author: Jason Wang <jasowang@redhat.com>
  Date:   2021-04-08 (Thu, 08 Apr 2021)

  Changed paths:
    M include/net/net.h
    M net/l2tpv3.c
    M net/net.c
    M net/netmap.c
    M net/slirp.c
    M net/socket.c
    M net/tap-win32.c
    M net/tap.c
    M net/vde.c
    M net/vhost-user.c
    M net/vhost-vdpa.c
    M qapi/net.json

  Log Message:
  -----------
  Revert "qapi: net: Add query-netdev command"

Several issues has been reported for query-netdev series. Consider
it's late in the rc, this reverts commit
d32ad10a14d46dfe9304e3ed5858a11dcd5c71a0.

Signed-off-by: Jason Wang <jasowang@redhat.com>


  Commit: 21df394d9e2ffce9fa308f496d1ae228cf6cdb57
      
https://github.com/qemu/qemu/commit/21df394d9e2ffce9fa308f496d1ae228cf6cdb57
  Author: Jason Wang <jasowang@redhat.com>
  Date:   2021-04-08 (Thu, 08 Apr 2021)

  Changed paths:
    M net/tap-win32.c

  Log Message:
  -----------
  tap-win32: correctly recycle buffers

Commit 969e50b61a28 ("net: Pad short frames to minimum size before
sending from SLiRP/TAP") tries to pad frames but try to recyle the
local array that is used for padding to tap thread. This patch fixes
this by recyling the original buffer.

Fixes: 969e50b61a28 ("net: Pad short frames to minimum size before sending from 
SLiRP/TAP")
Tested-by: Howard Spoelstra <hsp.cat7@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>


  Commit: ce69aa92d71e13db9c3702a8e8305e8d2463aeb8
      
https://github.com/qemu/qemu/commit/ce69aa92d71e13db9c3702a8e8305e8d2463aeb8
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   2021-04-08 (Thu, 08 Apr 2021)

  Changed paths:
    M hw/net/xen_nic.c
    M include/net/net.h
    R include/qapi/hmp-output-visitor.h
    M net/l2tpv3.c
    M net/net.c
    M net/netmap.c
    M net/slirp.c
    M net/socket.c
    M net/tap-win32.c
    M net/tap.c
    M net/vde.c
    M net/vhost-user.c
    M net/vhost-vdpa.c
    R qapi/hmp-output-visitor.c
    M qapi/meson.build
    M qapi/net.json
    M tests/qtest/meson.build
    R tests/qtest/test-query-netdev.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into 
staging

# gpg: Signature made Thu 08 Apr 2021 10:34:24 BST
# gpg:                using RSA key EF04965B398D6211
# gpg: Good signature from "Jason Wang (Jason Wang on RedHat) 
<jasowang@redhat.com>" [marginal]
# gpg: WARNING: This key is not certified with sufficiently trusted signatures!
# gpg:          It is not certain that the signature belongs to the owner.
# Primary key fingerprint: 215D 46F4 8246 689E C77F  3562 EF04 965B 398D 6211

* remotes/jasowang/tags/net-pull-request:
  tap-win32: correctly recycle buffers
  Revert "qapi: net: Add query-netdev command"
  Revert "tests: Add tests for query-netdev command"
  Revert "net: Move NetClientState.info_str to dynamic allocations"
  Revert "hmp: Use QAPI NetdevInfo in hmp_info_network"
  Revert "net: Do not fill legacy info_str for backends"

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>


Compare: https://github.com/qemu/qemu/compare/d8724020dd13...ce69aa92d71e



reply via email to

[Prev in Thread] Current Thread [Next in Thread]