The following changes since commit cea8ac78545a83e1f01c94d89d6f5a3f6b5c05d2:
Merge tag 'pull-aspeed-20241024' of https://github.com/legoater/qemu into staging (2024-10-25 13:35:22 +0100)
are available in the Git repository at:
https://github.com/jasowang/qemu.git tags/net-pull-request
for you to fetch changes up to cd76e8fcbe1a340776ae61b4e182be3a45b26219:
virtio-net: Avoid indirection_table_mask overflow (2024-10-29 15:53:29 +0800)
----------------------------------------------------------------
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEIV1G9IJGaJ7HfzVi7wSWWzmNYhEFAmcglKYACgkQ7wSWWzmN
YhEm/wf/cYA7i3asKMUoYqlff5mBiY3aFCWzTR5qHLBcWfnB33f9FYpAW6RgDwMa
3aFAJm1VZAynmUWgz+f537+e+7900M+P54zbD7kHCthAy7l/E7t9SkKNpe6jZHEA
P4hB09CSKm/TY1XtsFMvO5tkF9IgY51VEO+mZJesO1H2X2+3ulJYusx9fh/P6yST
bG8sbXr55v23R3z4UOovqfkuskPETwRh3qoiOLPPBy8CWkBVze8J+siC7HC+eFIo
KrQ+jhUYpIK8CAgHV09ZnlurLo6UZ0+vlo9IcJN+GQp/gsmg8OErjvzPdKKbynC/
1zjvkgyW27aHsei+baTMXGCE0P8dIw==
=6+yo
-----END PGP SIGNATURE-----
----------------------------------------------------------------
Akihiko Odaki (2):
net: Check if nc is NULL in qemu_get_vnet_hdr_len()
virtio-net: Avoid indirection_table_mask overflow
Bernhard Beschow (1):
net/tap-win32: Fix gcc 14 format truncation errors
Daniel P. Berrangé (8):
net: fix build when libbpf is disabled, but libxdp is enabled
hw/net: fix typo s/epbf/ebpf/ in virtio-net
ebpf: drop redundant parameter checks in static methods
ebpf: improve error trace events
ebpf: add formal error reporting to all APIs
hw/net: report errors from failing to use eBPF RSS FDs
ebpf: improve trace event coverage to all key operations
hw/net: improve tracing of eBPF RSS setup
Daniil Tatianin (2):
net/stream: deprecate 'reconnect' in favor of 'reconnect-ms'
chardev: finalize 'reconnect' deprecation
Stefan Weil (1):
Fix calculation of minimum in colo_compare_tcp
docs/COLO-FT.txt | 4 +-
docs/about/deprecated.rst | 10 ++++
docs/system/ppc/powernv.rst | 2 +-
ebpf/ebpf_rss-stub.c | 8 +--
ebpf/ebpf_rss.c | 118 +++++++++++++++++++++++++++---------------
ebpf/ebpf_rss.h | 10 ++--
ebpf/trace-events | 8 ++-
hw/net/trace-events | 8 +--
hw/net/virtio-net.c | 75 +++++++++++++++++----------
meson.build | 10 +++-
net/colo-compare.c | 3 +-
net/meson.build | 2 +-
net/net.c | 4 ++
net/stream.c | 34 +++++++-----
net/tap-win32.c | 15 +++---
qapi/net.json | 13 ++++-
qemu-options.hx | 46 ++++++++--------
tests/qtest/ipmi-bt-test.c | 2 +-
tests/qtest/netdev-socket.c | 2 +-
tests/qtest/vhost-user-test.c | 2 +-
tests/unit/test-char.c | 8 +--
21 files changed, 245 insertions(+), 139 deletions(-)