The following changes since commit 31669121a01a14732f57c49400bc239cf9fd505f:
Merge tag 'pull-target-arm-20240801' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2024-08-02 08:18:37 +1000) are available in the Git repository at: https://github.com/jasowang/qemu.git tags/net-pull-request for you to fetch changes up to 64f75f57f9d2c8c12ac6d9355fa5d3a2af5879ca: net: Reinstate '-net nic, model=help' output as documented in man page (2024-08-02 11:09:52 +0800) ---------------------------------------------------------------- -----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEEIV1G9IJGaJ7HfzVi7wSWWzmNYhEFAmasTgwACgkQ7wSWWzmN YhFUtAgAq45v7fQJ7cKKwRam/VrIkxT5cM59ODwzLSL9kPWfL6f/bJ7xM/zvLyvn LNBXFWWu+eNKA73f95cckZwaqZ4U6giGbiesCACn1IpgVtieLS+Lq78jsifKIAsR yxFvbT9oLhU0dZ1Up3+isc6V+jeAE4ZYu4KOiIt7PscTEzkJl+vSUjN4X9rRVtUD PzONUacL6MoTJtX8UZJZXNzLN9JTsN39Gx+LSDGQ27MDmDvE3R9BW+T0ZgF9JQZ7 wnrL5sharqF3gxa7X55fPBI1qwY5gWcH0yyJpRdM8guA13vhtvlrhNSypip9eKWi HtPHUTKEB5YOvF236WRiuQPIm/GNpA== =7HGN -----END PGP SIGNATURE----- ---------------------------------------------------------------- Akihiko Odaki (1): virtio-net: Ensure queue index fits with RSS David Woodhouse (1): net: Reinstate '-net nic, model=help' output as documented in man page Hans (1): rtl8139: Fix behaviour for old kernels. Laurent Vivier (4): net: update netdev stream/dgram man page net: update netdev stream man page with unix socket net: update netdev dgram man page with unix socket net: update netdev stream man page with the reconnect parameter thomas (1): virtio-net: Fix network stall at the host side waiting for kick hw/net/rtl8139.c | 6 +- hw/net/virtio-net.c | 31 ++++---- hw/virtio/virtio.c | 64 ++++++++++++++- include/hw/virtio/virtio.h | 19 ++++- net/net.c | 25 +++++- qemu-options.hx | 189 +++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 310 insertions(+), 24 deletions(-)